Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-07-13 10:37:21 +0000
committerSteffen Pingel2013-07-13 10:37:21 +0000
commitef790aa53a0a5c3227e108f153963f46403e6eef (patch)
treef2463491b9825343890257421523344ac98164ac
parent2f0e8608f6a5cb97515905d030e040d865676544 (diff)
downloadorg.eclipse.mylyn.tasks-ef790aa53a0a5c3227e108f153963f46403e6eef.tar.gz
org.eclipse.mylyn.tasks-ef790aa53a0a5c3227e108f153963f46403e6eef.tar.xz
org.eclipse.mylyn.tasks-ef790aa53a0a5c3227e108f153963f46403e6eef.zip
412743: update target for tasks to 3.6
Change-Id: I5b5690d910f1bffb9e4ae6d0d841667f6b6e0b77 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=412743
-rw-r--r--org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.6.target (renamed from org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target)16
-rw-r--r--org.eclipse.mylyn.tasks-target/pom.xml4
-rw-r--r--pom.xml34
3 files changed, 10 insertions, 44 deletions
diff --git a/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target b/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.6.target
index 288d07f8c..53ba7817b 100644
--- a/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target
+++ b/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.6.target
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.6"?>
-
-<target name="mylyn-tasks-e3.5" sequenceNumber="7">
+<?pde version="3.8"?><target name="mylyn-tasks-e3.6" sequenceNumber="7">
<locations>
-<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="javax.xml" version="1.3.4.v201005080400"/>
<unit id="org.apache.lucene.core" version="2.9.1.v201101211721"/>
<unit id="org.apache.xml.resolver" version="1.2.0.v201005080400"/>
@@ -15,16 +13,16 @@
<unit id="org.eclipse.jdt.annotation" version="1.0.1.v20130111-135246"/>
<repository location="http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800"/>
</location>
-<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.sdk.ide" version="3.5.2.M20100211-1343"/>
-<repository location="http://download.eclipse.org/releases/galileo"/>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.sdk.ide" version="3.6.2.M20110210-1200"/>
+<repository location="http://download.eclipse.org/releases/helios"/>
</location>
-<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.commons.tck.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/mylyn/snapshots/nightly/commons"/>
</location>
-<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.mylyn.context.core" version="0.0.0"/>
<repository location="http://download.eclipse.org/mylyn/snapshots/3.9"/>
</location>
diff --git a/org.eclipse.mylyn.tasks-target/pom.xml b/org.eclipse.mylyn.tasks-target/pom.xml
index 22860b322..27e553efe 100644
--- a/org.eclipse.mylyn.tasks-target/pom.xml
+++ b/org.eclipse.mylyn.tasks-target/pom.xml
@@ -26,9 +26,9 @@
<configuration>
<artifacts>
<artifact>
- <file>mylyn-tasks-e3.5.target</file>
+ <file>mylyn-tasks-e3.6.target</file>
<type>target</type>
- <classifier>mylyn-tasks-e3.5</classifier>
+ <classifier>mylyn-tasks-e3.6</classifier>
</artifact>
</artifacts>
</configuration>
diff --git a/pom.xml b/pom.xml
index 383a35ecf..055f570e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,42 +74,10 @@
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks-target</artifactId>
<version>3.10.0-SNAPSHOT</version>
- <classifier>mylyn-tasks-e3.5</classifier>
+ <classifier>mylyn-tasks-e3.6</classifier>
</artifact>
</target>
<ignoreTychoRepositories>true</ignoreTychoRepositories>
- <environments>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
</configuration>
</plugin>
</plugins>

Back to the top