You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2005/05/06 16:55:47 UTC

svn commit: r168612 - /struts/core/branches/STRUTS_1_2_BRANCH/build.xml

Author: niallp
Date: Fri May  6 07:55:46 2005
New Revision: 168612

URL: http://svn.apache.org/viewcvs?rev=168612&view=rev
Log:
Exclude the "lib" directory from the source distro

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/build.xml

Modified: struts/core/branches/STRUTS_1_2_BRANCH/build.xml
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/build.xml?rev=168612&r1=168611&r2=168612&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/build.xml (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/build.xml Fri May  6 07:55:46 2005
@@ -577,6 +577,7 @@
                 <exclude name="target/**"/>
                 <exclude name="dist/**"/>
                 <exclude name="release/**"/>
+                <exclude name="lib/**"/>
             </fileset>
         </copy>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org