Skip to content

Commit 819a0bc

Browse files
committed
so out of date, I had copied a pom that depended on a super pom. fixed that, fixed name (Csv to CSV) and fixed test pattern so they run
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@366281 13f79535-47bb-0310-9956-ffa450edef68
1 parent d8687da commit 819a0bc

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

project.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
limitations under the License.
1616
-->
1717
<project>
18-
<extend>../commons-build/sandbox-project.xml</extend>
19-
<name>Commons Csv</name>
18+
<name>Commons CSV</name>
2019
<id>commons-csv</id>
2120
<logo>/images/csv-logo-white.png</logo>
2221
<inceptionYear>2005</inceptionYear>
23-
<shortDescription>Commons Csv</shortDescription>
22+
<shortDescription>Commons CSV</shortDescription>
2423
<description>
25-
Commons Csv is a component that parses comma separated value files.
24+
Commons CSV is a component that parses comma separated value files.
2625
</description>
2726
<currentVersion>0.1-dev</currentVersion>
2827
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
@@ -49,7 +48,7 @@
4948
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
5049
<unitTest>
5150
<includes>
52-
<include>**/*Test</include>
51+
<include>**/*Test*</include>
5352
</includes>
5453
</unitTest>
5554
</build>

0 commit comments

Comments
 (0)