Author: nickboldt
Date: 2012-04-04 00:55:51 -0400 (Wed, 04 Apr 2012)
New Revision: 40021
Modified:
trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
Log:
add requirements to org.jboss.tools.runtime.test.feature on runtime.core,
runtime.as.detector, and as.serverAdapter.wtp.feature (JBIDE-11450, JBIDE-11390)
Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2012-04-04
04:28:59 UTC (rev 40020)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2012-04-04
04:55:51 UTC (rev 40021)
@@ -13,5 +13,12 @@
%license
</license>
- <plugin id="org.jboss.tools.runtime.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
+ <requires>
+ <import feature="org.jboss.tools.runtime.core.feature"
version="1.3.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.as.detector.feature"
version="1.3.0" match="compatible"/>
+ <import feature="org.jboss.ide.eclipse.as.serverAdapter.wtp.feature"
version="2.3.0" match="compatible"/>
+ <plugin id="org.jboss.ide.eclipse.as.core" version="2.3.0"
match="compatible"/>
+ </requires>
+
+ <plugin id="org.jboss.tools.runtime.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
</feature>