Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-08 22:20:57 +0000
committerMatthias Sohn2015-05-08 22:20:57 +0000
commit1dfcabd2ec0f8e981de66c8a63f0fe8f98f59e28 (patch)
treecfcf72f6637aeb2931278f339379a6fe71ad8aa4 /org.eclipse.mylyn.github-feature/github.target
parent1f462f636c6934cd0cdd423ff750a3dff03865da (diff)
downloadegit-github-1dfcabd2ec0f8e981de66c8a63f0fe8f98f59e28.tar.gz
egit-github-1dfcabd2ec0f8e981de66c8a63f0fe8f98f59e28.tar.xz
egit-github-1dfcabd2ec0f8e981de66c8a63f0fe8f98f59e28.zip
Update build to use Mars based target platform
- add Maven profiles for Luna and Mars - remove Mac x86 OS platform which isn't supported anymore - update JUnit to 4.11 - use Mars Orbit drop S20150202203538 Change-Id: Ia3589421ac03fdbc33c57af18bbc8564958d45f9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.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 3116272c..472d352f 100644
--- a/org.eclipse.mylyn.github-feature/github.target
+++ b/org.eclipse.mylyn.github-feature/github.target
@@ -1,15 +1,15 @@
<?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="3">
<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.v201303031500"/>
<unit id="org.objenesis" version="1.0.0.v201105211943"/>
-<unit id="org.junit" version="4.8.2.v4_8_2_v20130308-0413"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/"/>
+<unit id="org.junit" version="4.11.0.v201303080030"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20150202203538/repository/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.ide" version="0.0.0"/>

Back to the top