diff --git a/0001-Turn-of-javadoc-postprocessing.patch b/0001-Turn-of-javadoc-postprocessing.patch new file mode 100644 index 0000000..2346d22 --- /dev/null +++ b/0001-Turn-of-javadoc-postprocessing.patch @@ -0,0 +1,25 @@ +From e81fde4061bd4b69b33133d61bc631622fe7eb4a Mon Sep 17 00:00:00 2001 +From: Stanislav Ochotnicky +Date: Fri, 10 Jan 2014 11:39:52 +0100 +Subject: [PATCH] Turn of javadoc postprocessing + +We are not really producing javadocs and this trips up ant with a NPE +--- + ant-phase-compile.xml | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/ant-phase-compile.xml b/ant-phase-compile.xml +index 4a9733a..734d707 100644 +--- a/ant-phase-compile.xml ++++ b/ant-phase-compile.xml +@@ -11,6 +11,7 @@ + + + +-- +1.8.4.2 +