Author: ggregory
Date: Mon May 23 17:48:54 2016
New Revision: 1745238

URL: http://svn.apache.org/viewvc?rev=1745238&view=rev
Log:
Update how we present ferc.gov sample files per discussion on the ML for 
releasing 1.4-RC1.

Modified:
    commons/proper/csv/trunk/NOTICE.txt
    commons/proper/csv/trunk/pom.xml

Modified: commons/proper/csv/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/NOTICE.txt?rev=1745238&r1=1745237&r2=1745238&view=diff
==============================================================================
--- commons/proper/csv/trunk/NOTICE.txt (original)
+++ commons/proper/csv/trunk/NOTICE.txt Mon May 23 17:48:54 2016
@@ -4,12 +4,6 @@ Copyright 2005-2016 The Apache Software
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-src/main/resources/contract.txt
-This file was downloaded from 
http://www.ferc.gov/docs-filing/eqr/soft-tools/sample-csv/contract.txt and 
contains neither copyright notice nor license.
-
-src/main/resources/transaction.txt
-This file was downloaded from 
http://www.ferc.gov/docs-filing/eqr/soft-tools/sample-csv/transaction.txt and 
contains neither copyright notice nor license.
-
 src/test/resources/CSVFileParser/bom.csv
 src/test/resources/CSVFileParser/test.csv
 src/test/resources/CSVFileParser/test_default.txt

Modified: commons/proper/csv/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1745238&r1=1745237&r2=1745238&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon May 23 17:48:54 2016
@@ -206,6 +206,7 @@ CSV files of various types.
         <!-- Should agree with config in reporting section -->
         <configuration>
           <excludes>
+            <!-- These files are used as test data and test result 
specifications. -->
             <exclude>src/test/resources/csv-167/sample1.csv</exclude>
             <exclude>src/test/resources/CSVFileParser/bom.csv</exclude>
             <exclude>src/test/resources/CSVFileParser/test.csv</exclude>


Reply via email to