Changes between Version 23 and Version 24 of PLUGIN_MODULE_STRUCTURE_R0


Ignore:
Timestamp:
10/24/08 16:32:42 (16 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R0

    v23 v24  
    3737 
    3838= Design = 
    39  * There is a '''pom.xml''' file at the top level of the project. 
     39 * There is a '''pom.xml''' file at the top level of the project. Creating new module you should add its path to modules section in this pom. 
    4040 * The modules will be in the directory '''modules/''' which is also at the top level of the project. 
    4141 * Each module for example '''org.sophie2.author''' with path '''modules/org.sophie2.author''' consists of: 
     
    4747  * '''target/''' 
    4848   *  '''target/classes''' where .class files are. 
     49   * the directory must be ignored from svn(use command svn:ignore in Team section in Eclipse when it is created by Maven) 
    4950  * file '''pom.xml''' 
    5051  * '''.settings/''' for eclipse configuration files.