Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Jastram2014-12-01 18:37:45 +0000
committerMichael Jastram2014-12-01 18:38:21 +0000
commit0554c8b2d8345dc43fbc0a3594370af413c22959 (patch)
tree5c665ef1e03ffd05b70b623910c224e05694255e
parent894b25356ff58a19e6d544c0c9ba2ecab18cbfc1 (diff)
downloadorg.eclipse.rmf-0554c8b2d8345dc43fbc0a3594370af413c22959.tar.gz
org.eclipse.rmf-0554c8b2d8345dc43fbc0a3594370af413c22959.tar.xz
org.eclipse.rmf-0554c8b2d8345dc43fbc0a3594370af413c22959.zip
Fixing Juno Target
-rw-r--r--org.eclipse.rmf.releng.target/juno/juno.target16
1 files changed, 9 insertions, 7 deletions
diff --git a/org.eclipse.rmf.releng.target/juno/juno.target b/org.eclipse.rmf.releng.target/juno/juno.target
index e0490fd9..c151a206 100644
--- a/org.eclipse.rmf.releng.target/juno/juno.target
+++ b/org.eclipse.rmf.releng.target/juno/juno.target
@@ -1,13 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="JUNO_4_2_2" sequenceNumber="14">
+<?pde version="3.8"?><target name="JUNO_4_2_2" sequenceNumber="17">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.apache.poi" version="3.9.0.v201303080712"/>
-<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
-<unit id="com.google.guava" version="10.0.1.v201203051515"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.validation.sdk.feature.group" version="1.6.0.v20120328-0001-67T-96SGR75UNqZNTdeQnghI6uFA"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="2.8.3.v20130125-0826"/>
<unit id="org.eclipse.xsd.sdk.feature.group" version="2.8.2.v20130125-0826"/>
@@ -15,5 +9,13 @@
<unit id="org.eclipse.equinox.sdk.feature.group" version="3.8.0.v20121212-203907-7M7fA78g4_y-gDvtH0ZcFvhMPDZJ"/>
<repository location="http://download.eclipse.org/releases/juno"/>
</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.apache.poi.source" version="3.9.0.v201303080712"/>
+<unit id="org.apache.poi" version="3.9.0.v201303080712"/>
+<unit id="com.google.guava.source" version="12.0.0.v201212092141"/>
+<unit id="com.google.guava" version="12.0.0.v201212092141"/>
+<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/"/>
+</location>
</locations>
</target>

Back to the top