mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-12 21:15:41 +00:00
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@412967 13f79535-47bb-0310-9956-ffa450edef68
68 lines
2.0 KiB
XML
68 lines
2.0 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/jira/browse/SANDBOX</issueTrackingUrl>
|
|
<siteAddress>cvs.apache.org</siteAddress>
|
|
<logo></logo>
|
|
|
|
<repository>
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
|
|
<url>http://svn.apache.org/viewcvs/jakarta/commons/sandbox/csv/trunk</url>
|
|
</repository>
|
|
|
|
|
|
<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>
|