[jbosstools-commits] JBoss Tools SVN: r43763 - in trunk: runtime-soa/features/org.jboss.tools.runtime.soa.test.feature and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Sep 17 13:29:22 EDT 2012
Author: nickboldt
Date: 2012-09-17 13:29:22 -0400 (Mon, 17 Sep 2012)
New Revision: 43763
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/pom.xml
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/pom.xml
Log:
JBIDE-12583 o.j.t.runtime.as.detector classes are now in o.j.i.e.as.core, so use o.j.i.e.as.feature instead
Modified: trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/pom.xml
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/pom.xml 2012-09-17 17:13:53 UTC (rev 43762)
+++ trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/pom.xml 2012-09-17 17:29:22 UTC (rev 43763)
@@ -123,11 +123,12 @@
<artifactId>org.jboss.tools.runtime.core.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
+ <!-- JBIDE-12583 o.j.t.runtime.as.detector classes are now in o.j.i.e.as.core, so use o.j.i.e.as.feature instead -->
<dependency>
- <type>p2-installable-unit</type>
- <artifactId>org.jboss.tools.runtime.as.detector.feature.feature.group</artifactId>
- <version>0.0.0</version>
- </dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.jboss.ide.eclipse.as.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.jboss.tools.seam.feature.feature.group</artifactId>
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-09-17 17:13:53 UTC (rev 43762)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml 2012-09-17 17:29:22 UTC (rev 43763)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.runtime.soa.test.feature" label="JBoss Tools - Tests - Runtime Detection" version="1.3.0.qualifier">
+<feature id="org.jboss.tools.runtime.soa.test.feature" label="JBoss Tools - Tests - Runtime Detection" version="1.4.0.qualifier">
<description>
%description
@@ -18,10 +18,11 @@
<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"/>
+ <import feature="org.jboss.tools.runtime.test.feature" version="2.0.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.core.feature" version="2.0.0" match="compatible"/>
+ <!-- JBIDE-12583 o.j.t.runtime.as.detector classes are now in o.j.i.e.as.core, so use o.j.i.e.as.feature instead -->
+ <import feature="org.jboss.ide.eclipse.as.feature" version="2.4.0" match="compatible"/>
+ <import feature="org.jboss.ide.eclipse.as.serverAdapter.wtp.feature" version="2.4.0" match="compatible"/>
</requires>
<plugin id="org.jboss.tools.runtime.soa.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml 2012-09-17 17:13:53 UTC (rev 43762)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml 2012-09-17 17:29:22 UTC (rev 43763)
@@ -9,6 +9,7 @@
</parent>
<groupId>org.jboss.tools.runtime-soa.features</groupId>
<artifactId>org.jboss.tools.runtime.soa.test.feature</artifactId>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
More information about the jbosstools-commits
mailing list