[EMAIL PROTECTED] wrote:
Author: antonio
Date: Sun May 7 21:41:18 2006
New Revision: 404927
URL: http://svn.apache.org/viewcvs?rev=404927&view=rev
Log:
Don't copy from lenya/lib/endorsed.
Modified:
lenya/trunk/src/targets/webapp-build.xml
Modified: lenya/trunk/src/targets/webapp-build.xml
URL:
http://svn.apache.org/viewcvs/lenya/trunk/src/targets/webapp-build.xml?rev=404927&r1=404926&r2=404927&view=diff
==============================================================================
--- lenya/trunk/src/targets/webapp-build.xml (original)
+++ lenya/trunk/src/targets/webapp-build.xml Sun May 7 21:41:18 2006
@@ -118,9 +118,6 @@
<!-- Copy libraries from ${endorsed.lib.dir} and ${cocoon.endorsed.lib.dir} to ${build.webapp}/WEB-INF/lib/endorsed -->
<copy todir="${build.webapp}/WEB-INF/lib/endorsed">
- <fileset dir="${endorsed.lib.dir}">
- <include name="**/*"/>
- </fileset>
what was the reason to delete this copy?
Thanks
Michi
<fileset dir="${cocoon.endorsed.lib.dir}">
<include name="**/*"/>
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]