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 9a3f3b7532998ecb5521c644a954a7e99d156e12 Author: Markus Koschany <[email protected]> Date: Tue Sep 24 22:51:23 2013 +0200 Add remove-unmappable-characters.patch --- debian/patches/AquaJidePopupMenuUI.java.patch | 2 +- debian/patches/XPStyle.java.patch | 2 +- debian/patches/remove-unmappable-characters.patch | 22 +++++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/debian/patches/AquaJidePopupMenuUI.java.patch b/debian/patches/AquaJidePopupMenuUI.java.patch index 02795aa..b67cce0 100644 --- a/debian/patches/AquaJidePopupMenuUI.java.patch +++ b/debian/patches/AquaJidePopupMenuUI.java.patch @@ -5,7 +5,7 @@ Subject: AquaJidePopupMenuUI.java Replace com.apple.laf with a standard component instead of a vendor specific extension. --- - src/com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.java | 4 ++-- + src/com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.java b/src/com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.java diff --git a/debian/patches/XPStyle.java.patch b/debian/patches/XPStyle.java.patch index f4ae032..de7b933 100644 --- a/debian/patches/XPStyle.java.patch +++ b/debian/patches/XPStyle.java.patch @@ -4,7 +4,7 @@ Subject: XPStyle.java Make XPStyle.java compile with OpenJDK6 --- - src/com/jidesoft/plaf/windows/XPStyle.java | 6 +++--- + src/com/jidesoft/plaf/windows/XPStyle.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/jidesoft/plaf/windows/XPStyle.java b/src/com/jidesoft/plaf/windows/XPStyle.java diff --git a/debian/patches/remove-unmappable-characters.patch b/debian/patches/remove-unmappable-characters.patch new file mode 100644 index 0000000..2cf2537 --- /dev/null +++ b/debian/patches/remove-unmappable-characters.patch @@ -0,0 +1,22 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 24 Sep 2013 22:50:29 +0200 +Subject: remove unmappable characters + +Unmapple 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 fa1ff86..6b7f8d1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 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

