Changes between Version 6 and Version 7 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE


Ignore:
Timestamp:
10/04/08 15:52:20 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ECLIPSE

    v6 v7  
    1515 
    1616= Additional information = 
    17 You have to be careful making new modules for the project. These are the steps: 
    18  * make new empty directory with org.sophie2.modulename name in sophie2-platform/modules and create its pom.xml file 
    19  * add it to repository and commit it. Also add it to base pom.xml of sophie2-platform in modules section. 
    20  * right click - '''Import...''' - Maven projects - choose the new created module 
     17 * You have to be careful making new modules for the project. These are the steps: 
     18  * make new empty directory with org.sophie2.modulename name in sophie2-platform/modules and create its pom.xml file 
     19  * add it to repository and commit it. Also add it to base pom.xml of sophie2-platform in modules section. 
     20  * right click - '''Import...''' - Maven projects - choose the new created module 
    2121 
    22 Keep in mind to use Maven options '''Update Project Configuration''' and '''Update Dependencies''' when you change the pom.xml files. They are available in Maven section when you right click on the project you want to update. 
     22 * Keep in mind to use Maven options '''Update Project Configuration''' and '''Update Dependencies''' when you change the pom.xml files. They are available in Maven section when you right click on the project you want to update. 
     23 * If you don't see the working sets use View Menu(in upper right corner of Package Tree) and Configure working sets option.