eclipse plugin: Automatically parse the schema...
...when creating it
This commit is contained in:
parent
68a96588ed
commit
80353993de
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ public class SchemaParser
|
|||
SchemaParser parser = parsers_.get( installName );
|
||||
if (parser == null) {
|
||||
parser = new SchemaParser( installName );
|
||||
parser.parseSchema( false );
|
||||
parsers_.put( installName, parser );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue