Author: nickboldt
Date: 2012-04-23 11:55:44 -0400 (Mon, 23 Apr 2012)
New Revision: 40410
Modified:
trunk/central/features/org.jboss.tools.community.central.feature/feature.xml
Log:
JBIDE-10803 - include AS, Seam, Runtime features when installing Central; also include
org.jboss.tools.runtime.as.detector.feature and
org.jboss.tools.runtime.seam.detector.feature for funsies.
Modified: trunk/central/features/org.jboss.tools.community.central.feature/feature.xml
===================================================================
---
trunk/central/features/org.jboss.tools.community.central.feature/feature.xml 2012-04-23
15:55:41 UTC (rev 40409)
+++
trunk/central/features/org.jboss.tools.community.central.feature/feature.xml 2012-04-23
15:55:44 UTC (rev 40410)
@@ -12,12 +12,18 @@
%license
</license>
- <!-- JBIDE-11299 - include Examples features when installing Central -->
<requires>
<import feature="org.jboss.tools.central.feature"
version="1.0.0.qualifier" match="greaterOrEqual"/>
+ <!-- JBIDE-11299 - include Examples features when installing Central -->
<import feature="org.jboss.tools.project.examples.feature"
version="1.2.1.qualifier" match="greaterOrEqual"/>
<import feature="org.jboss.tools.community.project.examples.feature"
version="1.2.1.qualifier" match="greaterOrEqual"/>
<import feature="org.jboss.tools.maven.project.examples.feature"
version="1.3.0.qualifier" match="greaterOrEqual"/>
+ <!-- JBIDE-10803 - include AS, Seam, Runtime features when installing Central
-->
+ <import feature="org.jboss.ide.eclipse.as.feature"
version="2.3.0.qualifier" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.seam.feature"
version="3.3.0.qualifier" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.runtime.core.feature"
version="1.3.0.qualifier" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.runtime.as.detector.feature"
version="1.3.0.qualifier" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.runtime.seam.detector.feature"
version="1.3.0.qualifier" match="greaterOrEqual"/>
</requires>
<plugin id="org.jboss.tools.community.central"
download-size="0" install-size="0" version="0.0.0"/>
Show replies by date