This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libjide-oss-java.
commit 05d2889de8c3bd6ecb3a1b83ee69e48a858abbfd Author: Markus Koschany <[email protected]> Date: Sat Oct 26 21:47:57 2013 +0200 Drop remove-unmappable-characters.patch. Merged upstream. --- debian/patches/remove-unmappable-characters.patch | 22 --------------------- debian/patches/series | 1 - 2 files changed, 23 deletions(-) diff --git a/debian/patches/remove-unmappable-characters.patch b/debian/patches/remove-unmappable-characters.patch deleted file mode 100644 index 64d712e..0000000 --- a/debian/patches/remove-unmappable-characters.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Tue, 24 Sep 2013 22:50:29 +0200 -Subject: remove unmappable characters - -Unmappable characters prevent building the javadoc documentation. ---- - src/com/jidesoft/plaf/eclipse/Eclipse3xJideTabbedPaneUI.java | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/com/jidesoft/plaf/eclipse/Eclipse3xJideTabbedPaneUI.java b/src/com/jidesoft/plaf/eclipse/Eclipse3xJideTabbedPaneUI.java -index ee62e61..2289caa 100644 ---- a/src/com/jidesoft/plaf/eclipse/Eclipse3xJideTabbedPaneUI.java -+++ b/src/com/jidesoft/plaf/eclipse/Eclipse3xJideTabbedPaneUI.java -@@ -202,7 +202,7 @@ public class Eclipse3xJideTabbedPaneUI extends VsnetJideTabbedPaneUI { - int next = _tabRuns[(i == _runCount - 1) ? 0 : i + 1]; - int end = (next != 0 ? next - 1 : tabCount - 1); - for (int j = start; j <= end; j++) { -- if (_rects[j].intersects(clipRect)) {// �����Ƿ��ཻ -+ if (_rects[j].intersects(clipRect)) { - paintTab(g, tabPlacement, _rects, j, iconRect, textRect); - } - } diff --git a/debian/patches/series b/debian/patches/series index 6b7f8d1..fa1ff86 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ AquaJidePopupMenuUI.java.patch XPStyle.java.patch -remove-unmappable-characters.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

