This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jasperreports.
commit dbe39dbdf782a685cc85d8358a90dc5b85a018d0 Author: Markus Koschany <[email protected]> Date: Wed Oct 28 16:42:54 2015 +0100 Update build.patch and include commons-lang3.jar. --- debian/patches/build.patch | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/patches/build.patch b/debian/patches/build.patch index 25f245b..64771a8 100644 --- a/debian/patches/build.patch +++ b/debian/patches/build.patch @@ -9,9 +9,15 @@ because the necessary files were removed because of DFSG-concerns. Also fix an javaflow related build issue and include the required class files. Forwarded: not-needed +--- + build.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++------ + 1 file changed, 52 insertions(+), 6 deletions(-) + +diff --git a/build.xml b/build.xml +index cfa2166..1e1f061 100644 --- a/build.xml +++ b/build.xml -@@ -6,15 +6,47 @@ +@@ -6,15 +6,48 @@ <target name="compile" description="Compiles the java source files of the library."> <mkdir dir="./build/classes"/> @@ -33,6 +39,7 @@ Forwarded: not-needed + <include name="**/commons-collections3.jar"/> + <include name="**/commons-digester.jar"/> + <include name="**/commons-javaflow.jar"/> ++ <include name="**/commons-lang3.jar"/> + <include name="**/commons-logging.jar"/> + <include name="**/ecj.jar"/> + <include name="**/glassfish-jpa.jar"/> @@ -62,7 +69,7 @@ Forwarded: not-needed <compilerarg value="-Xlint:unchecked"/> <compilerarg value="-Xlint:-options"/> </javac> -@@ -64,12 +96,12 @@ +@@ -64,12 +97,12 @@ </jar> </target> @@ -77,7 +84,7 @@ Forwarded: not-needed <include name="**/*.jar"/> </fileset> <pathelement location="./build/classes"/> -@@ -95,6 +127,19 @@ +@@ -95,6 +128,19 @@ <include name="net/sf/jasperreports/engine/fill/JRSubreportRunnable.class"/> <include name="net/sf/jasperreports/engine/fill/JRContinuationSubreportRunner.class"/> <include name="net/sf/jasperreports/engine/fill/FillerSubreportParent.class"/> @@ -97,7 +104,7 @@ Forwarded: not-needed </javaflow> <mkdir dir="./dist"/> -@@ -278,6 +323,6 @@ +@@ -278,6 +324,6 @@ </copy> </target> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasperreports.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

