Changes between Version 7 and Version 8 of APP_PLUGIN_STARTUP_R1


Ignore:
Timestamp:
01/09/09 15:30:00 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_PLUGIN_STARTUP_R1

    v7 v8  
    3737Merging JavaWebStartMain and Main: [[BR]] 
    3838Merging 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" 
    4040 * Change the main classes in the corresponding launch configurations. 
    4141 * Delete the old launchers, since they are not needed anymore. [[BR]]