Author: dgolovin
Date: 2012-04-05 19:09:24 -0400 (Thu, 05 Apr 2012)
New Revision: 40087
Modified:
trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
Log:
fix for continuous build error introduced in revision
http://source.jboss.org/changelog/JBossTools?cs=40021
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-p2-publisher-plugin:0.14.1:publish-products
(default-publish-products) on project runtime.site: Execution default-publish-products of
goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.14.1:publish-products failed: "No
solution found because the problem is unsatisfiable.": ["Unable to satisfy
dependency from org.jboss.tools.runtime.test.feature.feature.group
1.3.0.v20120405-2228-Beta3 to org.jboss.ide.eclipse.as.core [2.3.0].", "No
solution found because the problem is unsatisfiable."]
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-05
22:25:25 UTC (rev 40086)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2012-04-05
23:09:24 UTC (rev 40087)
@@ -1,24 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.runtime.test.feature" label="JBoss Tools -
Tests - Runtime Detection" version="1.3.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <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>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.runtime.test.feature"
+ label="JBoss Tools - Tests - Runtime Detection"
+ version="1.3.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <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"/>
+ <import plugin="org.jboss.ide.eclipse.as.core"/>
+ </requires>
+
+ <plugin
+ id="org.jboss.tools.runtime.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>