Author: srowen
Date: Fri Jan 23 06:50:04 2009
New Revision: 737038
URL: http://svn.apache.org/viewvc?rev=737038&view=rev
Log:
Make sure to exclude some files we don't want to distribute
Modified:
lucene/mahout/trunk/build.xml
Modified: lucene/mahout/trunk/build.xml
URL:
http://svn.apache.org/viewvc/lucene/mahout/trunk/build.xml?rev=737038&r1=737037&r2=737038&view=diff
==============================================================================
--- lucene/mahout/trunk/build.xml (original)
+++ lucene/mahout/trunk/build.xml Fri Jan 23 06:50:04 2009
@@ -79,11 +79,11 @@
<zipfileset dir="./core"
prefix="${fullnamever}/core"
includes="build.properties build.xml taste-build.xml pom.xml
src/ lib/"
- excludes=""/>
+ excludes="**/*.iml"/>
<zipfileset dir="./examples"
prefix="${fullnamever}/examples"
includes="build.properties build.xml pom.xml src/ lib/"
- excludes=""/>
+ excludes="**/*.csv **/*.iml"/>
<zipfileset dir="./core/build/docs/api"
prefix="${fullnamever}/docs/core/api"/>