You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/04/03 23:15:39 UTC

svn commit: r391152 - in /geronimo/devtools/eclipse-plugin/trunk: features/org.apache.geronimo.feature/ features/org.apache.geronimo.installableruntime.jetty.feature/ features/org.apache.geronimo.installableruntime.tomcat.feature/ plugins/ plugins/org....

Author: sppatel
Date: Mon Apr  3 14:15:38 2006
New Revision: 391152

URL: http://svn.apache.org/viewcvs?rev=391152&view=rev
Log:
add plugin container / change java.lang.String to buildcommand entries

Modified:
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.jetty.j2ee.server.v1/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml?rev=391152&r1=391151&r2=391152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml Mon Apr  3 14:15:38 2006
@@ -27,7 +27,7 @@
             <projectnature>org.eclipse.pde.FeatureNature</projectnature>
           </projectnatures>
           <buildcommands>
-            <java.lang.String>org.eclipse.pde.FeatureBuilder</java.lang.String>
+            <buildcommand>org.eclipse.pde.FeatureBuilder</buildcommand>
           </buildcommands>
         </configuration>
       </plugin>

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml?rev=391152&r1=391151&r2=391152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml Mon Apr  3 14:15:38 2006
@@ -27,7 +27,7 @@
             <projectnature>org.eclipse.pde.FeatureNature</projectnature>
           </projectnatures>
           <buildcommands>
-            <java.lang.String>org.eclipse.pde.FeatureBuilder</java.lang.String>
+            <buildcommand>org.eclipse.pde.FeatureBuilder</buildcommand>
           </buildcommands>
         </configuration>
       </plugin>

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml?rev=391152&r1=391151&r2=391152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml Mon Apr  3 14:15:38 2006
@@ -27,7 +27,7 @@
             <projectnature>org.eclipse.pde.FeatureNature</projectnature>
           </projectnatures>
           <buildcommands>
-            <java.lang.String>org.eclipse.pde.FeatureBuilder</java.lang.String>
+            <buildcommand>org.eclipse.pde.FeatureBuilder</buildcommand>
           </buildcommands>
         </configuration>
       </plugin>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.jetty.j2ee.server.v1/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.jetty.j2ee.server.v1/pom.xml?rev=391152&r1=391151&r2=391152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.jetty.j2ee.server.v1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.jetty.j2ee.server.v1/pom.xml Mon Apr  3 14:15:38 2006
@@ -36,8 +36,8 @@
             <projectnature>org.eclipse.pde.PluginNature</projectnature>
           </projectnatures>
           <buildcommands>
-            <java.lang.String>org.eclipse.pde.ManifestBuilder</java.lang.String>
-            <java.lang.String>org.eclipse.pde.SchemaBuilder</java.lang.String>
+            <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
+            <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
           </buildcommands>
         </configuration>
       </plugin>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml?rev=391152&r1=391151&r2=391152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml Mon Apr  3 14:15:38 2006
@@ -169,8 +169,8 @@
             <projectnature>org.eclipse.pde.PluginNature</projectnature>
           </projectnatures>
           <buildcommands>
-            <java.lang.String>org.eclipse.pde.ManifestBuilder</java.lang.String>
-            <java.lang.String>org.eclipse.pde.SchemaBuilder</java.lang.String>
+            <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
+            <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
           </buildcommands>
         </configuration>
       </plugin>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml?rev=391152&r1=391151&r2=391152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml Mon Apr  3 14:15:38 2006
@@ -36,8 +36,8 @@
             <projectnature>org.eclipse.pde.PluginNature</projectnature>
           </projectnatures>
           <buildcommands>
-            <java.lang.String>org.eclipse.pde.ManifestBuilder</java.lang.String>
-            <java.lang.String>org.eclipse.pde.SchemaBuilder</java.lang.String>
+            <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
+            <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
           </buildcommands>
         </configuration>
       </plugin>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?rev=391152&r1=391151&r2=391152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Mon Apr  3 14:15:38 2006
@@ -59,10 +59,14 @@
             <projectnature>org.eclipse.jdt.core.javanature</projectnature>
           </projectnatures>
           <buildcommands>
-            <java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String>
-            <java.lang.String>org.eclipse.pde.ManifestBuilder</java.lang.String>
-            <java.lang.String>org.eclipse.pde.SchemaBuilder</java.lang.String>
+            <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
+            <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
+            <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
           </buildcommands>
+          <classpathContainers>
+            <java.lang.String>org.eclipse.jdt.launching.JRE_CONTAINER</java.lang.String>
+            <java.lang.String>org.eclipse.pde.core.requiredPlugins</java.lang.String>
+          </classpathContainers>
         </configuration>
       </plugin>
     </plugins>