diff options
author | Glen Stampoultzis <glens@apache.org> | 2003-05-18 01:50:28 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2003-05-18 01:50:28 +0000 |
commit | 7ce9351fc9126a7d52373414458314933047cce4 (patch) | |
tree | ab05a8a9b62430e945c7035199aa464abd7c7de9 | |
parent | b9bdda19a2da152ec0d8636f67d17e60c63139e1 (diff) | |
download | poi-7ce9351fc9126a7d52373414458314933047cce4.tar.gz poi-7ce9351fc9126a7d52373414458314933047cce4.zip |
downloads using ext refereces
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353106 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/book.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/site.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index 00e3b3af2a..178ecadb59 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -30,7 +30,7 @@ <menu-item label="HDF" href="hdf/index.html"/> <menu-item label="HPSF" href="hpsf/index.html"/> <menu-item label="POI-Utils" href="utils/index.html"/> - <menu-item label="Download" href="http://jakarta.apache.org/builds/jakarta-poi/"/> + <menu-item label="Download" href="ext:download"/> </menu> <menu label="Docs"> diff --git a/src/documentation/content/xdocs/site.xml b/src/documentation/content/xdocs/site.xml index cf1997f107..0d57b605dd 100644 --- a/src/documentation/content/xdocs/site.xml +++ b/src/documentation/content/xdocs/site.xml @@ -31,6 +31,7 @@ See http://xml.apache.org/forrest/linking.html for more info <junit href="junit/index.html"/> <jdepend href="jdepend/index.html"/> <javadoc href="apidocs/index.html"/> + <download href="http://jakarta.apache.org/builds/jakarta-poi/"/> </external-refs> </site> |