[eclipse/cbi: 2/22] set bree to 1.6

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Aug 1 14:58:58 UTC 2012


commit fa0df81400540c160c47559eaf4121257debc5dd
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Jul 26 13:17:29 2012 +0200

    set bree to 1.6

 eclipse-set-1.6-bree.patch |   11 +++++++++++
 eclipse.spec               |    4 ++++
 2 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-set-1.6-bree.patch b/eclipse-set-1.6-bree.patch
new file mode 100644
index 0000000..311c2be
--- /dev/null
+++ b/eclipse-set-1.6-bree.patch
@@ -0,0 +1,11 @@
+--- eclipse-parent/pom.xml.old	2012-07-26 13:10:45.117816261 +0200
++++ eclipse-parent/pom.xml	2012-07-26 13:07:41.336610064 +0200
+@@ -96,7 +96,7 @@
+             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>
++          <executionEnvironment>?JavaSE-1.6</executionEnvironment>
+ 
+           <environments>
+             <environment>
diff --git a/eclipse.spec b/eclipse.spec
index f2ff118..afd73b9 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -54,6 +54,9 @@ Patch0:         %{name}-help-feature-adjust-dependencies.patch
 # +org.apache.geronimo.specs.geronimo-annotation_1.1_spec
 Patch1:         %{name}-remove-w3c-smil-and-use-geronimo.patch
 
+# 1.4 -> 1.6
+Patch2:         %{name}-set-1.6-bree.patch
+
 BuildRequires:  ant >= 1.8.3
 BuildRequires:  rsync
 BuildRequires:  jpackage-utils >= 0:1.5, make, gcc
@@ -228,6 +231,7 @@ developing Eclipse plugins.
 
 %patch0
 %patch1
+%patch2
 
 #TODO: waiting for bug
 %pom_disable_module bundles/org.eclipse.equinox.http.jetty5 rt.equinox.bundles .


More information about the scm-commits mailing list