62 lines
1.7 KiB
XML
62 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Copyright 2005 The Apache Software Foundation
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<project>
|
|
<name>Commons CSV</name>
|
|
<id>commons-csv</id>
|
|
<logo>/images/csv-logo-white.png</logo>
|
|
<inceptionYear>2005</inceptionYear>
|
|
<shortDescription>Commons CSV</shortDescription>
|
|
<description>
|
|
Commons CSV is a component that parses comma separated value files.
|
|
</description>
|
|
<currentVersion>0.1-dev</currentVersion>
|
|
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
|
|
<siteAddress>cvs.apache.org</siteAddress>
|
|
<logo></logo>
|
|
|
|
<developers>
|
|
<developer>
|
|
<name>Henri Yandell</name>
|
|
<id>bayard</id>
|
|
<email>bayard@apache.org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Martin van den Bemt</name>
|
|
<id>mvdb</id>
|
|
<email>mvdb@apache.org</email>
|
|
</developer>
|
|
</developers>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<id>junit</id>
|
|
<version>3.8.1</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<sourceDirectory>src/java</sourceDirectory>
|
|
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
|
<unitTest>
|
|
<includes>
|
|
<include>**/*Test*</include>
|
|
</includes>
|
|
</unitTest>
|
|
</build>
|
|
|
|
</project>
|