Changes between Version 12 and Version 13 of PLUGIN_DECOMPOSITION_R0
- Timestamp:
- 10/03/08 16:03:18 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified PLUGIN_DECOMPOSITION_R0
v12 v13 27 27 * use the gathered information to allocate the classes to the modules 28 28 * make new run configuration to run the project using JPF 29 * make boot.properties file. See http://jpf.sourceforge.net/tutorial.html29 * make boot.properties file. 30 30 31 31 = Implementation = 32 * The project was decomposed in six modules: 33 * author 34 * base 35 * core 36 * messy 37 * base.dialogs 38 * modularity 39 * We decide to use Felix(OSGi implementation) instead of JPF because the difficulties during integration of the source with JPF. That's why the implementation has differences with the design phase. See http://felix.apache.org/site/documentation.html for more info. 40 * The project has fake launch now which don't run the plug-in framework. Felix runs when the project was built with Maven and was executed with the created jar.[[BR]] 41 [source:/trunk/sophie2-platform/modules The decomposed modules in repository] 42 43 32 44 = Testing = 33 45 = Log =