You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/03/18 14:39:08 UTC

svn commit: r755593 - /geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v22.feature/feature.xml

Author: dwoods
Date: Wed Mar 18 13:39:08 2009
New Revision: 755593

URL: http://svn.apache.org/viewvc?rev=755593&view=rev
Log:
GERONIMODEVTOOLS-535 Add support for installing from update site for IBM RAD v7.5.  Applied updated trunk patch from Delos Dai.

Modified:
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v22.feature/feature.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v22.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v22.feature/feature.xml?rev=755593&r1=755592&r2=755593&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v22.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v22.feature/feature.xml Wed Mar 18 13:39:08 2009
@@ -42,7 +42,16 @@
     </url>
     
     <requires>
-        <import feature="org.eclipse.jst" version="2.0.0" match="greaterOrEqual"/>
+        <import feature="org.eclipse.jst.common_core.feature" version="2.0.0.v200706041905-1007w311817231426" 
+		match="greaterOrEqual"/>     	
+	<import feature="org.eclipse.jst.server_ui.feature" version="2.0.2.v200802150100-77-CT9yJXEkuiKVeQrclqTHQ3648"
+		match="greaterOrEqual"/>
+	<import feature="org.eclipse.jst.server_adapters.feature" version="2.0.2.v200802150100-787KE8iDUUEF6GwKwpHEQ"
+		match="greaterOrEqual"/>
+	<import feature="org.eclipse.jst.web_ui.feature" version="2.0.2.v200802150100-7B1DzCkuNa_RPevwkwB1iJ6z-0RH" 
+		match="greaterOrEqual"/>
+  	<import feature="org.eclipse.jst.enterprise_ui.feature" version="2.0.2.v200802150100-7b7_Es8EU6AXOV9QLJSees1SQoYQ"
+		match="greaterOrEqual"/>
     </requires>
     
     <plugin