diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 13:35:37 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 13:35:37 +0000 |
commit | e54798a810f487bb4a198dc02bdfbda219bfa577 (patch) | |
tree | 092a2123bb198c4027e046ab1f6903eb567a64b2 /index.html | |
parent | cb61af26b6c8ecd2b9a52b3c181b43188294e9f0 (diff) | |
download | poi-e54798a810f487bb4a198dc02bdfbda219bfa577.tar.gz poi-e54798a810f487bb4a198dc02bdfbda219bfa577.zip |
Removed the xml log, which is no longer generated.
It wasn't used anyway.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352360 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 066c651cbb..1ea18a26e8 100644 --- a/index.html +++ b/index.html @@ -411,7 +411,7 @@ menu.addItem("MODULE","toggle"); menu.subMenus[1].addItem("build.xml","window.open('build.xml')"); -menu.subMenus[1].addItem("log.xml","window.open('log.xml')"); +//menu.subMenus[1].addItem("log.xml","window.open('log.xml')"); menu.subMenus[2].addItem("site","window.open('http://jakarta.apache.org/poi/')"); |