Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2018-02-07 22:21:28 +0000
committerJeff Johnston2018-02-07 23:02:43 +0000
commit7c5719cde225ab39ad8ec469b35b88f1085ec35f (patch)
treea081e8c3fa8fe582db5b4d92dd5aaf2dce2f5af3 /containers/org.eclipse.linuxtools.docker-feature
parentdff3af6bdfe83019d6a313996bdbf8af9160052a (diff)
downloadorg.eclipse.linuxtools-7c5719cde225ab39ad8ec469b35b88f1085ec35f.tar.gz
org.eclipse.linuxtools-7c5719cde225ab39ad8ec469b35b88f1085ec35f.tar.xz
org.eclipse.linuxtools-7c5719cde225ab39ad8ec469b35b88f1085ec35f.zip
Bug 530411 - Docker tools install JDT silently
- create new org.eclipse.linuxtools.jdt.docker.launcher.feature - make new feature include org.eclipse.linuxtools.jdt.docker.launcher plug-in and require org.eclipse.linuxtools.docker.feature - remove jdt plug-in from main docker feature - add new feature to containers/pom.xml Change-Id: Ia96173f71ce07be18257e09192066fb14b0ca11f Reviewed-on: https://git.eclipse.org/r/116889 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'containers/org.eclipse.linuxtools.docker-feature')
-rw-r--r--containers/org.eclipse.linuxtools.docker-feature/feature.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/containers/org.eclipse.linuxtools.docker-feature/feature.xml b/containers/org.eclipse.linuxtools.docker-feature/feature.xml
index 1f0400fe1f..41313be267 100644
--- a/containers/org.eclipse.linuxtools.docker-feature/feature.xml
+++ b/containers/org.eclipse.linuxtools.docker-feature/feature.xml
@@ -51,11 +51,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.linuxtools.jdt.docker.launcher"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>

Back to the top