Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaxsun McCarthy Huggan2016-10-18 16:51:57 +0000
committerJaxsun McCarthy Huggan2016-10-18 16:51:57 +0000
commit78ac2d24979d7be1e4a566665cf09c5bcddecc88 (patch)
tree93598c0372d710250c4b8017206dfe7952571390
parentc916ba59b9bfd9799c9a512cd74955e471e76ca9 (diff)
downloadorg.eclipse.mylyn-78ac2d24979d7be1e4a566665cf09c5bcddecc88.tar.gz
org.eclipse.mylyn-78ac2d24979d7be1e4a566665cf09c5bcddecc88.tar.xz
org.eclipse.mylyn-78ac2d24979d7be1e4a566665cf09c5bcddecc88.zip
fix incorrect dependency on o.e.tools.templates.ui
This is a bundle, not a feature Change-Id: I6775f1f61d5b1ed5d50c2ba3cd28cab033802ee5 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.7.target2
-rw-r--r--org.eclipse.mylyn-target/mylyn-estaging.target2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn-target/mylyn-e4.7.target b/org.eclipse.mylyn-target/mylyn-e4.7.target
index d1e6ea2a..b76a28f6 100644
--- a/org.eclipse.mylyn-target/mylyn-e4.7.target
+++ b/org.eclipse.mylyn-target/mylyn-e4.7.target
@@ -65,7 +65,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.platform.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.tools.templates.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
<unit id="org.eclipse.equinox.concurrent" version="0.0.0"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.ecore.source.feature.group" version="0.0.0"/>
diff --git a/org.eclipse.mylyn-target/mylyn-estaging.target b/org.eclipse.mylyn-target/mylyn-estaging.target
index b58c029d..65fa281a 100644
--- a/org.eclipse.mylyn-target/mylyn-estaging.target
+++ b/org.eclipse.mylyn-target/mylyn-estaging.target
@@ -50,7 +50,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.platform.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.tools.templates.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
<unit id="org.eclipse.equinox.concurrent" version="0.0.0"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.ecore.source.feature.group" version="0.0.0"/>

Back to the top