blob: dcd54500314e8cc4676ea2f4985c8ddc329a72b0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../project.xml</extend>
<id>commons-cli</id>
<name>CLI</name>
<currentVersion>1.0-beta-1</currentVersion>
<inceptionYear>2002</inceptionYear>
<shortDescription>Commons CLI</shortDescription>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>
Commons CLI provdes a simple API for working with the command line arguments and options.
</description>
<developers>
<developer>
<name>James Strachan</name>
<id>jstrachan</id>
<email>jstrachan@apache.org</email>
<organization>SpiritSoft, Inc.</organization>
</developer>
<developer>
<name>bob mcwhirter</name>
<id>bob</id>
<email>bob@werken.com</email>
<organization>Werken</organization>
</developer>
<developer>
<name>John Keyes</name>
<id>jkeyes</id>
<email>jbjk@mac.com</email>
<organization>integral Source</organization>
</developer>
</developers>
<dependencies>
<dependency>
<id>commons-logging</id>
<version>1.0</version>
</dependency>
<dependency>
<id>commons-lang</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>junit</id>
<version>3.7</version>
</dependency>
</dependencies>
<build>
<!-- Unit test classes -->
<unitTest>
<includes>
<include>**/*Test*.java</include>
</includes>
</unitTest>
</build>
</project>