Not used for Avalon CLI git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@529031 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/56b73875 Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/56b73875 Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/56b73875 Branch: refs/heads/avalon-implementation Commit: 56b738751654df04a067724bd00280260466a558 Parents: 822de47 Author: Sebastian Bazley <[email protected]> Authored: Sun Apr 15 17:27:22 2007 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Sun Apr 15 17:27:22 2007 +0000 ---------------------------------------------------------------------- gump.xml | 36 ------------------------------------ 1 file changed, 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/56b73875/gump.xml ---------------------------------------------------------------------- diff --git a/gump.xml b/gump.xml deleted file mode 100644 index 0586b7f..0000000 --- a/gump.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<module name="commons-cli"> - <description>Commons CLI</description> - <url href="http://jakarta.apache.org/commons/cli/"> - </url> - <cvs module="jakarta-commons/cli" repository="jakarta"> - </cvs> - <project name="commons-cli"> - <maven goal="jar"> - <property name="final.name" value="commons-cli-@@DATE@@"> - </property> - </maven> - <package>org.apache.commons.cli</package> - <depend project="commons-lang"> - </depend> - <depend project="jakarta-ant"> - </depend> - <depend project="jdepend"> - </depend> - <depend project="junit"> - </depend> - <depend project="xml-xerces"> - </depend> - <work nested="target/classes"> - </work> - <home nested="target"> - </home> - <jar name="commons-cli-@@DATE@@.jar"> - </jar> - <javadoc module="jakarta-commons" nested="target/docs/apidocs"> - </javadoc> - <nag to="[email protected]" from="commons-cli development <[email protected]>"> - </nag> - </project> -</module> \ No newline at end of file
