Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-08-13 17:09:43 +0000
committerThanh Ha2012-08-13 17:11:52 +0000
commitbed55c9528645b540b969b2852bed993b8217980 (patch)
tree97bf12e13a519f29c882ddac9f05b3bd2123ceb6
parent941127abf899ec25b35d975714ee761a5a7c6aa7 (diff)
downloadeclipse.platform.releng.aggregator-bed55c9528645b540b969b2852bed993b8217980.tar.gz
eclipse.platform.releng.aggregator-bed55c9528645b540b969b2852bed993b8217980.tar.xz
eclipse.platform.releng.aggregator-bed55c9528645b540b969b2852bed993b8217980.zip
Bug 386646 - build against declared and/or observed bundle runtime execution environment
-rw-r--r--eclipse-parent/pom.xml30
m---------eclipse.jdt.debug0
m---------eclipse.jdt.ui0
m---------eclipse.platform0
m---------eclipse.platform.releng0
m---------eclipse.platform.runtime0
m---------eclipse.platform.swt.binaries0
m---------eclipse.platform.team0
m---------eclipse.platform.ua0
m---------eclipse.platform.ui0
m---------rt.equinox.bundles0
m---------rt.equinox.framework0
m---------rt.equinox.p20
13 files changed, 23 insertions, 7 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 2528f34c4..ba94c3521 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -89,13 +89,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
- <!--
- org.eclipse.equinox.security requires J2SE-1.4 to resolve a number of javax.crypto.* and javax.security.*
- packages. This makes J2SE-1.4 effectively the minimal execution environment required by eclipse platform
- build since many platform bundles directly or indirectly depend on org.eclipse.equinox.security.
- -->
- <executionEnvironment>?J2SE-1.4</executionEnvironment>
-
<environments>
<environment>
<os>linux</os>
@@ -371,5 +364,28 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>bree-libs</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-compiler-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <!--
+ this tells Tycho to use JRE libraries that match bundle runtime execution environment
+ http://wiki.eclipse.org/Tycho/Release_Notes/0.14
+ TODO provide CBI-specific wiki that explains how to setup BREE libraries and toolchain.xml
+ -->
+ <useJDK>BREE</useJDK>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
</profiles>
</project>
diff --git a/eclipse.jdt.debug b/eclipse.jdt.debug
-Subproject dd04456568aed75b275ad0998ce82c0bf41c437
+Subproject bf1ab19f9ea620559147ba670561eb6d294df70
diff --git a/eclipse.jdt.ui b/eclipse.jdt.ui
-Subproject ff83486249ee0f425b8c0121bb2f249303f790b
+Subproject c34fc7dca66027ebb126ae5febe56e5a60f89a4
diff --git a/eclipse.platform b/eclipse.platform
-Subproject 609a03a14f8c1d4ae886dbdecd4a9f039089f73
+Subproject 3c1780375937e55591990eedef755ca24fbb81b
diff --git a/eclipse.platform.releng b/eclipse.platform.releng
-Subproject 4280fd9fb9d92d87d337480f1a034b1475426af
+Subproject 134a8a664fcb818efa73ac27adea7a13b8bfd9e
diff --git a/eclipse.platform.runtime b/eclipse.platform.runtime
-Subproject 793276a173a30c3c1e409c973e9c5e6049d8583
+Subproject 0bf429e916c83cf3447f1aa249a668c6f9a6313
diff --git a/eclipse.platform.swt.binaries b/eclipse.platform.swt.binaries
-Subproject bee6260e5529a27e56818133962b438f0ac20b8
+Subproject 4b9abc1e322677bd92c6ad63a80b17a7c4c0631
diff --git a/eclipse.platform.team b/eclipse.platform.team
-Subproject a3855e28d4606b7203e9b38851f3ea866d0d241
+Subproject aa824ec70c55d1be75425bbf44312cd57f54452
diff --git a/eclipse.platform.ua b/eclipse.platform.ua
-Subproject a04c70dc4f41619ed4b26940cb0ddf2eea29012
+Subproject b08864f3ab9a7346255acae882037377acdaf4c
diff --git a/eclipse.platform.ui b/eclipse.platform.ui
-Subproject b16246397b8c459c9cfa7f31a62ae93c7a5b4af
+Subproject ea32a7dced5d07bf9a484fbb729100253751bea
diff --git a/rt.equinox.bundles b/rt.equinox.bundles
-Subproject 69422968d2d7654eb2b4057eddd01a371f10040
+Subproject 26516052d73a8be7ca771aa58b4a275b770e277
diff --git a/rt.equinox.framework b/rt.equinox.framework
-Subproject ec0d28949042c96eb356055dbf2fafdc11d7f8f
+Subproject a75d28fa0b9a9e977164a7a839cdcbf3aa3c244
diff --git a/rt.equinox.p2 b/rt.equinox.p2
-Subproject afce0d1609a77b1e163389a4e0d9042057d0500
+Subproject 7ecdb48d592cbf6035ae1b41ab6e90122e3add1

Back to the top