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 2007/10/10 05:18:01 UTC

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

Author: mcconne
Date: Tue Oct  9 20:18:01 2007
New Revision: 583349

URL: http://svn.apache.org/viewvc?rev=583349&view=rev
Log:
GERONIMODEVTOOLS-238 Fix problem with 2.0 adapter prereqs (Thanks to Ted Kirby for this patch !!)

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

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml?rev=583349&r1=583348&r2=583349&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml Tue Oct  9 20:18:01 2007
@@ -41,11 +41,13 @@
     
     <requires>
         <import feature="org.eclipse.jst" version="2.0.0" match="compatible"/>
+        <import feature="org.apache.geronimo.feature" version="${org.apache.geronimo.feature_version}"/>
+        <import feature="org.apache.geronimo.v11.feature" version="${org.apache.geronimo.v11.feature_version}"/>
     </requires>
 
     <includes
-        id="org.apache.geronimo.feature"
-        version="${org.apache.geronimo.feature_version}"/>
+        id="org.apache.geronimo.v11.feature"
+        version="${org.apache.geronimo.v11.feature_version}"/>
     
     <plugin
          id="org.apache.geronimo.st.v20.core"