Skip to content

Commit a4fe895

Browse files
committed
Adding doap files for each component for the projects.apache.org site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@371566 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5dc8322 commit a4fe895

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

doap_cli.rdf

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0"?>
2+
<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">
3+
<Project rdf:about="http://jakarta.apache.org/commons/cli/">
4+
<name>Apache Jakarta Commons CLI</name>
5+
<homepage rdf:resource="http://jakarta.apache.org/commons/cli/"/>
6+
<programming-language>Java</programming-language>
7+
<category rdf:resource="http://projects.apache.org/category/library"/>
8+
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
9+
<bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=Commons&amp;component=cli"/>
10+
<download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-cli.cgi"/>
11+
<asfext:pmc rdf:resource="Jakarta"/>
12+
<shortdesc xml:lang="en">Commons CLI</shortdesc>
13+
<description xml:lang="en">
14+
Commons CLI provides a simple API for presenting, proecessing and
15+
validating a command line interface.
16+
</description>
17+
<repository>
18+
<SVNRepository>
19+
<browse rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk"/>
20+
<location rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/cli"/>
21+
</SVNRepository>
22+
</repository>
23+
<release>
24+
<revision>
25+
<name>commons-cli</name>
26+
<created>2002-12-27</created>
27+
<version>1.0</version>
28+
</revision>
29+
</release>
30+
<mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/>
31+
</Project>
32+
</rdf:RDF>

0 commit comments

Comments
 (0)