|
|
|
@ -539,10 +539,7 @@ public class PropertiesLauncher extends Launcher { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
int count = new Integer(System.getProperty("launcher.count", "1")); |
|
|
|
new PropertiesLauncher().launch(args); |
|
|
|
for (int i = 0; i < count; i++) { |
|
|
|
|
|
|
|
new PropertiesLauncher().launch(args); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static String toCamelCase(CharSequence string) { |
|
|
|
public static String toCamelCase(CharSequence string) { |
|
|
|
|