]> source.dussan.org Git - poi.git/commitdiff
doap file for POI for projects.apache.org
authorHenri Yandell <bayard@apache.org>
Thu, 26 Jan 2006 14:59:32 +0000 (14:59 +0000)
committerHenri Yandell <bayard@apache.org>
Thu, 26 Jan 2006 14:59:32 +0000 (14:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@372536 13f79535-47bb-0310-9956-ffa450edef68

doap_POI.rdf [new file with mode: 0644]

diff --git a/doap_POI.rdf b/doap_POI.rdf
new file mode 100644 (file)
index 0000000..82e4514
--- /dev/null
@@ -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>