|
| 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/csv/"> |
| 20 | + <name>Apache Commons Lang</name> |
| 21 | + <homepage rdf:resource="http://commons.apache.org/csv/"/> |
| 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/CSV"/> |
| 26 | + <download-page rdf:resource="http://commons.apache.org/csv/download_csv.cgi"/> |
| 27 | + <asfext:pmc rdf:resource="http://commons.apache.org/"/> |
| 28 | + <shortdesc xml:lang="en">Java Common Components</shortdesc> |
| 29 | + <description xml:lang="en"> |
| 30 | + The Apache Commons CSV library provides a simple interface for reading and writing |
| 31 | + CSV files of various types. |
| 32 | + </description> |
| 33 | + <repository> |
| 34 | + <SVNRepository> |
| 35 | + <browse rdf:resource="http://svn.apache.org/viewvc/commons/proper/csv/trunk"/> |
| 36 | + <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/csv"/> |
| 37 | + </SVNRepository> |
| 38 | + </repository> |
| 39 | + <release> |
| 40 | + <Version> |
| 41 | + <name>commons-csv</name> |
| 42 | + <created>2014-08-14</created> |
| 43 | + <revision>1.0</revision> |
| 44 | + </Version> |
| 45 | + </release> |
| 46 | + <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/> |
| 47 | + </Project> |
| 48 | +</rdf:RDF> |
0 commit comments