Changes between Version 23 and Version 24 of PLUGIN_MODULE_STRUCTURE_R0
- Timestamp:
- 10/24/08 16:32:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_MODULE_STRUCTURE_R0
v23 v24 37 37 38 38 = 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. 40 40 * The modules will be in the directory '''modules/''' which is also at the top level of the project. 41 41 * Each module for example '''org.sophie2.author''' with path '''modules/org.sophie2.author''' consists of: … … 47 47 * '''target/''' 48 48 * '''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) 49 50 * file '''pom.xml''' 50 51 * '''.settings/''' for eclipse configuration files.