Changes between Version 52 and Version 53 of PLATFORM_INFRASTRUCTURE_OVERVIEW
- Timestamp:
- 01/13/09 13:25:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_INFRASTRUCTURE_OVERVIEW
v52 v53 73 73 ==== Deploying a project in a repository ==== 74 74 Information about deploying a project in the repository you can find at [wiki:PLATFORM_STANDARDS_REPOSITORY] 75 === Comments ===76 * When installing M2 Eclipse Plug-in remove the "Maven Integration for AJDT", otherwise there are missing dependencies and the instalation can not continue. (pac)77 * To work with Subclipse under Linux platforms you should install SVNKit package. Here is the plugin Eclipse edition: http://eclipse.svnkit.com/1.2.x/. (pav)78 79 75 80 76 == Additional information == … … 121 117 === Testing === 122 118 In order to read about rules for writing good tests, and some information about unit/integration/system tests, visit [wiki:PLATFORM_STANDARDS_AUTO_TESTS]. 119 120 = Comments = 121 * When installing M2 Eclipse Plug-in remove the "Maven Integration for AJDT", otherwise there are missing dependencies and the instalation can not continue. (pac) 122 * To work with Subclipse under Linux platforms you should install SVNKit package. Here is the plugin Eclipse edition: http://eclipse.svnkit.com/1.2.x/. (pav) 123 * You should exclude "Maven POM Editor" when installing the M2 Eclipse Plug-in - the same reason as in the first comment. JavaHL is required for SVN only, not M2. --boyan@2009-01-12