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/12 16:02:27 UTC

svn commit: r752887 - /geronimo/devtools/eclipse-plugin/branches/2.1.4/features/org.apache.geronimo.v21.feature/feature.xml

Author: dwoods
Date: Thu Mar 12 15:02:26 2009
New Revision: 752887

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

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.1.4/features/org.apache.geronimo.v21.feature/feature.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.4/features/org.apache.geronimo.v21.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.4/features/org.apache.geronimo.v21.feature/feature.xml?rev=752887&r1=752886&r2=752887&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.4/features/org.apache.geronimo.v21.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.4/features/org.apache.geronimo.v21.feature/feature.xml Thu Mar 12 15:02:26 2009
@@ -42,8 +42,18 @@
     </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
          id="org.apache.geronimo.st.core"