Changes between Version 21 and Version 22 of PLUGIN_MODULE_STRUCTURE_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R0

    v21 v22  
    4949  * file '''pom.xml''' 
    5050  * '''.settings/''' for eclipse configuration files. 
    51  * file '''pom.xml''' 
    5251 * In Eclipse each module is imported as Maven Project so the modules are structured into projects. 
    5352 * Important tips for '''pom.xml''': 
    5453  * each module's packaging is set to '''bundle''' 
    5554  * 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) 
     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) 
    5756 
    5857= Implementation =