Project:
Commons IO
Code Location:
http://svn.apache.org/repos/asf/commons/proper/io/trunk/commons/proper/io/trunk
doap_io.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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://commons.apache.org/io/"> <name>Apache Commons IO</name> <homepage rdf:resource="http://commons.apache.org/io/"/> <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/jira/browse/IO"/> <download-page rdf:resource="http://commons.apache.org/io/download_io.cgi"/> <asfext:pmc rdf:resource="http://commons.apache.org/"/> <shortdesc xml:lang="en">Commons IO</shortdesc> <description xml:lang="en"> Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes. </description> <repository> <SVNRepository> <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/io/trunk"/> <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/io"/> </SVNRepository> </repository> <release> <Version> <name>commons-io</name> <created>2005-10-10</created> <revision>1.1</revision> </Version> <Version> <name>commons-io</name> <created>2006-03-19</created> <revision>1.2</revision> </Version> <Version> <name>commons-io</name> <created>2007-01-30</created> <revision>1.3</revision> </Version> <Version> <name>commons-io</name> <created>2007-02-13</created> <revision>1.3.1</revision> </Version> <Version> <name>commons-io</name> <created>2007-06-27</created> <revision>1.3.2</revision> </Version> <Version> <name>commons-io</name> <created>2008-01-20</created> <revision>1.4</revision> </Version> <Version> <name>commons-io</name> <created>2010-10-18</created> <revision>2.0</revision> </Version> <Version> <name>commons-io</name> <created>2010-12-26</created> <revision>2.0.1</revision> </Version> <Version> <name>commons-io</name> <created>2011-09-28</created> <revision>2.1</revision> </Version> </release> <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/> </Project> </rdf:RDF>
