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
This commit is contained in:
Henri Yandell 2006-01-05 21:18:34 +00:00
parent d8687da323
commit 819a0bc366
1 changed files with 4 additions and 5 deletions

View File

@ -15,14 +15,13 @@
limitations under the License. limitations under the License.
--> -->
<project> <project>
<extend>../commons-build/sandbox-project.xml</extend> <name>Commons CSV</name>
<name>Commons Csv</name>
<id>commons-csv</id> <id>commons-csv</id>
<logo>/images/csv-logo-white.png</logo> <logo>/images/csv-logo-white.png</logo>
<inceptionYear>2005</inceptionYear> <inceptionYear>2005</inceptionYear>
<shortDescription>Commons Csv</shortDescription> <shortDescription>Commons CSV</shortDescription>
<description> <description>
Commons Csv is a component that parses comma separated value files. Commons CSV is a component that parses comma separated value files.
</description> </description>
<currentVersion>0.1-dev</currentVersion> <currentVersion>0.1-dev</currentVersion>
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl> <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
@ -49,7 +48,7 @@
<unitTestSourceDirectory>src/test</unitTestSourceDirectory> <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest> <unitTest>
<includes> <includes>
<include>**/*Test</include> <include>**/*Test*</include>
</includes> </includes>
</unitTest> </unitTest>
</build> </build>