eclipse plugin: Automatically parse the schema...

...when creating it
This commit is contained in:
Timotei Dolean 2011-07-05 08:53:11 +00:00
parent 68a96588ed
commit 80353993de

View file

@ -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 );
}