Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-04-15 19:45:04 +0000
committerChristian Trutz2011-04-15 19:45:04 +0000
commite3d366782907da89f931224481251c7ffb6d9b33 (patch)
tree778b9176d41ca4bc5300d52f45f2c4446ba22fd2 /org.eclipse.mylyn.github-feature/github.target
parent9a64661d2a7bd33c9150d8e3d1be35c459580435 (diff)
downloadegit-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>
Diffstat (limited to 'org.eclipse.mylyn.github-feature/github.target')
-rw-r--r--org.eclipse.mylyn.github-feature/github.target17
1 files changed, 10 insertions, 7 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"/>

Back to the top