Changes between Version 7 and Version 8 of APP_PLUGIN_STARTUP_R1
- Timestamp:
- 01/09/09 15:30:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_PLUGIN_STARTUP_R1
v7 v8 37 37 Merging JavaWebStartMain and Main: [[BR]] 38 38 Merging FakeAuthorMain and FakeServerMain: 39 * create FakeMain.java in org.sophie2.launcher. It will have the same structure as FakeAuthorMain and FakeServerMain; the body of main() will read the Args [0] parameter and according to it will decide which arguments to pass to the FakeModuleRegistry.start() method. Possible values of the argument: "Author" / "Server"39 * create FakeMain.java in org.sophie2.launcher. It will have the same structure as FakeAuthorMain and FakeServerMain; the body of main() will read the Args![0] parameter and according to it will decide which arguments to pass to the FakeModuleRegistry.start() method. Possible values of the argument: "Author" / "Server" 40 40 * Change the main classes in the corresponding launch configurations. 41 41 * Delete the old launchers, since they are not needed anymore. [[BR]]