Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-04-12 20:05:09 +0000
committerChris Aniszczyk2011-04-15 15:15:41 +0000
commit06efd7f9b306a4ed3b99057498faae21b12f1893 (patch)
tree978286d22e1167356984869e4a1be6e723b8d15d /org.eclipse.mylyn.github-feature/github.target
parentddaf9f614f4cbc690d6ce17014dd7ac96ac485bc (diff)
downloadegit-github-06efd7f9b306a4ed3b99057498faae21b12f1893.tar.gz
egit-github-06efd7f9b306a4ed3b99057498faae21b12f1893.tar.xz
egit-github-06efd7f9b306a4ed3b99057498faae21b12f1893.zip
Newer org.mockito bundle introduced into target platform
Change-Id: I85be51e7c97e6f4563af6ff0380af66c5e68cb71 Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature/github.target')
-rw-r--r--org.eclipse.mylyn.github-feature/github.target6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target
index 9fbaaac7..1bed3bd6 100644
--- a/org.eclipse.mylyn.github-feature/github.target
+++ b/org.eclipse.mylyn.github-feature/github.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>
-<target includeMode="feature" name="Mylyn GitHub Connector Target">
+<target includeMode="feature" name="Mylyn GitHub Connector Target" sequenceNumber="2">
<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"/>
@@ -12,8 +12,8 @@
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.mockito" version="1.8.4.v201006030840"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository"/>
+<unit id="org.mockito" version="1.8.4.v201102171835"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository"/>
</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