Changes between Version 24 and Version 25 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE


Ignore:
Timestamp:
12/30/08 17:45:33 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE

    v24 v25  
    1616  * Choose the name for the working set (i.e. sophie2-working-set) and click '''Finish'''. 
    1717 * Click '''Finish'''. 
    18  * Note: do not worry about the mistakes in Maven Console. 
    1918 * Right-click on the project in Package Explorer and select '''Maven''' -> '''Update Dependencies''' to finish integration. 
    2019 * Note that the first time that you import the project it will take a while before the process is complete. 
     
    3635 * Copy sophie2-platform/dev-tools/org.sophie2.proto.project to sophie2-platform/modules 
    3736 * 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.xml file 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: 
    3938{{{ 
    4039        <artifactId>org.sophie2.proto.project</artifactId> 
     
    4746}}} 
    4847The <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.xml of 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. 
    5049 * After you create the module, you have to import it. See the next section for details. 
    5150