Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Waibel2013-09-24 13:45:00 +0000
committerFlorian Waibel2013-09-24 13:45:00 +0000
commitf2b2a034392cc56570394672e1ef7ac68e490869 (patch)
treecf4005db86b023ea78afa10526ed419da55c263c
parent6496bebccb22429230a3ffe7ca4f3fd10b19197c (diff)
downloadorg.eclipse.gemini.managment-tycho_0_18_0.tar.gz
org.eclipse.gemini.managment-tycho_0_18_0.tar.xz
org.eclipse.gemini.managment-tycho_0_18_0.zip
Updates target definition and includes org.eclipse.equinox.region (optional dependency)tycho_0_18_0
-rwxr-xr-xorg.eclipse.gemini.management.target/gemini-management.target5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.gemini.management.target/gemini-management.target b/org.eclipse.gemini.management.target/gemini-management.target
index 190bb4d..ebe6d0a 100755
--- a/org.eclipse.gemini.management.target/gemini-management.target
+++ b/org.eclipse.gemini.management.target/gemini-management.target
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>
-<target name="gemini-management" sequenceNumber="60">
+<target name="gemini-management" sequenceNumber="61">
<locations>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.osgi" version="3.8.0.v20120529-1548"/>
+<unit id="org.eclipse.osgi" version="3.8.2.v20130124-134944"/>
<unit id="org.eclipse.osgi.services" version="3.3.100.v20120522-1822"/>
+<unit id="org.eclipse.equinox.region" version="1.1.1.v20130108-172736"/>
<unit id="org.junit4" version="0.0.0"/>
<repository location="http://download.eclipse.org/eclipse/updates/3.8/"/>
</location>

Back to the top