forked from apache/commons-fileupload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoap_fileupload.rdf
38 lines (38 loc) · 1.9 KB
/
doap_fileupload.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
<?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/fileupload/">
<name>Apache Jakarta Commons FileUpload</name>
<homepage rdf:resource="http://jakarta.apache.org/commons/fileupload/"/>
<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=fileupload"/>
<download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-fileupload.cgi"/>
<asfext:pmc rdf:resource="http://jakarta.apache.org/"/>
<shortdesc xml:lang="en">File upload component for Java servlets</shortdesc>
<description xml:lang="en">
The FileUpload component provides a simple yet flexible means of adding
support for multipart file upload functionality to servlets and web
applications.
</description>
<repository>
<SVNRepository>
<browse rdf:resource="http://svn.apache.org/repos/asf"/>
<location rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/fileupload"/>
</SVNRepository>
</repository>
<release>
<revision>
<name>commons-fileupload</name>
<created>2006-06-08</created>
<version>1.1.1</version>
</revision>
<revision>
<name>commons-fileupload</name>
<created>2005-12-23</created>
<version>1.1</version>
</revision>
</release>
<mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/>
</Project>
</rdf:RDF>