Changes between Version 19 and Version 20 of PLUGIN_MODULE_STRUCTURE_R0


Ignore:
Timestamp:
10/03/08 19:52:20 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R0

    v19 v20  
    5050  * '''.settings/''' for eclipse configuration files. 
    5151 * file '''pom.xml''' 
     52 * In Eclipse each module is imported as Maven Project so the modules are structured into projects. 
     53 * Important tips for '''pom.xml''': 
     54  * each module's packaging is set to '''bundle''' 
     55  * all required libraries for the module are in the '''<dependencies>''' section 
     56  * The instructions section are configurations used by Felix Framework and are unique for each module. (To integrate Maven with Felix we use maven bundle plug-in. Visit http://felix.apache.org/site/maven-bundle-plugin-bnd.html for more info) 
    5257 
    5358= Implementation = 
    54  
     59[source: /trunk/sophie2-platform/modules/org.sophie2.core core module] 
     60[source: /trunk/sophie2-platform/modules/org.sophie2.base base module] 
     61[source: /trunk/sophie2-platform/modules/org.sophie2.messy messy module] 
     62[source: /trunk/sophie2-platform/modules/org.sophie2.base.dialogs dialogs module] 
     63[source: /trunk/sophie2-platform/modules/org.sophie2.core.modularity modularity module] 
     64[source: /trunk/sophie2-platform/modules/org.sophie2.author author module] 
    5565= Testing = 
    5666