Skip to content

Commit 530fe67

Browse files
committed
Moving the CLI DOAP back into trunk
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@757430 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2db2ae9 commit 530fe67

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

doap_cli.rdf

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
<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">
19+
<Project rdf:about="http://commons.apache.org/cli/">
20+
<name>Apache Commons CLI</name>
21+
<homepage rdf:resource="http://commons.apache.org/cli/"/>
22+
<programming-language>Java</programming-language>
23+
<category rdf:resource="http://projects.apache.org/category/library"/>
24+
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
25+
<bug-database rdf:resource="http://issues.apache.org/jira/browse/CLI"/>
26+
<download-page rdf:resource="http://commons.apache.org/downloads/download_cli.cgi"/>
27+
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
28+
<shortdesc xml:lang="en">Commons CLI</shortdesc>
29+
<description xml:lang="en">
30+
Commons CLI provides a simple API for presenting, proecessing and
31+
validating a command line interface.
32+
</description>
33+
<repository>
34+
<SVNRepository>
35+
<browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/cli/trunk"/>
36+
<location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/cli"/>
37+
</SVNRepository>
38+
</repository>
39+
<release>
40+
<revision>
41+
<name>commons-cli</name>
42+
<created>2007-07-08</created>
43+
<version>1.1</version>
44+
</revision>
45+
<revision>
46+
<name>commons-cli</name>
47+
<created>2002-12-27</created>
48+
<version>1.0</version>
49+
</revision>
50+
</release>
51+
<mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
52+
</Project>
53+
</rdf:RDF>

0 commit comments

Comments
 (0)