summaryrefslogtreecommitdiff
path: root/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch')
-rw-r--r--dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch b/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
deleted file mode 100644
index 516158f63083..000000000000
--- a/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nru werken.xpath.orig/src/com/werken/xpath/impl/Op.java werken.xpath/src/com/werken/xpath/impl/Op.java
---- werken.xpath.orig/src/com/werken/xpath/impl/Op.java 2000-08-27 03:16:03.000000000 +0300
-+++ werken.xpath/src/com/werken/xpath/impl/Op.java 2003-03-02 01:44:52.000000000 +0200
-@@ -19,7 +19,7 @@
- public final static Op GT = new Op(">");
- public final static Op LT_EQUAL = new Op("<=");
- public final static Op GT_EQUAL = new Op(">=");
-- public final static Op MOD = new Op("%");;
-+ public final static Op MOD = new Op("%");
- public final static Op DIV = new Op("/");
- public final static Op PLUS = new Op("+");
- public final static Op MINUS = new Op("-");
-diff -Nru werken.xpath.orig/src/com/werken/xpath/impl/UnAbbrStep.java werken.xpath/src/com/werken/xpath/impl/UnAbbrStep.java
---- werken.xpath.orig/src/com/werken/xpath/impl/UnAbbrStep.java 2000-10-31 22:20:56.000000000 +0200
-+++ werken.xpath/src/com/werken/xpath/impl/UnAbbrStep.java 2003-03-02 01:45:04.000000000 +0200
-@@ -175,7 +175,7 @@
- }
- }
-
-- return aggregateResults;;
-+ return aggregateResults;
- }
-
- private List applyPredicates(List nodeSet,