Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-09-06 12:48:45 +0000
committerGerrit Code Review @ Eclipse.org2013-09-11 01:24:59 +0000
commit7441b7f9977da9c0fdc0c071a524a892ec762114 (patch)
treed97aeb2ed010a7adaea75e09b4297dfe16949b5f /org.eclipse.equinox.p2.releng
parent43f21de0ae665d573e7269837b877bfa533739a5 (diff)
downloadrt.equinox.p2-7441b7f9977da9c0fdc0c071a524a892ec762114.tar.gz
rt.equinox.p2-7441b7f9977da9c0fdc0c071a524a892ec762114.tar.xz
rt.equinox.p2-7441b7f9977da9c0fdc0c071a524a892ec762114.zip
Bug 409790 - how does o.e.e.p2.ui.sdk.scheduler compile on JDK 1.5?
This commit removes BREE libs profile because it is managed by eclipse-parent-pom, and no bree build should use them at all. Change-Id: I5fd90fb8a349c015a46ecdd35cdc6cee41b1ff83 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
Diffstat (limited to 'org.eclipse.equinox.p2.releng')
-rw-r--r--org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml12
1 files changed, 0 insertions, 12 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 6b8f614fc..33e96d108 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
@@ -54,18 +54,6 @@
<executionEnvironment>J2SE-1.5</executionEnvironment>
</configuration>
</plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <configuration>
- <!--
- Many (all?) bundles use java 5 generics, do not compile against libraries
- of their respective execution environments and we force compilation against
- SYSTEM JRE libraries that are guaranteed to be java5+
- -->
- <useJDK>BREE</useJDK>
- </configuration>
- </plugin>
</plugins>
</build>

Back to the top