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>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
reinit the tree, so we can have metadata
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, 24 insertions, 0 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
new file mode 100644
index 000000000000..516158f63083
--- /dev/null
+++ b/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
@@ -0,0 +1,24 @@
+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,