Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaxsun McCarthy Huggan2016-10-14 21:18:40 +0000
committerJaxsun McCarthy Huggan2016-10-14 21:18:40 +0000
commitc916ba59b9bfd9799c9a512cd74955e471e76ca9 (patch)
treee4822f7e3a1b8e90de61fd508b04162c93d55d3c /org.eclipse.mylyn-target
parent581f2b0b367c1c5223e85f59b97bb3b52070ba5a (diff)
downloadorg.eclipse.mylyn-c916ba59b9bfd9799c9a512cd74955e471e76ca9.tar.gz
org.eclipse.mylyn-c916ba59b9bfd9799c9a512cd74955e471e76ca9.tar.xz
org.eclipse.mylyn-c916ba59b9bfd9799c9a512cd74955e471e76ca9.zip
add org.eclipse.tools.templates.ui to the oxygen and staging platforms
This is a dependency of CDT and is causing the integration build to fail. Change-Id: Ia5cb0a1de8765f7bc56526722d9bcc097daa9a9f Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
Diffstat (limited to 'org.eclipse.mylyn-target')
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.7.target1
-rw-r--r--org.eclipse.mylyn-target/mylyn-estaging.target1
2 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn-target/mylyn-e4.7.target b/org.eclipse.mylyn-target/mylyn-e4.7.target
index dcbf02ec..d1e6ea2a 100644
--- a/org.eclipse.mylyn-target/mylyn-e4.7.target
+++ b/org.eclipse.mylyn-target/mylyn-e4.7.target
@@ -65,6 +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.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 12e9f926..b58c029d 100644
--- a/org.eclipse.mylyn-target/mylyn-estaging.target
+++ b/org.eclipse.mylyn-target/mylyn-estaging.target
@@ -50,6 +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.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