Author: nickboldt
Date: 2012-04-26 15:20:35 -0400 (Thu, 26 Apr 2012)
New Revision: 40527
Modified:
trunk/ws/features/org.jboss.tools.ws.feature/feature.xml
trunk/ws/features/org.jboss.tools.ws.jaxrs.feature/feature.xml
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-10827 add dependencies to
org.eclipse.jst.enterprise_ui.feature, org.eclipse.jst.web_ui.feature,
org.eclipse.wst.web_ui.feature, org.eclipse.wst.ws_ui.feature,
org.eclipse.wst.xml_ui.feature into features and ui.bot.test pom.xml
Modified: trunk/ws/features/org.jboss.tools.ws.feature/feature.xml
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.feature/feature.xml 2012-04-26 18:53:57 UTC (rev
40526)
+++ trunk/ws/features/org.jboss.tools.ws.feature/feature.xml 2012-04-26 19:20:35 UTC (rev
40527)
@@ -18,6 +18,14 @@
%license
</license>
+ <requires>
+ <import feature="org.eclipse.jst.enterprise_ui.feature"
version="3.3.2" match="compatible"/>
+ <import feature="org.eclipse.jst.web_ui.feature"
version="3.3.2" match="compatible"/>
+ <import feature="org.eclipse.wst.web_ui.feature"
version="3.3.2" match="compatible"/>
+ <import feature="org.eclipse.wst.ws_ui.feature"
version="3.3.2" match="compatible"/>
+ <import feature="org.eclipse.wst.xml_ui.feature"
version="3.3.2" match="compatible"/>
+ </requires>
+
<plugin
id="org.jboss.tools.ws.core"
download-size="0"
Modified: trunk/ws/features/org.jboss.tools.ws.jaxrs.feature/feature.xml
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.jaxrs.feature/feature.xml 2012-04-26 18:53:57 UTC
(rev 40526)
+++ trunk/ws/features/org.jboss.tools.ws.jaxrs.feature/feature.xml 2012-04-26 19:20:35 UTC
(rev 40527)
@@ -17,6 +17,14 @@
%license
</license>
+ <requires>
+ <import feature="org.eclipse.jst.enterprise_ui.feature"
version="3.3.2" match="compatible"/>
+ <import feature="org.eclipse.jst.web_ui.feature"
version="3.3.2" match="compatible"/>
+ <import feature="org.eclipse.wst.web_ui.feature"
version="3.3.2" match="compatible"/>
+ <import feature="org.eclipse.wst.ws_ui.feature"
version="3.3.2" match="compatible"/>
+ <import feature="org.eclipse.wst.xml_ui.feature"
version="3.3.2" match="compatible"/>
+ </requires>
+
<plugin
id="org.jboss.tools.ws.jaxrs.core"
download-size="0"
Modified: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-04-26 18:53:57 UTC (rev
40526)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-04-26 19:20:35 UTC (rev
40527)
@@ -61,14 +61,24 @@
</dependency>
<dependency>
<type>p2-installable-unit</type>
- <artifactId>org.eclipse.wst.xml_ui.feature.feature.group</artifactId>
+ <artifactId>org.eclipse.jst.web_ui.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>p2-installable-unit</type>
+ <artifactId>org.eclipse.wst.web_ui.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
<artifactId>org.eclipse.wst.ws_ui.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.wst.xml_ui.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
</dependencies>
</configuration>
</plugin>