示例#1
0
 protected void addGwtcSettings(Gwtc gwtc) {
   for (Dependency dep : gwtc.dependencies()) {
     addDependency(dep);
   }
   for (GwtcProperties prop : gwtc.propertiesLaunch()) {
     addLaunchProperty(prop);
   }
 }