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

org.eclipse.linuxtools.docker.core depends on com.spotify.docker.client (JBDS-3495)
  • Loading branch information
nickboldt committed Sep 17, 2015
1 parent f830b95 commit fb490ad
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions aggregate/site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,20 @@
<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="com.spotify.docker.client"/>
<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 fb490ad

Please sign in to comment.