[eclipse/cbi: 3/22] Solve the missing com.ibm.icu.base

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


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

    Solve the missing com.ibm.icu.base

 eclipse-fix-icu-import.patch |   11 +++++++++++
 eclipse.spec                 |    5 +++++
 2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-fix-icu-import.patch b/eclipse-fix-icu-import.patch
new file mode 100644
index 0000000..ba5cfab
--- /dev/null
+++ b/eclipse-fix-icu-import.patch
@@ -0,0 +1,11 @@
+--- eclipse.pde.build/org.eclipse.pde.build.product.feature/feature.xml.bak	2012-07-25 17:20:02.000000000 +0200
++++ eclipse.pde.build/org.eclipse.pde.build.product.feature/feature.xml	2012-07-26 13:33:46.421478882 +0200
+@@ -19,7 +19,7 @@
+    </license>
+ 
+    <plugin
+-         id="com.ibm.icu.base"
++         id="com.ibm.icu"
+          download-size="0"
+          install-size="0"
+          version="0.0.0"
diff --git a/eclipse.spec b/eclipse.spec
index afd73b9..863220a 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -57,6 +57,10 @@ Patch1:         %{name}-remove-w3c-smil-and-use-geronimo.patch
 # 1.4 -> 1.6
 Patch2:         %{name}-set-1.6-bree.patch
 
+# com.ibm.icu.base -> com.ibm.icu
+Patch3:         %{name}-fix-icu-import.patch
+
+
 BuildRequires:  ant >= 1.8.3
 BuildRequires:  rsync
 BuildRequires:  jpackage-utils >= 0:1.5, make, gcc
@@ -232,6 +236,7 @@ developing Eclipse plugins.
 %patch0
 %patch1
 %patch2
+%patch3
 
 #TODO: waiting for bug
 %pom_disable_module bundles/org.eclipse.equinox.http.jetty5 rt.equinox.bundles .


More information about the scm-commits mailing list