blob: 34dda13db1763303a83778ff6fba7e15c566c7d8 [file] [log] [blame]
<module name="commons-cli">
<description>Commons CLI</description>
<url href="http://jakarta.apache.org/commons/sandbox/cli.html"/>
<cvs repository="jakarta"/>
<!-- This is really the cvs module. We need to change this but -->
<!-- I will leave this for now until everything works. -->
<project name="commons-cli">
<!-- Standard Maven target to produce Javadocs, source -->
<!-- and binary distributions. -->
<ant buildfile="build-gump.xml" target="jar">
<property name="maven.final.name" value="commons-cli-@@DATE@@"/>
</ant>
<package>org.apache.commons.cli</package>
<!-- All Maven projects need Ant and Xerces to build. -->
<depend project="jakarta-ant"/>
<depend project="xml-xerces"/>
<depend project="commons-logging"/>
<depend project="commons-lang"/>
<work nested="target/classes"/>
<home nested="target"/>
<jar name="commons-cli-@@DATE@@.jar"/>
<javadoc nested="docs/apidocs"/>
<nag from="Maven Developers &lt;turbine-maven-dev@jakarta.apache.org&gt;"
to="commons-dev@jakarta.apache.org"/>
</project>
</module>