Skip to content

Commit

Permalink
JBDS-3495 add Docker plugins (not feature) to JBT site to avoid p2.in…
Browse files Browse the repository at this point in the history
…f config instruction
  • Loading branch information
nickboldt committed Sep 17, 2015
1 parent ce808f7 commit b28744a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions aggregate/site/category.xml
Expand Up @@ -284,10 +284,19 @@
<category name="CoreTools" />
<category name="MavenTools"/>
</feature>
<feature id="org.eclipse.linuxtools.docker.feature">
<!-- JBDS-3495 add plugins instead of feature to avoid p2.inf instruction which forces JBDS to include Docker nightly update site in disabled state -->
<bundle id="org.eclipse.linuxtools.docker.core">
<category name="CoreTools" />
<category name="GeneralTools"/>
</feature>
</bundle>
<bundle id="org.eclipse.linuxtools.docker.ui">
<category name="CoreTools" />
<category name="GeneralTools"/>
</bundle>
<bundle id="org.eclipse.linuxtools.docker.docs">
<category name="CoreTools" />
<category name="GeneralTools"/>
</bundle>
<feature id="org.jboss.tools.wtp.server.launchbar.feature">
<category name="WebTools" />
</feature>
Expand Down

0 comments on commit b28744a

Please sign in to comment.