From 47207dd723b83d7b7f9c34dfecafb8f862d2ea4c Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Wed, 26 Dec 2007 17:39:15 +0000 Subject: [PATCH] Update build.xml to download various libraries that we will want for playing with ooxml files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606922 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++-- legal/NOTICE | 16 +++++++++ 2 files changed, 113 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 087a66f73b..88bc47c20b 100644 --- a/build.xml +++ b/build.xml @@ -70,6 +70,7 @@ under the License. + @@ -77,6 +78,9 @@ under the License. + + + @@ -116,8 +120,32 @@ under the License. - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -162,6 +190,15 @@ under the License. + + + + + + + + + @@ -265,6 +302,11 @@ under the License. + + + + + @@ -279,8 +321,54 @@ under the License. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -363,6 +451,13 @@ under the License. + + + + + + diff --git a/legal/NOTICE b/legal/NOTICE index b852dd25ef..41c966ff27 100644 --- a/legal/NOTICE +++ b/legal/NOTICE @@ -17,3 +17,19 @@ Since this is a data file, and has no compiled version (the original file is distributed in both source and binary versions), there should be little difference in licencing requirements compared to the ASL. See http://www.gnome.ru/projects/vsdump_en.html + + +Office Open XML experimental support: + XML Beans - http://xmlbeans.apache.org/ + Apache Licence Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 + DOM4J - http://www.dom4j.org/ + BSD Licence - http://www.dom4j.org/license.html + Jaxen - http://jaxen.org/ + Apache Style Licence - http://jaxen.org/license.html + OpenXml4J - http://www.openxml4j.org/ + BSD Licence or Apache Licence Version 2.0 - + http://www.openxml4j.org/Licensing/Default.html + Office Open XML ECMA Specification - + http://www.ecma-international.org/publications/standards/Ecma-376.htm + Microsoft Open Specification Promise (OSP) - + http://www.microsoft.com/interop/osp/ -- 2.39.5