diff options
author | Henri Yandell <bayard@apache.org> | 2006-01-26 14:59:32 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-01-26 14:59:32 +0000 |
commit | 6fd214d357e6ac3020e21a1b4389656e45e34111 (patch) | |
tree | 096d3094596597682e80dee9033bb375f7b98f23 /doap_POI.rdf | |
parent | 654b24ef3649e892785a6ef3d75ae7853180dd67 (diff) | |
download | poi-6fd214d357e6ac3020e21a1b4389656e45e34111.tar.gz poi-6fd214d357e6ac3020e21a1b4389656e45e34111.zip |
doap file for POI for projects.apache.org
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@372536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doap_POI.rdf')
-rw-r--r-- | doap_POI.rdf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doap_POI.rdf b/doap_POI.rdf new file mode 100644 index 0000000000..82e45142a7 --- /dev/null +++ b/doap_POI.rdf @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl"?> +<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/"> + <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" /> + <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/" /> + <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> + </Version> + </release> + <repository> + <SVNRepository> + <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/poi"/> + <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/jakarta/poi/"/> + </SVNRepository> + </repository> + </Project> +</rdf:RDF> |