[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.7_exp-5-52-gb9d9b98

Jakub Adam jakub.adam at ktknet.cz
Fri Dec 30 01:53:22 UTC 2011


The following commit has been merged in the master branch:
commit 2a49352a78e5cf1aae395221f52685c387317604
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Thu Dec 29 03:30:45 2011 +0100

    Don't search com.ibm.icu jar in /usr/lib/eclipse/plugins
    
    This definitely is not a place where we want it to be found. Produces
    nice circular symlink :)

diff --git a/debian/patches/fix-com-ibm-icu-search-path.patch b/debian/patches/fix-com-ibm-icu-search-path.patch
new file mode 100644
index 0000000..f76f372
--- /dev/null
+++ b/debian/patches/fix-com-ibm-icu-search-path.patch
@@ -0,0 +1,23 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Wed, 28 Dec 2011 20:35:29 +0100
+Subject: fix-com-ibm-icu-search-path
+
+Don't search com.ibm.icu jar in /usr/lib/eclipse/plugins
+
+This definitely is not a place where we want it to be found. Produces
+nice circular symlink :)
+---
+ dependencies.properties |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/dependencies.properties b/dependencies.properties
+index ccb90ee..1c0d4e4 100644
+--- a/dependencies.properties
++++ b/dependencies.properties
+@@ -1,4 +1,4 @@
+-com.ibm.icu_4.4.2.v20110208.jar=/usr/lib/eclipse/plugins/com.ibm.icu_4.4.2.v20110208.jar:/usr/lib64/eclipse/plugins/com.ibm.icu_4.4.2.v20110208.jar:/usr/share/java/com.ibm.icu-4.4.jar:/usr/share/java/com.ibm.icu.jar
++com.ibm.icu_4.4.2.v20110208.jar=/usr/share/java/com.ibm.icu-4.4.jar:/usr/share/java/com.ibm.icu.jar
+ com.jcraft.jsch_0.1.41.v200903070017.jar=/usr/share/java/jsch.jar
+ javax.servlet_2.5.0.v201103041518.jar=/usr/share/java/tomcat6-servlet-2.5-api.jar:/usr/share/java/servlet-api-2.5.jar
+ javax.servlet.jsp_2.0.0.v201101211617.jar=/usr/share/java/tomcat6-jsp-2.1-api.jar:/usr/share/java/jsp-api-2.1.jar
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 5376349..a163b56 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@ eclipse-build-additionalArchs.patch
 fix-org-eclipse-swt-gtk-linux.patch
 remove-org-apache-lucene.patch
 relabel-to-3-7-1.patch
+fix-com-ibm-icu-search-path.patch

-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list