Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-07-23 13:23:01 +0000
committerSteffen Pingel2012-07-23 13:58:34 +0000
commit4fa13337942917959ae31d3f6706dbade1bd76ff (patch)
tree06eb8d12f3a9c3217246976be75ebb05b630e7e3
parent876f9e3b3b9868e6df827c85265648bb2b026c63 (diff)
downloadorg.eclipse.mylyn-4fa13337942917959ae31d3f6706dbade1bd76ff.tar.gz
org.eclipse.mylyn-4fa13337942917959ae31d3f6706dbade1bd76ff.tar.xz
org.eclipse.mylyn-4fa13337942917959ae31d3f6706dbade1bd76ff.zip
NEW - bug 385713: set galileo as base target for building
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385713
-rw-r--r--org.eclipse.mylyn-site/pom.xml2
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.2.target9
2 files changed, 7 insertions, 4 deletions
diff --git a/org.eclipse.mylyn-site/pom.xml b/org.eclipse.mylyn-site/pom.xml
index d73d5c58..dc10f2d8 100644
--- a/org.eclipse.mylyn-site/pom.xml
+++ b/org.eclipse.mylyn-site/pom.xml
@@ -17,6 +17,8 @@
<qualifier>${project.unqualifiedVersion}</qualifier>
<sign-dir>tools/mylyn/hudson/signing/mylyn</sign-dir>
<mirrors-url>http://www.eclipse.org/downloads/download.php?file=/mylyn/drops/${unqualifiedVersion}/${buildQualifier}/site.xml&amp;amp;protocol=http&amp;amp;format=xml</mirrors-url>
+ <!-- needs to use a 3.8 based target due to compatibility feature -->
+ <target-platform>mylyn-e3.8</target-platform>
</properties>
<profiles>
<profile>
diff --git a/org.eclipse.mylyn-target/mylyn-e4.2.target b/org.eclipse.mylyn-target/mylyn-e4.2.target
index d407cb03..2e3cbc5f 100644
--- a/org.eclipse.mylyn-target/mylyn-e4.2.target
+++ b/org.eclipse.mylyn-target/mylyn-e4.2.target
@@ -67,13 +67,14 @@
<repository location="http://download.eclipse.org/releases/juno"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.core.runtime.compatibility.auth" version="3.2.200.v20110110"/>
-<repository location="http://download.eclipse.org/mylyn/snapshots/compatibility"/>
-</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"/>
</location>
+<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.osgi" version="3.8.0.v20120529-1548"/>
+<unit id="org.eclipse.core.runtime.compatibility.auth" version="3.2.300.v20120523-2004"/>
+<repository location="http://download.eclipse.org/eclipse/updates/3.8/R-3.8-201206081200"/>
+</location>
</locations>
</target>

Back to the top