vmassol 01/09/21 14:25:34
Modified: build build-servletapi.xml
Log:
prevent target/ directory from being copied to the dist directory and find its way
to the deliverables (Thanks to GUMP !)
Revision Changes Path
1.27 +1 -1 jakarta-cactus/build/build-servletapi.xml
Index: build-servletapi.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build/build-servletapi.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build-servletapi.xml 2001/09/16 11:17:56 1.26
+++ build-servletapi.xml 2001/09/21 21:25:34 1.27
@@ -683,7 +683,7 @@
<fileset dir="${out.dist.dir}">
<exclude name="**/build.properties"/>
<exclude name="**/*.log"/>
- <exclude name="${out.dir}"/>
+ <exclude name="**/target/**"/>
</fileset>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]