Author: ebourg Date: Mon Feb 9 14:02:57 2015 New Revision: 1658402 URL: http://svn.apache.org/r1658402 Log: Exclude the benchmarks from the source distribution
Modified: commons/proper/csv/trunk/src/main/assembly/src.xml Modified: commons/proper/csv/trunk/src/main/assembly/src.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/assembly/src.xml?rev=1658402&r1=1658401&r2=1658402&view=diff ============================================================================== --- commons/proper/csv/trunk/src/main/assembly/src.xml (original) +++ commons/proper/csv/trunk/src/main/assembly/src.xml Mon Feb 9 14:02:57 2015 @@ -34,6 +34,9 @@ Licensed to the Apache Software Foundati </fileSet> <fileSet> <directory>src</directory> + <excludes> + <exclude>**/*Benchmark.java</exclude> + </excludes> </fileSet> </fileSets> </assembly>