Changes between Version 12 and Version 13 of PLUGIN_DECOMPOSITION_R0


Ignore:
Timestamp:
10/03/08 16:03:18 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified PLUGIN_DECOMPOSITION_R0

    v12 v13  
    2727 * use the gathered information to allocate the classes to the modules 
    2828 * make new run configuration to run the project using JPF 
    29  * make boot.properties file. See http://jpf.sourceforge.net/tutorial.html 
     29 * make boot.properties file. 
    3030 
    3131= 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 
    3244= Testing = 
    3345= Log =