Not used for Avalon CLI git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@529050 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/daad5039 Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/daad5039 Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/daad5039 Branch: refs/heads/avalon-implementation Commit: daad503971622a25b519cea836f22d3cf768c597 Parents: 4b799de Author: Sebastian Bazley <[email protected]> Authored: Sun Apr 15 19:24:53 2007 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Sun Apr 15 19:24:53 2007 +0000 ---------------------------------------------------------------------- doap_cli.rdf | 32 -------------------------------- 1 file changed, 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/daad5039/doap_cli.rdf ---------------------------------------------------------------------- diff --git a/doap_cli.rdf b/doap_cli.rdf deleted file mode 100644 index e71b44c..0000000 --- a/doap_cli.rdf +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0"?> -<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en"> - <Project rdf:about="http://jakarta.apache.org/commons/cli/"> - <name>Apache Jakarta Commons CLI</name> - <homepage rdf:resource="http://jakarta.apache.org/commons/cli/"/> - <programming-language>Java</programming-language> - <category rdf:resource="http://projects.apache.org/category/library"/> - <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> - <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=Commons&component=cli"/> - <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-cli.cgi"/> - <asfext:pmc rdf:resource="http://jakarta.apache.org/"/> - <shortdesc xml:lang="en">Commons CLI</shortdesc> - <description xml:lang="en"> - Commons CLI provides a simple API for presenting, proecessing and - validating a command line interface. - </description> - <repository> - <SVNRepository> - <browse rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk"/> - <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/cli"/> - </SVNRepository> - </repository> - <release> - <revision> - <name>commons-cli</name> - <created>2002-12-27</created> - <version>1.0</version> - </revision> - </release> - <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/> - </Project> -</rdf:RDF>
