| 37 | Merging JavaWebStartMain and Main: [[BR]] |
| 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" |
| 40 | * Change the main classes in the corresponding launch configurations. |
| 41 | * Delete the old launchers, since they are not needed anymore. [[BR]] |
| 42 | |