Changes between Version 19 and Version 20 of PLUGIN_MODULE_STRUCTURE_R0
- Timestamp:
- 10/03/08 19:52:20 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_MODULE_STRUCTURE_R0
v19 v20 50 50 * '''.settings/''' for eclipse configuration files. 51 51 * 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) 52 57 53 58 = 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] 55 65 = Testing = 56 66