Changes between Version 21 and Version 22 of PLUGIN_MODULE_STRUCTURE_R0
- Timestamp:
- 10/03/08 19:55:26 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_MODULE_STRUCTURE_R0
v21 v22 49 49 * file '''pom.xml''' 50 50 * '''.settings/''' for eclipse configuration files. 51 * file '''pom.xml'''52 51 * In Eclipse each module is imported as Maven Project so the modules are structured into projects. 53 52 * Important tips for '''pom.xml''': 54 53 * each module's packaging is set to '''bundle''' 55 54 * all required libraries for the module are in the '''<dependencies>''' section 56 * The instructionssection 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)55 * 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) 57 56 58 57 = Implementation =