Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-09-27 10:37:07 +0000
committerSteffen Pingel2013-09-27 10:38:48 +0000
commit51d1c71368a1d1c5d8de573a306ac7732307b76a (patch)
tree6f73b98a54f8bb81f48d60efc53a90904650eead
parentdc76df1473514e907f8da1463104a3258485b39f (diff)
downloadorg.eclipse.mylyn-51d1c71368a1d1c5d8de573a306ac7732307b76a.tar.gz
org.eclipse.mylyn-51d1c71368a1d1c5d8de573a306ac7732307b76a.tar.xz
org.eclipse.mylyn-51d1c71368a1d1c5d8de573a306ac7732307b76a.zip
fix reference to maintenance and staging targets
-rw-r--r--org.eclipse.mylyn-target/mylyn-emaintenance.target (renamed from org.eclipse.mylyn-target/mylyn-maintenance.target)0
-rw-r--r--org.eclipse.mylyn-target/mylyn-estaging.target (renamed from org.eclipse.mylyn-target/mylyn-staging.target)5
-rw-r--r--org.eclipse.mylyn-target/pom.xml8
3 files changed, 8 insertions, 5 deletions
diff --git a/org.eclipse.mylyn-target/mylyn-maintenance.target b/org.eclipse.mylyn-target/mylyn-emaintenance.target
index 1c93d790..1c93d790 100644
--- a/org.eclipse.mylyn-target/mylyn-maintenance.target
+++ b/org.eclipse.mylyn-target/mylyn-emaintenance.target
diff --git a/org.eclipse.mylyn-target/mylyn-staging.target b/org.eclipse.mylyn-target/mylyn-estaging.target
index ffc3fd08..a7ed4c04 100644
--- a/org.eclipse.mylyn-target/mylyn-staging.target
+++ b/org.eclipse.mylyn-target/mylyn-estaging.target
@@ -53,7 +53,6 @@
</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.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"/>
@@ -67,6 +66,10 @@
<repository location="http://download.eclipse.org/releases/staging"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.ecf.core.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/releases/kepler"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.tigris.subversion.subclipse.feature.group" version="1.8.10"/>
<unit id="org.tigris.subversion.clientadapter.feature.feature.group" version="1.8.2"/>
<repository location="http://subclipse.tigris.org/archive/subclipse_1.8.10"/>
diff --git a/org.eclipse.mylyn-target/pom.xml b/org.eclipse.mylyn-target/pom.xml
index 09e69914..828bf574 100644
--- a/org.eclipse.mylyn-target/pom.xml
+++ b/org.eclipse.mylyn-target/pom.xml
@@ -57,14 +57,14 @@
<classifier>mylyn-e4.4</classifier>
</artifact>
<artifact>
- <file>mylyn-maintenance.target</file>
+ <file>mylyn-emaintenance.target</file>
<type>target</type>
- <classifier>mylyn-maintenance</classifier>
+ <classifier>mylyn-emaintenance</classifier>
</artifact>
<artifact>
- <file>mylyn-staging.target</file>
+ <file>mylyn-estaging.target</file>
<type>target</type>
- <classifier>mylyn-staging</classifier>
+ <classifier>mylyn-estaging</classifier>
</artifact>
</artifacts>
</configuration>

Back to the top