Changes between Version 17 and Version 18 of PLUGIN_MODULE_STRUCTURE_R0
- Timestamp:
- 10/03/08 19:37:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_MODULE_STRUCTURE_R0
v17 v18 41 41 * The modules will be in the directory '''modules/''' which is also at the top level of the project. 42 42 * Each module for example '''org.sophie2.author''' with path '''modules/org.sophie2.author''' consists of: 43 * dir'''src/'''43 * '''src/''' 44 44 * src/main/java -> Application/Library sources 45 45 * src/main/resources -> Application/Library resources 46 46 * src/test/java -> Test sources 47 47 * 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. 50 50 * file '''pom.xml''' 51 * '''.settings ''' directoryfor eclipse configuration files.51 * '''.settings/''' for eclipse configuration files. 52 52 * file '''pom.xml''' 53 53