Changes between Version 6 and Version 7 of APP_PLUGIN_STARTUP_R1


Ignore:
Timestamp:
01/09/09 15:29:24 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_PLUGIN_STARTUP_R1

    v6 v7  
    3535 
    3636= Design = 
     37Merging JavaWebStartMain and Main: [[BR]] 
     38Merging 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 
    3743 
    3844= Implementation =