Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-04-10 22:25:14 +0000
committerChristian Trutz2011-04-10 22:25:14 +0000
commitfaa3199eeccbf8be7c870ea57ecff57b5453af2d (patch)
tree8d2aec5566df42719dcf521151537a0a540a8513 /org.eclipse.mylyn.github-feature
parent052abaf070d99db240665456da9af53765438173 (diff)
downloadegit-github-faa3199eeccbf8be7c870ea57ecff57b5453af2d.tar.gz
egit-github-faa3199eeccbf8be7c870ea57ecff57b5453af2d.tar.xz
egit-github-faa3199eeccbf8be7c870ea57ecff57b5453af2d.zip
Not null unit tests for IssueService#getIssue
Change-Id: I1e22682fa36f81ec25ccb9aabf872a4c010ce520 Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/github.target7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target
index a7809205..9fbaaac7 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 name="Mylyn GitHub Connector Target" sequenceNumber="9">
+<target includeMode="feature" name="Mylyn GitHub Connector Target">
<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"/>
@@ -9,7 +9,10 @@
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="1.6.0.v201101131530"/>
-<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
+<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"/>
</location>
</locations>

Back to the top