From 57832e5dbd8fce2f5db9549026a749605a878a3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Mon, 18 May 2009 12:55:34 +0000 Subject: [PATCH] When building WAR package, copy the source tree to class tree to work around not being able to set classpath in WAR. Does duplicate the source tree content. Fixes #2964. svn changeset:7861/svn branch:6.0 --- build/build.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index 9ef499dab8..0876a3801f 100644 --- a/build/build.xml +++ b/build/build.xml @@ -60,7 +60,7 @@ - + @@ -324,6 +324,21 @@ Building WAR + + + + + + + + + + + + + + + @@ -331,7 +346,6 @@ - -- 2.39.5