Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Bull2013-06-03 21:39:14 +0000
committerIan Bull2013-06-03 21:42:40 +0000
commit812405020815af6aeed18c0a0ef600cb9eb0955e (patch)
tree6eaf6cb947d3f37e0db958ac792c544ad77b7690 /org.eclipse.equinox.p2.releng
parent9f0bd1e7114cf21e7ee26b5a5600aea9898b171d (diff)
downloadrt.equinox.p2-812405020815af6aeed18c0a0ef600cb9eb0955e.tar.gz
rt.equinox.p2-812405020815af6aeed18c0a0ef600cb9eb0955e.tar.xz
rt.equinox.p2-812405020815af6aeed18c0a0ef600cb9eb0955e.zip
Bug 409790 - Change from SYSTEM to BREE in the parent pom.I20130603-2000
We were using the SYSTEM JDK for compiling our code against. However, we should have been using the BREE from the bundle. This change fixes that in p2 parent pom.
Diffstat (limited to 'org.eclipse.equinox.p2.releng')
-rw-r--r--org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml b/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml
index 17d3afd7f..b3ed6f832 100644
--- a/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml
+++ b/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml
@@ -63,7 +63,7 @@
of their respective execution environments and we force compilation against
SYSTEM JRE libraries that are guaranteed to be java5+
-->
- <useJDK>SYSTEM</useJDK>
+ <useJDK>BREE</useJDK>
</configuration>
</plugin>
</plugins>

Back to the top