Update how we present ferc.gov sample files per discussion on the ML for releasing 1.4-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a99b012458
commit
5db2ae83d1
|
@ -4,12 +4,6 @@ Copyright 2005-2016 The Apache Software Foundation
|
|||
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
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue