Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Dos Santos2014-04-02 21:02:02 +0000
committerSam Davis2014-04-22 21:13:39 +0000
commitf08ed74427d7358ff5f48583537d2a214c12160a (patch)
treebe83d3d5d74ebfbf4cb64812868b0494cda49715
parentbc8514110202d0868a0792dbf72090379d7f37c3 (diff)
downloadorg.eclipse.mylyn-f08ed74427d7358ff5f48583537d2a214c12160a.tar.gz
org.eclipse.mylyn-f08ed74427d7358ff5f48583537d2a214c12160a.tar.xz
org.eclipse.mylyn-f08ed74427d7358ff5f48583537d2a214c12160a.zip
Fix the Mylyn Luna build profile
Change-Id: Ia8edb631b6405de9ea1b41ff7ea3f1a0e31cb084 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.4.target4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-target/mylyn-e4.4.target b/org.eclipse.mylyn-target/mylyn-e4.4.target
index 063b9704..977f40aa 100644
--- a/org.eclipse.mylyn-target/mylyn-e4.4.target
+++ b/org.eclipse.mylyn-target/mylyn-e4.4.target
@@ -51,7 +51,9 @@
</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.ecf.core.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.ecf.core.feature.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.ecf.discovery.feature.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.ecf.discovery.jmdns.feature.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.common.feature.group" version="0.0.0"/>

Back to the top