Skip to content

Commit

Permalink
JBDS-2812 make aerogear.hybrid.feature and vpe.cordovasim.feature (an…
Browse files Browse the repository at this point in the history
…d sources) categorized in JBDS; add new AdditionalTools category; fix BYOE description to Tech Preview; add missing org.jboss.tools.wtp.runtimes.tomcat.feature.source
  • Loading branch information
nickboldt committed Oct 24, 2013
1 parent 88e3797 commit 132f7d1
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions aggregate/site/category.xml
Expand Up @@ -11,6 +11,14 @@
<category name="CoreTools" />
<category name="WebTools" />
</feature>
<feature id="org.jboss.tools.aerogear.hybrid.feature">
<category name="AdditionalTools" />
<category name="MobileTools"/>
</feature>
<feature id="org.jboss.tools.vpe.cordovasim.feature">
<category name="AdditionalTools" />
<category name="MobileTools"/>
</feature>
<feature id="org.jboss.tools.vpe.browsersim.feature">
<category name="CoreTools" />
<category name="WebTools" />
Expand Down Expand Up @@ -183,10 +191,6 @@
<feature id="org.mozilla.xulrunner.feature"/>

<!-- only in JBT -->
<feature id="org.jboss.tools.aerogear.hybrid.feature">
<category name="AdditionalTools" />
<category name="MobileTools"/>
</feature>
<feature id="org.jboss.tools.arquillian.feature">
<category name="AdditionalTools" />
<category name="WebTools" />
Expand Down Expand Up @@ -216,10 +220,6 @@
<category name="AdditionalTools" />
<category name="GeneralTools" />
</feature>
<feature id="org.jboss.tools.vpe.cordovasim.feature">
<category name="AdditionalTools" />
<category name="MobileTools"/>
</feature>

<!-- categorized in JBT; uncategorized in JBDS -->
<feature id="org.jboss.tools.maven.jbosspackaging.feature"><category name="CoreTools" /><category name="MavenTools" /></feature>
Expand All @@ -242,13 +242,14 @@
<feature id="org.sonatype.m2e.mavenarchiver.feature"/>
-->


<!-- ####### -->
<!-- SOURCES : DO NOT CATEGORIZE -->
<!-- ####### -->

<feature id="org.jboss.tools.central.feature.source"/>
<feature id="org.jboss.tools.richfaces.feature.source"/>
<feature id="org.jboss.tools.aerogear.hybrid.feature.source"/>
<feature id="org.jboss.tools.vpe.cordovasim.feature.source"/>
<feature id="org.jboss.tools.vpe.browsersim.feature.source"/>
<feature id="org.jboss.tools.jst.feature.source"/>
<feature id="org.jboss.tools.vpe.feature.source"/>
Expand Down Expand Up @@ -300,15 +301,13 @@
<feature id="org.jboss.tools.wtp.runtimes.tomcat.feature.source"/>

<!-- only in JBT -->
<feature id="org.jboss.tools.aerogear.hybrid.feature.source"/>
<feature id="org.jboss.tools.arquillian.feature.source"/>
<feature id="org.jboss.tools.central.themes.feature.source"/>
<feature id="org.jboss.tools.community.central.feature.source"/>
<feature id="org.jboss.tools.community.project.examples.feature.source"/>
<feature id="org.jboss.tools.birt.feature.source"/>
<feature id="org.jboss.tools.forge.ext.feature.source"/>
<feature id="org.jboss.tools.gwt.feature.source"/>
<feature id="org.jboss.tools.vpe.cordovasim.feature.source"/>

<!-- only in JBDS
<feature id="com.jboss.jbds.product.feature.source" patch="false"/>
Expand All @@ -330,14 +329,17 @@
</category-def>

<!-- only in JBDS
<category-def name="BringYourOwnEclipse" label="* JBoss Developer Studio 7.0 - Bring Your Own Eclipse [Technology Preview]">
<category-def name="BringYourOwnEclipse" label="* JBoss Developer Studio 7.x - Bring Your Own Eclipse [Technology Preview]">
<description>Select this feature if you want to install all of the JBoss Developer Studio (Core Features) into your own Eclipse Kepler 4.3.
Note: this is a Technology Preview. It is provided for users and customers to try out and to provide the developers with feedback.</description>
</category-def>
<category-def name="CoreTools" label="* JBoss Developer Studio 7.0 - Core">
<category-def name="CoreTools" label="* JBoss Developer Studio 7.x - Core">
<description>Contains most of the JBoss Developer Studio features. Excluded are those related to integration with 3rd party plugins. Selecting this category will give you all tools needed for Web and Seam Development.</description>
</category-def>
<category-def name="AdditionalTools" label="* JBoss Developer Studio 7.x - Extras">
<description>Contains the rest of the JBoss Developer Studio features, not included in Core category. This category includes miscellaneous, new, experimental and incubating features. See individual feature descriptions for details.</description>
</category-def>
-->

<category-def name="WebTools" label="JBoss Web and Java EE Development">
Expand Down

0 comments on commit 132f7d1

Please sign in to comment.