Author: nickboldt
Date: 2012-04-04 00:56:01 -0400 (Wed, 04 Apr 2012)
New Revision: 40022
Modified:
trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml
Log:
add requirements to org.jboss.tools.runtime.soa.test.feature on runtime.core,
runtime.as.detector, runtime.test, and as.serverAdapter.wtp.feature (JBIDE-11450,
JBIDE-11390)
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml
===================================================================
---
trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml 2012-04-04
04:55:51 UTC (rev 40021)
+++
trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml 2012-04-04
04:56:01 UTC (rev 40022)
@@ -13,5 +13,16 @@
%license
</license>
- <plugin id="org.jboss.tools.runtime.soa.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
+ <requires>
+ <import feature="org.jboss.tools.runtime.drools.detector.feature"
version="1.3.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.esb.detector.feature"
version="1.3.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.jbpm.detector.feature"
version="1.3.0" match="compatible"/>
+
+ <import feature="org.jboss.tools.runtime.test.feature"
version="1.3.0" match="compatible"/>
+ <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"/>
+ </requires>
+
+ <plugin id="org.jboss.tools.runtime.soa.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
</feature>
Show replies by date