You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/08 21:38:29 UTC

svn commit: r593295 - in /directory/sandbox/felixk: studio-apacheds-configuration-feature/ studio-ldapbrowser-feature/ studio-ldifeditor-feature/ studio-rcp-feature/ studio-schemaeditor-feature/

Author: felixk
Date: Thu Nov  8 12:38:20 2007
New Revision: 593295

URL: http://svn.apache.org/viewvc?rev=593295&view=rev
Log:
.project generation via eclipse plugin

Removed:
    directory/sandbox/felixk/studio-ldapbrowser-feature/.project
    directory/sandbox/felixk/studio-ldifeditor-feature/.project
    directory/sandbox/felixk/studio-rcp-feature/.project
    directory/sandbox/felixk/studio-schemaeditor-feature/.project
Modified:
    directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml
    directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml
    directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml
    directory/sandbox/felixk/studio-rcp-feature/pom.xml
    directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml

Modified: directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml?rev=593295&r1=593294&r2=593295&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-apacheds-configuration-feature/pom.xml Thu Nov  8 12:38:20 2007
@@ -56,13 +56,11 @@
                 <artifactId>maven-eclipse-plugin</artifactId>
                 <configuration>
                     <pde>true</pde>
-                    <additionalProjectnatures>
+                    <projectnatures>
                         <projectnature>org.eclipse.pde.FeatureNature</projectnature>
-                        <projectnature>org.eclipse.jdt.core.javanature</projectnature>
-                    </additionalProjectnatures>
+                    </projectnatures>
                     <buildcommands>
                         <buildcommand>org.eclipse.pde.FeatureBuilder</buildcommand>
-                        <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
                     </buildcommands>
                 </configuration>
             </plugin>

Modified: directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml?rev=593295&r1=593294&r2=593295&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-feature/pom.xml Thu Nov  8 12:38:20 2007
@@ -53,6 +53,19 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <pde>true</pde>
+                    <projectnatures>
+                        <projectnature>org.eclipse.pde.FeatureNature</projectnature>
+                    </projectnatures>
+                    <buildcommands>
+                        <buildcommand>org.eclipse.pde.FeatureBuilder</buildcommand>
+                    </buildcommands>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>

Modified: directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml?rev=593295&r1=593294&r2=593295&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldifeditor-feature/pom.xml Thu Nov  8 12:38:20 2007
@@ -53,6 +53,19 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <pde>true</pde>
+                    <projectnatures>
+                        <projectnature>org.eclipse.pde.FeatureNature</projectnature>
+                    </projectnatures>
+                    <buildcommands>
+                        <buildcommand>org.eclipse.pde.FeatureBuilder</buildcommand>
+                    </buildcommands>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>

Modified: directory/sandbox/felixk/studio-rcp-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-rcp-feature/pom.xml?rev=593295&r1=593294&r2=593295&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-rcp-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-rcp-feature/pom.xml Thu Nov  8 12:38:20 2007
@@ -52,6 +52,19 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <pde>true</pde>
+                    <projectnatures>
+                        <projectnature>org.eclipse.pde.FeatureNature</projectnature>
+                    </projectnatures>
+                    <buildcommands>
+                        <buildcommand>org.eclipse.pde.FeatureBuilder</buildcommand>
+                    </buildcommands>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>

Modified: directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml?rev=593295&r1=593294&r2=593295&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml (original)
+++ directory/sandbox/felixk/studio-schemaeditor-feature/pom.xml Thu Nov  8 12:38:20 2007
@@ -53,6 +53,19 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <pde>true</pde>
+                    <projectnatures>
+                        <projectnature>org.eclipse.pde.FeatureNature</projectnature>
+                    </projectnatures>
+                    <buildcommands>
+                        <buildcommand>org.eclipse.pde.FeatureBuilder</buildcommand>
+                    </buildcommands>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>