Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-07-03 18:28:28 +0000
committerThanh Ha2012-07-04 14:51:37 +0000
commit6691954da857ec76753057c62aa599c92080bca1 (patch)
tree89029a5fd493c3dd23c5840339bfa4f0133c9c2a
parentaccdc27729d502e005da7d30e123e02a79b1fd68 (diff)
downloadeclipse.platform.releng.aggregator-6691954da857ec76753057c62aa599c92080bca1.tar.gz
eclipse.platform.releng.aggregator-6691954da857ec76753057c62aa599c92080bca1.tar.xz
eclipse.platform.releng.aggregator-6691954da857ec76753057c62aa599c92080bca1.zip
Port native patches from R4 to R3 branch
-rw-r--r--eclipse-parent/pom.xml4
m---------eclipse.platform.releng0
m---------eclipse.platform.swt0
m---------eclipse.platform.swt.binaries0
m---------eclipse.platform.ui0
-rw-r--r--pom.xml1
m---------rt.equinox.framework0
7 files changed, 3 insertions, 2 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 7cd77c13b..8c2bac029 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -21,8 +21,8 @@
<packaging>pom</packaging>
<properties>
- <tycho.version>0.14.1</tycho.version>
- <tycho-extras.version>0.14.0</tycho-extras.version>
+ <tycho.version>0.16.0-SNAPSHOT</tycho.version>
+ <tycho-extras.version>0.16.0-SNAPSHOT</tycho-extras.version>
<orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/</orbit-repo.url>
<jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.3.v20120522/</jetty-repo.url>
diff --git a/eclipse.platform.releng b/eclipse.platform.releng
-Subproject 71af6fa8fa21e3307ac049a988b14069e559b78
+Subproject 43a1ae03eafdbf91c7941e068daaa1293e27fc9
diff --git a/eclipse.platform.swt b/eclipse.platform.swt
-Subproject 3fe77ec5d573b34c8194b3bfd46d25a56c6a410
+Subproject 094460776a8666e01bc821a28e2979a49a79af5
diff --git a/eclipse.platform.swt.binaries b/eclipse.platform.swt.binaries
-Subproject 8f37bb3280284f8affc6b4f8414efc51aeb56fd
+Subproject aced9bf050758bc78e108e9401e64ef6e7f93b3
diff --git a/eclipse.platform.ui b/eclipse.platform.ui
-Subproject 49c2f5d0da8af8c0e21d57740651455c16dc884
+Subproject 1482d3e757090d18e6b27c920c57f944e2b5a1c
diff --git a/pom.xml b/pom.xml
index 83cdad24b..c02448b20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
<module>eclipse.platform.runtime</module>
<module>eclipse.platform.swt</module>
+ <module>eclipse.platform.swt.binaries</module>
<module>eclipse.platform.team</module>
diff --git a/rt.equinox.framework b/rt.equinox.framework
-Subproject 9214204bee5c2b6f645f2b9ccc7f1e7866a34bd
+Subproject b4c0661dc707b1357620d8b29864c273c5442d9

Back to the top