Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-09-16 06:04:38 +0000
committerSteffen Pingel2012-09-16 06:04:38 +0000
commite9a808364216759141665a31e1b58609106b843f (patch)
treeeacac5a40de7364528fe4564c743ec88fe53721b
parent42871ca46cec407878153a1bd1c55a965c48fd3a (diff)
downloadorg.eclipse.mylyn-e9a808364216759141665a31e1b58609106b843f.tar.gz
org.eclipse.mylyn-e9a808364216759141665a31e1b58609106b843f.tar.xz
org.eclipse.mylyn-e9a808364216759141665a31e1b58609106b843f.zip
388901: [e3.5] org.eclipse.mylyn.docs.epub.core does not compile on
Eclipse 3.5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=388901
-rw-r--r--org.eclipse.mylyn-parent/pom.xml52
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.3.target78
2 files changed, 110 insertions, 20 deletions
diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml
index 1575a2db..b59f807d 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -55,6 +55,14 @@
<dist.releases.url>file:///home/data/httpd/download.eclipse.org/mylyn/maven/releases</dist.releases.url>
<dist.snapshots.url>file:///home/data/httpd/download.eclipse.org/mylyn/maven/snapshots</dist.snapshots.url>
+ <target-platform>mylyn-e${target-version}</target-platform>
+ <egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
+ <swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
+
+ <!-- alternative target for components that don't build against galileo -->
+ <alt-target-version>3.7</alt-target-version>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/indigo/201202240900/</alt-platform-repository-url>
+
<orbit-repository-url>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/</orbit-repository-url>
<mylyn-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/</mylyn-repository-url>
<mylyn-builds-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/builds/</mylyn-builds-repository-url>
@@ -301,11 +309,10 @@
</activation>
<!-- Properties get overridden if a specific target profile is activated. -->
<properties>
- <target-version>3.7</target-version>
- <target-platform>mylyn-e3.7</target-platform>
- <platform-repository-url>http://download.eclipse.org/releases/indigo/201202240900/</platform-repository-url>
+ <target-version>3.5</target-version>
+ <platform-repository-url>http://download.eclipse.org/releases/galileo/201002260900/</platform-repository-url>
<egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
- <swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
+ <swtbot-repository-url>http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site/</swtbot-repository-url>
</properties>
</profile>
<profile>
@@ -318,9 +325,7 @@
</activation>
<properties>
<target-version>3.5</target-version>
- <target-platform>mylyn-e3.5</target-platform>
- <platform-repository-url>http://download.eclipse.org/releases/galileo/201102250900/</platform-repository-url>
- <egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
+ <platform-repository-url>http://download.eclipse.org/releases/galileo/201002260900/</platform-repository-url>
<swtbot-repository-url>http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site/</swtbot-repository-url>
</properties>
<!-- Galileo does not support linux.gtk.ppc64 -->
@@ -378,10 +383,7 @@
</activation>
<properties>
<target-version>3.6</target-version>
- <target-platform>mylyn-e3.6</target-platform>
<platform-repository-url>http://download.eclipse.org/releases/helios/201102250900/</platform-repository-url>
- <egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
- <swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
</properties>
</profile>
<profile>
@@ -394,10 +396,7 @@
</activation>
<properties>
<target-version>3.7</target-version>
- <target-platform>mylyn-e3.7</target-platform>
<platform-repository-url>http://download.eclipse.org/releases/indigo/201202240900/</platform-repository-url>
- <egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
- <swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
</properties>
</profile>
<profile>
@@ -410,10 +409,9 @@
</activation>
<properties>
<target-version>3.8</target-version>
- <target-platform>mylyn-e3.8</target-platform>
- <platform-repository-url>http://download.eclipse.org/releases/staging/</platform-repository-url>
- <egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
- <swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
+ <platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</platform-repository-url>
+ <alt-target-version>3.8</alt-target-version>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</alt-platform-repository-url>
</properties>
</profile>
<profile>
@@ -426,10 +424,24 @@
</activation>
<properties>
<target-version>4.2</target-version>
- <target-platform>mylyn-e4.2</target-platform>
+ <platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</platform-repository-url>
+ <alt-target-version>4.2</alt-target-version>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</alt-platform-repository-url>
+ </properties>
+ </profile>
+ <profile>
+ <id>kepler</id>
+ <activation>
+ <property>
+ <name>target-profile</name>
+ <value>kepler</value>
+ </property>
+ </activation>
+ <properties>
+ <target-version>4.3</target-version>
<platform-repository-url>http://download.eclipse.org/releases/staging/</platform-repository-url>
- <egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
- <swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
+ <alt-target-version>4.2</alt-target-version>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</alt-platform-repository-url>
</properties>
</profile>
diff --git a/org.eclipse.mylyn-target/mylyn-e4.3.target b/org.eclipse.mylyn-target/mylyn-e4.3.target
new file mode 100644
index 00000000..773efd78
--- /dev/null
+++ b/org.eclipse.mylyn-target/mylyn-e4.3.target
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+
+<target name="mylyn-e4.2" sequenceNumber="12">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="com.google.gerrit.prettify" version="2.1.5.v201112241444"/>
+<unit id="com.google.gerrit.reviewdb" version="2.1.5.v201112241444"/>
+<unit id="com.google.gerrit.common" version="2.1.5.v201112241444"/>
+<unit id="com.google.gson" version="2.1.0.v201203072145"/>
+<unit id="com.google.gwt.servlet" version="2.0.4.v20100709-0658"/>
+<unit id="com.google.gwtjsonrpc" version="1.2.5.v201112241444"/>
+<unit id="com.google.gwtorm" version="1.1.4.v201112241444"/>
+<unit id="com.sun.syndication" version="0.9.0.v200803061811"/>
+<unit id="com.sun.xml.bind" version="2.2.0.v201105210647"/>
+<unit id="javax.activation" version="1.1.0.v201108011116"/>
+<unit id="javax.el" version="2.2.0.v201108011116"/>
+<unit id="javax.mail" version="1.4.0.v201005080615"/>
+<unit id="javax.xml" version="1.3.4.v201005080400"/>
+<unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
+<unit id="javax.xml.rpc" version="1.1.0.v201005080400"/>
+<unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
+<unit id="javax.xml.stream" version="1.0.1.v201004272200"/>
+<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
+<unit id="org.antlr.runtime" version="3.0.0.v200803061811"/>
+<unit id="org.apache.axis" version="1.4.0.v201005080400"/>
+<unit id="org.apache.commons.codec" version="1.3.0.v201101211617"/>
+<unit id="org.apache.commons.discovery" version="0.2.0.v201004190315"/>
+<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
+<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
+<unit id="org.apache.commons.lang" version="2.4.0.v201005080502"/>
+<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
+<unit id="org.apache.xmlrpc" version="3.0.0.v20100427-1100"/>
+<unit id="org.apache.ws.commons.util" version="1.0.1.v20100518-1140"/>
+<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.integration" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
+<unit id="com.thoughtworks.qdox" version="1.6.3.v20081201-1400"/>
+<unit id="org.jdom" version="1.1.1.v201101151400"/>
+<unit id="org.mockito" version="1.8.4.v201102171835"/>
+<unit id="org.objenesis" version="1.0.0.v201105211943"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.1.2.v201203221030"/>
+<unit id="org.apache.httpcomponents.httpcore" version="4.1.4.v201203221030"/>
+<unit id="org.jsoup" version="1.6.1.v201201201356"/>
+<unit id="org.apache.lucene.core" version="2.9.1.v201101211721"/>
+<unit id="com.google.guava" version="10.0.1.v201203051515"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/"/>
+</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"/>
+<unit id="org.eclipse.emf.common.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.databinding.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.edit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.edit.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.egit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+<repository location="http://download.eclipse.org/releases/juno"/>
+</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