Changes between Version 11 and Version 12 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0


Ignore:
Timestamp:
09/19/08 16:08:44 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0

    v11 v12  
    77Make the structure of the project so that it can be easily deployed: 
    88 * think about how is the best way to separate project parts and libraries 
    9  * make new .project file 
     9 * create new project configuration of the running and classpath. 
    1010 
    1111Create document with description how to build the project with Eclipse.[[BR]] 
     
    2222= Design = 
    2323 * See the result of PLUGIN_MODULE_STRUCTURE implementation and get to know with the new structure of the project. 
    24  * Use http://10.10.117.10/mediawiki/index.php/Sophie-JR-SVN-Practices and make similar explanation for the steps of deployment. 
    25  * Create document with description how to build the project with Eclipse. Describe: 
    26   * how to import the source from the repository 
     24 * edit .project, .classpath, .settings until they are set to the best state of deployment. 
     25 * Create document with description how to build the project with Eclipse. Describe:  
     26  * how to checkout the source from the repository 
    2727  * how to compile and run Sophie (using Main class) 
    2828  * how to debug the project 
    29 ... 
     29 * Use http://10.10.117.10/mediawiki/index.php/Sophie-JR-SVN-Practices and make similar explanation for the steps of deployment. 
    3030 
    3131= Implementation =