Author: felixk Date: Wed Sep 3 01:16:08 2008 New Revision: 691534 URL: http://svn.apache.org/viewvc?rev=691534&view=rev Log: Update maven-eclipse-plugin to latest version and fix creation of .project/.classpath files Modified: directory/studio/trunk/aciitemeditor/pom.xml directory/studio/trunk/apacheds-configuration-feature/pom.xml directory/studio/trunk/apacheds-configuration-help/pom.xml directory/studio/trunk/apacheds-configuration/pom.xml directory/studio/trunk/apacheds-feature/pom.xml directory/studio/trunk/apacheds-help/pom.xml directory/studio/trunk/apacheds-launcher/pom.xml directory/studio/trunk/apacheds/pom.xml directory/studio/trunk/connection-core/pom.xml directory/studio/trunk/connection-ui/pom.xml directory/studio/trunk/jars/pom.xml directory/studio/trunk/ldapbrowser-common/pom.xml directory/studio/trunk/ldapbrowser-core/pom.xml directory/studio/trunk/ldapbrowser-feature/pom.xml directory/studio/trunk/ldapbrowser-help/pom.xml directory/studio/trunk/ldapbrowser-ui/pom.xml directory/studio/trunk/ldif-parser/pom.xml directory/studio/trunk/ldifeditor-feature/pom.xml directory/studio/trunk/ldifeditor-help/pom.xml directory/studio/trunk/ldifeditor/pom.xml directory/studio/trunk/pom.xml directory/studio/trunk/rcp-feature/pom.xml directory/studio/trunk/rcp-help/pom.xml directory/studio/trunk/rcp/Studio-Runtime.launch directory/studio/trunk/rcp/pom.xml directory/studio/trunk/schemaeditor-feature/pom.xml directory/studio/trunk/schemaeditor-help/pom.xml directory/studio/trunk/schemaeditor/pom.xml directory/studio/trunk/studio-dsml-parser/pom.xml directory/studio/trunk/studio/pom.xml directory/studio/trunk/test-integration-core/pom.xml directory/studio/trunk/test-integration-ui/pom.xml directory/studio/trunk/valueeditors/pom.xml Modified: directory/studio/trunk/aciitemeditor/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/aciitemeditor/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/aciitemeditor/pom.xml (original) +++ directory/studio/trunk/aciitemeditor/pom.xml Wed Sep 3 01:16:08 2008 @@ -57,7 +57,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.jem.workbench.JavaEMFNature org.eclipse.pde.PluginNature Modified: directory/studio/trunk/apacheds-configuration-feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-configuration-feature/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/apacheds-configuration-feature/pom.xml (original) +++ directory/studio/trunk/apacheds-configuration-feature/pom.xml Wed Sep 3 01:16:08 2008 @@ -63,7 +63,8 @@ org.apache.maven.plugins maven-eclipse-plugin - + false + org.eclipse.pde.FeatureNature Modified: directory/studio/trunk/apacheds-configuration-help/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-configuration-help/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/apacheds-configuration-help/pom.xml (original) +++ directory/studio/trunk/apacheds-configuration-help/pom.xml Wed Sep 3 01:16:08 2008 @@ -39,4 +39,15 @@ ${pom.version} + + + + org.apache.maven.plugins + maven-eclipse-plugin + + false + + + + Modified: directory/studio/trunk/apacheds-configuration/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-configuration/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/apacheds-configuration/pom.xml (original) +++ directory/studio/trunk/apacheds-configuration/pom.xml Wed Sep 3 01:16:08 2008 @@ -57,7 +57,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/apacheds-feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-feature/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/apacheds-feature/pom.xml (original) +++ directory/studio/trunk/apacheds-feature/pom.xml Wed Sep 3 01:16:08 2008 @@ -63,7 +63,8 @@ org.apache.maven.plugins maven-eclipse-plugin - + false + org.eclipse.pde.FeatureNature Modified: directory/studio/trunk/apacheds-help/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-help/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/apacheds-help/pom.xml (original) +++ directory/studio/trunk/apacheds-help/pom.xml Wed Sep 3 01:16:08 2008 @@ -39,4 +39,16 @@ ${pom.version} + + + + org.apache.maven.plugins + maven-eclipse-plugin + + false + + + + + Modified: directory/studio/trunk/apacheds-launcher/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-launcher/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/apacheds-launcher/pom.xml (original) +++ directory/studio/trunk/apacheds-launcher/pom.xml Wed Sep 3 01:16:08 2008 @@ -39,7 +39,8 @@ org.apache.maven.plugins maven-eclipse-plugin - false + false + false org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/apacheds/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/apacheds/pom.xml (original) +++ directory/studio/trunk/apacheds/pom.xml Wed Sep 3 01:16:08 2008 @@ -57,7 +57,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/connection-core/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/connection-core/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/connection-core/pom.xml (original) +++ directory/studio/trunk/connection-core/pom.xml Wed Sep 3 01:16:08 2008 @@ -52,7 +52,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/connection-ui/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/connection-ui/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/connection-ui/pom.xml (original) +++ directory/studio/trunk/connection-ui/pom.xml Wed Sep 3 01:16:08 2008 @@ -56,7 +56,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/jars/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/jars/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/jars/pom.xml (original) +++ directory/studio/trunk/jars/pom.xml Wed Sep 3 01:16:08 2008 @@ -40,7 +40,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/ldapbrowser-common/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-common/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-common/pom.xml (original) +++ directory/studio/trunk/ldapbrowser-common/pom.xml Wed Sep 3 01:16:08 2008 @@ -56,7 +56,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/ldapbrowser-core/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-core/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-core/pom.xml (original) +++ directory/studio/trunk/ldapbrowser-core/pom.xml Wed Sep 3 01:16:08 2008 @@ -52,7 +52,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/ldapbrowser-feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-feature/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-feature/pom.xml (original) +++ directory/studio/trunk/ldapbrowser-feature/pom.xml Wed Sep 3 01:16:08 2008 @@ -63,7 +63,8 @@ org.apache.maven.plugins maven-eclipse-plugin - + false + org.eclipse.pde.FeatureNature Modified: directory/studio/trunk/ldapbrowser-help/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/pom.xml (original) +++ directory/studio/trunk/ldapbrowser-help/pom.xml Wed Sep 3 01:16:08 2008 @@ -39,4 +39,16 @@ ${pom.version} + + + + org.apache.maven.plugins + maven-eclipse-plugin + + false + + + + + Modified: directory/studio/trunk/ldapbrowser-ui/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-ui/pom.xml (original) +++ directory/studio/trunk/ldapbrowser-ui/pom.xml Wed Sep 3 01:16:08 2008 @@ -59,7 +59,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder Modified: directory/studio/trunk/ldif-parser/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldif-parser/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldif-parser/pom.xml (original) +++ directory/studio/trunk/ldif-parser/pom.xml Wed Sep 3 01:16:08 2008 @@ -40,7 +40,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder Modified: directory/studio/trunk/ldifeditor-feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldifeditor-feature/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldifeditor-feature/pom.xml (original) +++ directory/studio/trunk/ldifeditor-feature/pom.xml Wed Sep 3 01:16:08 2008 @@ -63,7 +63,8 @@ org.apache.maven.plugins maven-eclipse-plugin - + false + org.eclipse.pde.FeatureNature Modified: directory/studio/trunk/ldifeditor-help/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldifeditor-help/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldifeditor-help/pom.xml (original) +++ directory/studio/trunk/ldifeditor-help/pom.xml Wed Sep 3 01:16:08 2008 @@ -39,4 +39,16 @@ ${pom.version} + + + + org.apache.maven.plugins + maven-eclipse-plugin + + false + + + + + Modified: directory/studio/trunk/ldifeditor/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldifeditor/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/ldifeditor/pom.xml (original) +++ directory/studio/trunk/ldifeditor/pom.xml Wed Sep 3 01:16:08 2008 @@ -58,7 +58,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder Modified: directory/studio/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/pom.xml (original) +++ directory/studio/trunk/pom.xml Wed Sep 3 01:16:08 2008 @@ -2543,7 +2543,7 @@ org.apache.maven.plugins maven-eclipse-plugin - 2.3 + 2.5.1 org.codehaus.mojo Modified: directory/studio/trunk/rcp-feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp-feature/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/rcp-feature/pom.xml (original) +++ directory/studio/trunk/rcp-feature/pom.xml Wed Sep 3 01:16:08 2008 @@ -63,7 +63,8 @@ org.apache.maven.plugins maven-eclipse-plugin - + false + org.eclipse.pde.FeatureNature Modified: directory/studio/trunk/rcp-help/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp-help/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/rcp-help/pom.xml (original) +++ directory/studio/trunk/rcp-help/pom.xml Wed Sep 3 01:16:08 2008 @@ -39,4 +39,16 @@ ${pom.version} + + + + org.apache.maven.plugins + maven-eclipse-plugin + + false + + + + + Modified: directory/studio/trunk/rcp/Studio-Runtime.launch URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/Studio-Runtime.launch?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/rcp/Studio-Runtime.launch (original) +++ directory/studio/trunk/rcp/Studio-Runtime.launch Wed Sep 3 01:16:08 2008 @@ -1,4 +1,4 @@ - + @@ -22,378 +22,378 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + + + + - - - - - - - - - - - - - + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + Modified: directory/studio/trunk/rcp/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/rcp/pom.xml (original) +++ directory/studio/trunk/rcp/pom.xml Wed Sep 3 01:16:08 2008 @@ -58,7 +58,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.jem.workbench.JavaEMFNature org.eclipse.pde.PluginNature Modified: directory/studio/trunk/schemaeditor-feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor-feature/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/schemaeditor-feature/pom.xml (original) +++ directory/studio/trunk/schemaeditor-feature/pom.xml Wed Sep 3 01:16:08 2008 @@ -63,7 +63,8 @@ org.apache.maven.plugins maven-eclipse-plugin - + false + org.eclipse.pde.FeatureNature Modified: directory/studio/trunk/schemaeditor-help/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor-help/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/schemaeditor-help/pom.xml (original) +++ directory/studio/trunk/schemaeditor-help/pom.xml Wed Sep 3 01:16:08 2008 @@ -39,4 +39,16 @@ ${pom.version} + + + + org.apache.maven.plugins + maven-eclipse-plugin + + false + + + + + Modified: directory/studio/trunk/schemaeditor/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/schemaeditor/pom.xml (original) +++ directory/studio/trunk/schemaeditor/pom.xml Wed Sep 3 01:16:08 2008 @@ -59,7 +59,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/studio-dsml-parser/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-dsml-parser/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/studio-dsml-parser/pom.xml (original) +++ directory/studio/trunk/studio-dsml-parser/pom.xml Wed Sep 3 01:16:08 2008 @@ -39,7 +39,8 @@ org.apache.maven.plugins maven-eclipse-plugin - false + false + false org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/studio/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/studio/pom.xml (original) +++ directory/studio/trunk/studio/pom.xml Wed Sep 3 01:16:08 2008 @@ -839,6 +839,14 @@ and goes to the target/ApacheDirectoryStudio folder --> + org.apache.maven.plugins + maven-eclipse-plugin + + false + + + + org.apache.directory.studio maven-studio-plugin Modified: directory/studio/trunk/test-integration-core/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/test-integration-core/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/test-integration-core/pom.xml (original) +++ directory/studio/trunk/test-integration-core/pom.xml Wed Sep 3 01:16:08 2008 @@ -232,7 +232,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/test-integration-ui/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/test-integration-ui/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/test-integration-ui/pom.xml (original) +++ directory/studio/trunk/test-integration-ui/pom.xml Wed Sep 3 01:16:08 2008 @@ -240,7 +240,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature Modified: directory/studio/trunk/valueeditors/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/valueeditors/pom.xml?rev=691534&r1=691533&r2=691534&view=diff ============================================================================== --- directory/studio/trunk/valueeditors/pom.xml (original) +++ directory/studio/trunk/valueeditors/pom.xml Wed Sep 3 01:16:08 2008 @@ -56,7 +56,8 @@ org.apache.maven.plugins maven-eclipse-plugin - true + false + true org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder