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 21:16:44 UTC

svn commit: r391120 - in /geronimo/devtools/eclipse-plugin/trunk: assemblies/g-plugin-deployable/pom.xml assemblies/updatesite-distribution/pom.xml pom.xml

Author: sppatel
Date: Mon Apr  3 12:16:42 2006
New Revision: 391120

URL: http://svn.apache.org/viewcvs?rev=391120&view=rev
Log:
m2 fixes

Modified:
    geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml?rev=391120&r1=391119&r2=391120&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml Mon Apr  3 12:16:42 2006
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.geronimo.devtools</groupId>
   <artifactId>g-plugin-deployable</artifactId>
-  <packaging>zip</packaging>
+  <packaging>jar</packaging>
   <name>Geronimo Eclipse Plugin :: Assembly :: ${artifactId}</name>
   <version>1.0</version>
  <parent>

Modified: geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml?rev=391120&r1=391119&r2=391120&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml Mon Apr  3 12:16:42 2006
@@ -79,7 +79,7 @@
       <groupId>org.apache.geronimo.devtools</groupId>
       <artifactId>org.apache.geronimo.installableruntime.tomcat.feature</artifactId>
       <version>${org.apache.geronimo.installableruntime.tomcat.feature_version}</version>
-    </dependency>-->
+    </dependency>
     <dependency>
       <groupId>org.apache.geronimo.devtools</groupId>
       <artifactId>org.apache.geronimo.runtime.v1</artifactId>
@@ -99,6 +99,6 @@
       <groupId>org.apache.geronimo.devtools</groupId>
       <artifactId>org.apache.geronimo.ui</artifactId>
       <version>${org.apache.geronimo.ui_version}</version>
-    </dependency>-->
+    </dependency>
   </dependencies>
 </project>

Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=391120&r1=391119&r2=391120&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Mon Apr  3 12:16:42 2006
@@ -129,7 +129,7 @@
     <emfUrl>http://download.eclipse.org/tools/emf/downloads/drops/2.1.2/R200601191349/emf-sdo-xsd-SDK-2.1.2.zip</emfUrl>
     <jemUrl>http://download.eclipse.org/tools/ve/downloads/drops/R-1.1.0.1-200509071822/JEM-SDK-1.1.0.1.zip</jemUrl>
     <gefUrl>http://download.eclipse.org/tools/gef/downloads/drops/R-3.1.1-200509301327/GEF-SDK-3.1.1.zip</gefUrl>
-    <wtpUrl>http://download.eclipse.org/webtools/downloads/drops/R-1.0.1-200602171228/wtp-sdk-R-1.0.1-200602171228.zip</wtpUrl>
+    <wtpUrl>http://download.eclipse.org/webtools/downloads/drops/M-M200603280054-200603280054/wtp-sdk-M-M200603280054-200603280054.zip</wtpUrl>
     <!-- Eclipse Project Distro Versions -->
     <platformVersion>[3.1.2,)</platformVersion>
     <emfVersion>[2.1.0,)</emfVersion>
@@ -260,10 +260,12 @@
 
   <modules>
     <module>geronimo-emf-common</module>
-    <module>plugins/</module>
+    <module>plugins</module>
     <module>features/org.apache.geronimo.feature</module>
     <module>features/org.apache.geronimo.installableruntime.jetty.feature</module>
     <module>features/org.apache.geronimo.installableruntime.tomcat.feature</module>
+    <module>assemblies/g-plugin-deployable</module>
+    <module>assemblies/updatesite-distribution</module>
   </modules>
   
 </project>