Changes between Version 24 and Version 25 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE
- Timestamp:
- 12/30/08 17:45:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_ECLIPSE
v24 v25 16 16 * Choose the name for the working set (i.e. sophie2-working-set) and click '''Finish'''. 17 17 * Click '''Finish'''. 18 * Note: do not worry about the mistakes in Maven Console.19 18 * Right-click on the project in Package Explorer and select '''Maven''' -> '''Update Dependencies''' to finish integration. 20 19 * Note that the first time that you import the project it will take a while before the process is complete. … … 36 35 * Copy sophie2-platform/dev-tools/org.sophie2.proto.project to sophie2-platform/modules 37 36 * Right-click on the module in the new location, choose '''Refactor''' -> '''Rename''' and enter the name of the new module. 38 * Edit the following part of the pom.xmlfile of the new module:37 * Edit the following part of the [source:/trunk/sophie2-platform/dev-tools/org.sophie2.proto.project/pom.xml pom.xml] file of the new module: 39 38 {{{ 40 39 <artifactId>org.sophie2.proto.project</artifactId> … … 47 46 }}} 48 47 The <artifactId> should be the same as the module name. All other occurencies of org.sophie2.proto.project (for example in the <Export-Package> should be replaced with the new module name. You should also edit the <name> and <description> tags. You can look at the <instructions> tag if your module reqires a main class or a class extending SophieModule. 49 * Edit the pom.xmlof sophie2-platform and add the name of the new module in the <modules> section.48 * Edit the [source:/trunk/sophie2-platform/pom.xml pom.xml] of sophie2-platform and add the name of the new module in the <modules> section. 50 49 * After you create the module, you have to import it. See the next section for details. 51 50