Skip to content

Commit 5db2ae8

Browse files
committed
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
1 parent a99b012 commit 5db2ae8

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

NOTICE.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ Copyright 2005-2016 The Apache Software Foundation
44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
66

7-
src/main/resources/contract.txt
8-
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.
9-
10-
src/main/resources/transaction.txt
11-
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.
12-
137
src/test/resources/CSVFileParser/bom.csv
148
src/test/resources/CSVFileParser/test.csv
159
src/test/resources/CSVFileParser/test_default.txt

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ CSV files of various types.
206206
<!-- Should agree with config in reporting section -->
207207
<configuration>
208208
<excludes>
209+
<!-- These files are used as test data and test result specifications. -->
209210
<exclude>src/test/resources/csv-167/sample1.csv</exclude>
210211
<exclude>src/test/resources/CSVFileParser/bom.csv</exclude>
211212
<exclude>src/test/resources/CSVFileParser/test.csv</exclude>

0 commit comments

Comments
 (0)