Author: dgolovin
Date: 2010-06-17 19:15:14 -0400 (Thu, 17 Jun 2010)
New Revision: 22870
Modified:
trunk/tptp/features/org.jboss.tools.tptp.feature/feature.xml
Log:
https://jira.jboss.org/browse/JBIDE-6485 org.jboss.tools.vpe.ui.bot.test fails to compile
fix for tptp compilation errors
list of features adjusted
Modified: trunk/tptp/features/org.jboss.tools.tptp.feature/feature.xml
===================================================================
--- trunk/tptp/features/org.jboss.tools.tptp.feature/feature.xml 2010-06-17 22:24:40 UTC
(rev 22869)
+++ trunk/tptp/features/org.jboss.tools.tptp.feature/feature.xml 2010-06-17 23:15:14 UTC
(rev 22870)
@@ -1,40 +1,39 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.tptp.feature"
- label="TPTP Profile On JBoss Server"
- version="1.1.0.qualifier"
- plugin="org.jboss.tools.eclipse.as.tptp">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <url>
- <update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable/galileo/&qu...
- </url>
-
- <requires>
- <import feature="org.eclipse.tptp.monitoring.runtime"
version="4.4.100" match="greaterOrEqual"/>
- <import feature="org.eclipse.tptp.platform.runtime"
version="4.5.1" match="greaterOrEqual"/>
- <import feature="org.eclipse.tptp.monitoring.profile.server"
version="4.2.200" match="greaterOrEqual"/>
- <import feature="org.eclipse.tptp.platform.profile.server"
version="4.3.200" match="greaterOrEqual"/>
- <import feature="org.eclipse.tptp.trace.runtime"
version="4.3.200" match="greaterOrEqual"/>
- <import feature="org.eclipse.tptp.test.runtime"
version="4.3.300" match="greaterOrEqual"/>
- </requires>
-
- <plugin
- id="org.jboss.tools.eclipse.as.tptp"
- 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.tptp.feature"
+ label="TPTP Profile On JBoss Server"
+ version="1.1.0.qualifier"
+ plugin="org.jboss.tools.eclipse.as.tptp">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable/galileo/&qu...
+ </url>
+
+ <requires>
+ <import feature="org.eclipse.tptp.platform.profile.server"
version="4.5.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tptp.platform.instrumentation.ui"
version="4.3.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tptp.platform.core"
version="4.7.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tptp.platform.jvmti"
version="4.5.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tptp.platform.trace"
version="4.5.0" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.jboss.tools.eclipse.as.tptp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>