You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2008/06/22 04:51:38 UTC

svn commit: r670302 - in /geronimo/devtools/eclipse-plugin/branches/2.1.1/features: org.apache.geronimo.installableruntime.jetty.feature/feature.xml org.apache.geronimo.installableruntime.tomcat.feature/feature.xml

Author: mcconne
Date: Sat Jun 21 19:51:38 2008
New Revision: 670302

URL: http://svn.apache.org/viewvc?rev=670302&view=rev
Log:
Fix 2.0.2 download feature

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml?rev=670302&r1=670301&r2=670302&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml Sat Jun 21 19:51:38 2008
@@ -41,7 +41,12 @@
     id="geronimo-jetty6-javaee5-2.1.1.zip"
     download-size="0"
     install-size="0"/>
-    
+   
+   <data 	 
+    id="geronimo-jetty6-jee5-2.0.2.zip" 	 
+    download-size="0" 	 
+    install-size="0"/>    
+   
     <install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/>
 
 </feature>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml?rev=670302&r1=670301&r2=670302&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.1/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml Sat Jun 21 19:51:38 2008
@@ -42,6 +42,11 @@
     download-size="0"
     install-size="0"/>
    
+   <data 	 
+    id="geronimo-tomcat6-jee5-2.0.2.zip" 	 
+    download-size="0" 	 
+    install-size="0"/>   
+   
     <install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/>
    
 </feature>