paulsp 2002/12/10 06:47:12
Modified: build build.xml
Log:
Exclude bin directory from source distribution kit
Revision Changes Path
1.177 +2 -2 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- build.xml 10 Dec 2002 03:26:18 -0000 1.176
+++ build.xml 10 Dec 2002 14:47:12 -0000 1.177
@@ -393,8 +393,8 @@
<fileset dir=".">
<exclude name="*TODO*"/>
<exclude name="INSTALL-WAR"/>
- <exclude name="bin*"/>
- <exclude name="proposals*"/>
+ <exclude name="bin/"/>
+ <exclude name="proposals"/>
<exclude name="**/.#**"/>
</fileset>
</copy>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>