You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/03 16:11:53 UTC

svn commit: r1368969 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Fri Aug  3 14:11:53 2012
New Revision: 1368969

URL: http://svn.apache.org/viewvc?rev=1368969&view=rev
Log:
jar-checksums should only generate checksums for third party jars

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1368969&r1=1368968&r2=1368969&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Fri Aug  3 14:11:53 2012
@@ -1583,6 +1583,11 @@ ${tests-output}/junit4-*.suites     - pe
       <copy todir="${jar-checksum.temp.dir}" flatten="true">
         <fileset dir="@{srcdir}">
           <include name="**/*.jar"/>
+          <!-- todo make this something passed into the macro and not some hardcoded set -->
+          <exclude name="build/**"/>
+          <exclude name="dist/**"/>
+          <exclude name="package/**"/>
+          <exclude name="example/exampledocs/**"/>
         </fileset>
       </copy>