Changes between Version 21 and Version 22 of PLATFORM_INFRASTRUCTURE_OVERVIEW


Ignore:
Timestamp:
09/25/08 15:07:23 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_INFRASTRUCTURE_OVERVIEW

    v21 v22  
    8484  * download: http://www.eclipse.org/downloads/ - for example: Eclipse IDE for Java EE Developers 
    8585 
     86 
    8687=== Eclipse Plug-ins === 
    8788==== Subclipse ==== 
     
    108109   1. Choose Java/Java Project/Next 
    109110   1. Choose "Create project from existing source" button and browse to the trunk directory in repository with the project you want to open. 
    110    1. Next are the settings we have chosen for creating the project. We strongly recommend you use the same settings so that we could have same names while working and not commit anything else except sources in the repository. 
     111   1. Next are the settings we have chosen for creating the project. We strongly recommend you use the same settings so that we could have same names while working. 
    111112 
    112           Project name: sophie2-platform (it is important to be exactly the same name) 
     113          Project name: sophie2-platform (it is important to be exactly the same name for now) 
    113114          Use default JRE 
    114115          Create separate folders for sources and classes files.  
     
    119120  * We must not commit source that has errors, so that all users can always build and run the current version of the project. 
    120121  * We must not commit other files except source code.  
    121   * We must not commit or update the Sophie-JR folder, only the src folder. That, for example, will allow all users to make their own modifications to the workspace settings. 
    122  
     122  
    123123 * "Team" menu 
    124124  * Once you have imported a project from a repository, in the Package Explorer appears a new "Team" menu.