Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBDS-2812 in order to expose org.jboss.tools.aerogear.hybrid.feature and org.jboss.tools.vpe.cordovasim.feature from Central, add them to the JBDS update site (but do not categorize them) >> jbosstools-4.1.x #114

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 2 additions & 8 deletions aggregate/site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,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,16 +212,14 @@
<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.aerogear.hybrid.feature"><category name="AdditionalTools" /><category name="MobileTools"/></feature>
<feature id="org.jboss.tools.maven.jbosspackaging.feature"><category name="CoreTools" /><category name="MavenTools" /></feature>
<feature id="org.jboss.tools.maven.gwt.feature"><category name="AdditionalTools" /><category name="MavenTools" /></feature>
<feature id="org.jboss.tools.common.mylyn.feature"><category name="AdditionalTools" /><category name="GeneralTools"/></feature>
<feature id="org.jboss.tools.usage.feature"><category name="CoreTools" /><category name="GeneralTools"/></feature>
<feature id="org.jboss.tools.vpe.cordovasim.feature"><category name="AdditionalTools" /><category name="MobileTools"/></feature>

<!-- only in JBDS
<feature id="com.jboss.jbds.product.feature" patch="false"><category name="BringYourOwnEclipse" /><category name="CoreTools" /></feature>
Expand Down