Changes between Version 21 and Version 22 of PLATFORM_INFRASTRUCTURE_OVERVIEW
- Timestamp:
- 09/25/08 15:07:23 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_INFRASTRUCTURE_OVERVIEW
v21 v22 84 84 * download: http://www.eclipse.org/downloads/ - for example: Eclipse IDE for Java EE Developers 85 85 86 86 87 === Eclipse Plug-ins === 87 88 ==== Subclipse ==== … … 108 109 1. Choose Java/Java Project/Next 109 110 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. 111 112 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) 113 114 Use default JRE 114 115 Create separate folders for sources and classes files. … … 119 120 * We must not commit source that has errors, so that all users can always build and run the current version of the project. 120 121 * 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 123 123 * "Team" menu 124 124 * Once you have imported a project from a repository, in the Package Explorer appears a new "Team" menu.