Author: nickboldt
Date: 2012-04-03 15:19:22 -0400 (Tue, 03 Apr 2012)
New Revision: 40013
Modified:
trunk/central/features/org.jboss.tools.central.feature/feature.xml
trunk/central/features/org.jboss.tools.community.central.feature/feature.xml
Log:
JBIDE-11299 move nested/included features in org.jboss.tools.central.feature to required
features in org.jboss.tools.community.central.feature; now the 1-feature solution to
installing Central is to install org.jboss.tools.community.central.feature, which will
bring in the other 4 features.
Modified: trunk/central/features/org.jboss.tools.central.feature/feature.xml
===================================================================
--- trunk/central/features/org.jboss.tools.central.feature/feature.xml 2012-04-03 17:25:43
UTC (rev 40012)
+++ trunk/central/features/org.jboss.tools.central.feature/feature.xml 2012-04-03 19:19:22
UTC (rev 40013)
@@ -14,9 +14,4 @@
<plugin id="org.jboss.tools.central" download-size="0"
install-size="0" version="0.0.0" unpack="false"/>
- <!-- JBIDE-11299 - include Examples features when installing Central -->
- <includes id="org.jboss.tools.project.examples.feature"
version="0.0.0" />
- <includes id="org.jboss.tools.community.project.examples.feature"
version="0.0.0" />
- <includes id="org.jboss.tools.maven.project.examples.feature"
version="0.0.0" />
-
</feature>
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-03
17:25:43 UTC (rev 40012)
+++
trunk/central/features/org.jboss.tools.community.central.feature/feature.xml 2012-04-03
19:19:22 UTC (rev 40013)
@@ -1,11 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.community.central.feature"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%providerName"
- plugin="org.jboss.tools.community.central">
-
+<feature id="org.jboss.tools.community.central.feature"
label="%featureName" version="1.0.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.community.central">
<description>
%description
</description>
@@ -18,14 +12,14 @@
%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"/>
+ <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"/>
</requires>
- <plugin
- id="org.jboss.tools.community.central"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
+ <plugin id="org.jboss.tools.community.central"
download-size="0" install-size="0" version="0.0.0"/>
</feature>
Show replies by date