diff options
author | Dave Fisher <wave@apache.org> | 2009-11-20 19:06:35 +0000 |
---|---|---|
committer | Dave Fisher <wave@apache.org> | 2009-11-20 19:06:35 +0000 |
commit | 0b5d1a372a56fd72f45c80112dcd3a1cf47d51d9 (patch) | |
tree | 425ab2c363ae88891b08d5be9579dc481107d4e0 /doap_POI.rdf | |
parent | b8ec92ee353f3b5ce65c43d87b06d696b0c0bf36 (diff) | |
download | poi-0b5d1a372a56fd72f45c80112dcd3a1cf47d51d9.tar.gz poi-0b5d1a372a56fd72f45c80112dcd3a1cf47d51d9.zip |
Adjusted the project doap file to include 3.5 release and OOXML / ECMA-376
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doap_POI.rdf')
-rw-r--r-- | doap_POI.rdf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doap_POI.rdf b/doap_POI.rdf index c23ccd1568..e4159ec2cd 100644 --- a/doap_POI.rdf +++ b/doap_POI.rdf @@ -11,8 +11,8 @@ <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> + <shortdesc>Java API To Access Microsoft Document File Formats</shortdesc> + <description>APIs for manipulating various file formats based upon Open Office XML (ECMA-376) and Microsoft's OLE 2 Compound Document formats using pure Java. Apache POI is your Java Excel, Word and PowerPoint solution. We have a complete API for porting other OOXML and 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://poi.apache.org/mailinglists.html" /> <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/poi/" /> @@ -20,6 +20,13 @@ <category rdf:resource="http://projects.apache.org/category/library" /> <release> <Version> + <name>Apache POI 3.5</name> + <created>2009-09-28</created> + <revision>3.5</revision> + </Version> + </release> + <release> + <Version> <name>Apache POI 3.2</name> <created>2008-10-19</created> <revision>3.2</revision> |