diff options
| author | Christian Trutz | 2011-04-15 19:45:04 +0000 |
|---|---|---|
| committer | Christian Trutz | 2011-04-15 19:45:04 +0000 |
| commit | e3d366782907da89f931224481251c7ffb6d9b33 (patch) | |
| tree | 778b9176d41ca4bc5300d52f45f2c4446ba22fd2 | |
| parent | 9a64661d2a7bd33c9150d8e3d1be35c459580435 (diff) | |
| download | egit-github-e3d366782907da89f931224481251c7ffb6d9b33.tar.gz egit-github-e3d366782907da89f931224481251c7ffb6d9b33.tar.xz egit-github-e3d366782907da89f931224481251c7ffb6d9b33.zip | |
Target platform upgraded to Mylyn 3.5
Change-Id: If6e0155559f58e262e9b0da1b170749889485d1e
Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
| -rw-r--r-- | org.eclipse.mylyn.github-feature/github.target | 17 | ||||
| -rw-r--r-- | org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF | 3 |
2 files changed, 12 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target index 1bed3bd6..88231ac2 100644 --- a/org.eclipse.mylyn.github-feature/github.target +++ b/org.eclipse.mylyn.github-feature/github.target @@ -1,19 +1,22 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde version="3.6"?> -<target includeMode="feature" name="Mylyn GitHub Connector Target" sequenceNumber="2"> +<target includeMode="feature" name="Mylyn GitHub Connector Target" sequenceNumber="15"> <locations> <location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> -<unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="3.4.3.v20110131-0200-e3x-8j9F7_FXiI9jRBM4_bFl96vsIL"/> -<repository location="http://download.eclipse.org/releases/helios"/> +<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="com.google.gson" version="1.6.0.v201101131530"/> -<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository"/> +<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.mockito" version="1.8.4.v201102171835"/> -<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository"/> +<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"/> diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index ad8e4248..3b4f7f3d 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -12,7 +12,8 @@ Require-Bundle: org.junit4;bundle-version="4.5.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.hamcrest;bundle-version="1.1.0" + org.hamcrest;bundle-version="1.1.0", + org.objenesis;bundle-version="1.0.0" Bundle-Vendor: Eclipse EGit Import-Package: com.google.gson;version="1.6.0", com.google.gson.reflect;version="1.6.0", |
