Changes between Version 17 and Version 18 of PLUGIN_MODULE_STRUCTURE_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R0

    v17 v18  
    4141 * The modules will be in the directory '''modules/''' which is also at the top level of the project. 
    4242 * Each module for example '''org.sophie2.author''' with path '''modules/org.sophie2.author''' consists of: 
    43   * dir '''src/''' 
     43  * '''src/''' 
    4444   * src/main/java -> Application/Library sources 
    4545   * src/main/resources -> Application/Library resources 
    4646   * src/test/java -> Test sources 
    4747   * src/test/resources -> Test resources 
    48   * dir '''target/''' 
    49    * dir '''target/classes''' where .class files are. 
     48  * '''target/''' 
     49   * '''target/classes''' where .class files are. 
    5050  * file '''pom.xml''' 
    51   * '''.settings''' directory for eclipse configuration files. 
     51  * '''.settings/''' for eclipse configuration files. 
    5252 * file '''pom.xml''' 
    5353