You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/01 23:45:15 UTC

svn commit: r165546 - /lenya/trunk/src/targets/dist-build.xml

Author: gregor
Date: Sun May  1 14:45:15 2005
New Revision: 165546

URL: http://svn.apache.org/viewcvs?rev=165546&view=rev
Log:
Explicitly exclude build directories from dist-src target

Modified:
    lenya/trunk/src/targets/dist-build.xml

Modified: lenya/trunk/src/targets/dist-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/dist-build.xml?rev=165546&r1=165545&r2=165546&view=diff
==============================================================================
--- lenya/trunk/src/targets/dist-build.xml (original)
+++ lenya/trunk/src/targets/dist-build.xml Sun May  1 14:45:15 2005
@@ -98,7 +98,10 @@
         <exclude name="local.build.properties"/>
         <exclude name=".classpath"/>
         <exclude name=".project"/>
+        <exclude name=".fbprefs"/>
         <exclude name="dist/**"/>
+        <exclude name="build/**"/>
+        <exclude name="bin/**"/>
       </fileset>
     </copy>
   	



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org