[eclipse-gef] Fix compile with icu4j 50.x.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Apr 3 09:34:12 UTC 2013


commit 410f24310d56c06c4cc13d66a14b716c99211c71
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Apr 3 12:34:06 2013 +0300

    Fix compile with icu4j 50.x.

 eclipse-gef.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-gef.spec b/eclipse-gef.spec
index fd31926..3be81ac 100644
--- a/eclipse-gef.spec
+++ b/eclipse-gef.spec
@@ -56,6 +56,8 @@ to use the Eclipse Graphical Editing Framework (GEF) plugin.
 %prep
 %setup -q -n org.eclipse.gef-%{git_version}
 
+sed -i -e "s|5\.0\.0|51\.0\.0|g" org.eclipse.draw2d.doc.isv/META-INF/MANIFEST.MF org.eclipse.zest.doc.isv/META-INF/MANIFEST.MF
+
 rm -fr org.eclipse.gef.baseline 
 # make sure upstream hasn't snuck in any jars we don't know about
 JARS=""


More information about the scm-commits mailing list