plugins customizing is intialized once at start

This commit is contained in:
Jarred Li
2012-04-13 14:43:21 +08:00
parent 01f8037231
commit 5d8a8d9c46
9 changed files with 33 additions and 23 deletions

View File

@@ -78,8 +78,6 @@ public class Bootstrap {
//System.out.println("Registering converter " + converter);
shell.getSimpleParser().add(converter);
}
shell.start();
//TODO use listener and latch..
@@ -125,6 +123,7 @@ public class Bootstrap {
annctx.refresh();
ctx = initPluginApplicationContext(annctx);
ctx.refresh();