Changes between Version 11 and Version 12 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0
- Timestamp:
- 09/19/08 16:08:44 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0
v11 v12 7 7 Make the structure of the project so that it can be easily deployed: 8 8 * think about how is the best way to separate project parts and libraries 9 * make new .project file9 * create new project configuration of the running and classpath. 10 10 11 11 Create document with description how to build the project with Eclipse.[[BR]] … … 22 22 = Design = 23 23 * 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 stepsof deployment.25 * Create document with description how to build the project with Eclipse. Describe: 26 * how to import the source from the repository24 * 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 27 27 * how to compile and run Sophie (using Main class) 28 28 * 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. 30 30 31 31 = Implementation =