diff options
| author | Christian Trutz | 2011-04-26 12:51:21 +0000 |
|---|---|---|
| committer | Christian Trutz | 2011-04-26 12:51:21 +0000 |
| commit | 6fead739c1c3ba4fba54aba78050ddeaf7f4fa4d (patch) | |
| tree | 7b5471aa13f9c582fa0470e3457f256b91d0ab98 | |
| parent | 8bc31dd0b52578b4739dd56451b8a6ba8dfcbfd3 (diff) | |
| download | egit-github-6fead739c1c3ba4fba54aba78050ddeaf7f4fa4d.tar.gz egit-github-6fead739c1c3ba4fba54aba78050ddeaf7f4fa4d.tar.xz egit-github-6fead739c1c3ba4fba54aba78050ddeaf7f4fa4d.zip | |
Target platform updated to Mylyn 3.5.1
Change-Id: I9cecd232a49e1e93a13e20bb94a98379bd9c7342
Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
| -rw-r--r-- | org.eclipse.mylyn.github-feature/github.target | 47 | ||||
| -rw-r--r-- | org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF | 4 |
2 files changed, 26 insertions, 25 deletions
diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target index 88231ac2..185f5ae2 100644 --- a/org.eclipse.mylyn.github-feature/github.target +++ b/org.eclipse.mylyn.github-feature/github.target @@ -1,23 +1,24 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<?pde version="3.6"?> - -<target includeMode="feature" name="Mylyn GitHub Connector Target" sequenceNumber="15"> -<locations> -<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> -<unit id="org.hamcrest" version="1.1.0.v20090501071000"/> -<unit id="com.google.gson" version="1.6.0.v201101131530"/> -<unit id="org.mockito" version="1.8.4.v201102171835"/> -<unit id="org.objenesis.source" version="1.0.0.v201006030720"/> -<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository"/> -</location> -<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> -<unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="3.5.0.v20110316-0100"/> -<repository location="http://download.eclipse.org/mylyn/releases/latest/"/> -</location> -<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> -<unit id="org.eclipse.platform.sdk" version="3.6.2.M20110210-1200"/> -<repository location="http://download.eclipse.org/eclipse/updates/3.6"/> -</location> -</locations> -<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> -</target> +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.6"?>
+
+<target includeMode="feature" name="Mylyn GitHub Connector Target">
+<locations>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+<unit id="com.google.gson" version="1.6.0.v201101131530"/>
+<unit id="org.mockito" version="1.8.4.v201102171835"/>
+<unit id="org.objenesis" version="1.0.0.v201006030720"/>
+<unit id="org.junit" version="4.8.1.v4_8_1_v20100427-1100"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository"/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.platform.sdk" version="3.6.2.M20110210-1200"/>
+<repository location="http://download.eclipse.org/eclipse/updates/3.6"/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.mylyn_feature.feature.group" version="3.5.1.v20110422-0200"/>
+<repository location="http://download.eclipse.org/mylyn/releases/latest/"/>
+</location>
+</locations>
+<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+</target>
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 3b4f7f3d..5f1f7e71 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -4,14 +4,14 @@ Bundle-Name: Eclipse EGit Mylyn GitHub Tests (Incubation) Bundle-SymbolicName: org.eclipse.mylyn.github.tests Bundle-Version: 0.1.0.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Require-Bundle: org.junit4;bundle-version="4.5.0", - org.eclipse.mylyn.github.core;bundle-version="0.1.0", +Require-Bundle: org.eclipse.mylyn.github.core;bundle-version="0.1.0", org.eclipse.mylyn.github.ui;bundle-version="0.1.0", org.eclipse.jface.text;bundle-version="3.5.0", org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0", org.eclipse.equinox.security;bundle-version="1.0.100", org.eclipse.mylyn.tasks.core, org.eclipse.core.runtime;bundle-version="3.5.0", + org.junit;bundle-version="4.8.1", org.hamcrest;bundle-version="1.1.0", org.objenesis;bundle-version="1.0.0" Bundle-Vendor: Eclipse EGit |
