aboutsummaryrefslogtreecommitdiffstats
path: root/doap_POI.rdf
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2008-11-25 13:18:01 +0000
committerYegor Kozlov <yegor@apache.org>2008-11-25 13:18:01 +0000
commit7c56a088161cb0a629788bd94680b4e31063944e (patch)
tree63f303e39b137c2cf6c1659e9c4737fb9da0ed17 /doap_POI.rdf
parent9de2e589183dcb1d0a6a92d350961358160e5f43 (diff)
downloadpoi-7c56a088161cb0a629788bd94680b4e31063944e.tar.gz
poi-7c56a088161cb0a629788bd94680b4e31063944e.zip
updated DOAP for POI, this file is used by projects.apache.org to manage a registry of projects housed at the ASF, also added a component map to the main index page
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doap_POI.rdf')
-rw-r--r--doap_POI.rdf31
1 files changed, 19 insertions, 12 deletions
diff --git a/doap_POI.rdf b/doap_POI.rdf
index 89399a8058..c23ccd1568 100644
--- a/doap_POI.rdf
+++ b/doap_POI.rdf
@@ -3,32 +3,39 @@
<rdf:RDF xml:lang="en"
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#">
- <Project rdf:about="http://httpd.apache.org/">
+ xmlns:asfext="http://projects.apache.org/ns/asfext#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+ <Project rdf:about="http://poi.apache.org">
<created>2006-01-26</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
- <name>Apache Jakarta POI</name>
- <homepage rdf:resource="http://jakarta.apache.org/poi/" />
- <asfext:pmc rdf:resource="http://jakarta.apache.org" />
+ <name>Apache POI</name>
+ <homepage rdf:resource="http://poi.apache.org" />
+ <asfext:pmc rdf:resource="http://poi.apache.org" />
<shortdesc>Java API To Access Microsoft Format Files</shortdesc>
<description>APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. POI is your Java Excel solution as well as your Java Word solution. However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate.</description>
<bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=POI" />
- <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#POI" />
- <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/jakarta/poi/" />
+ <mailing-list rdf:resource="http://poi.apache.org/mailinglists.html" />
+ <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/poi/" />
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/library" />
<release>
<Version>
- <name>poi-bin</name>
- <created>2004-08-04</created>
- <revision>2.5.1-final-20040804</revision>
+ <name>Apache POI 3.2</name>
+ <created>2008-10-19</created>
+ <revision>3.2</revision>
</Version>
</release>
<repository>
<SVNRepository>
- <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/poi"/>
- <browse rdf:resource="http://svn.apache.org/viewvc/jakarta/poi/"/>
+ <location rdf:resource="http://svn.apache.org/repos/asf/poi/"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/poi/"/>
</SVNRepository>
</repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Yegor Kozlov</foaf:name>
+ <foaf:mbox rdf:resource="mailto:yegor@apache.org"/>
+ </foaf:Person>
+ </maintainer>
</Project>
</rdf:RDF>