diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-22 11:00:18 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-22 11:00:18 +0000 |
commit | 9fdee317530e788fc39bbffce1f9c798a13f5400 (patch) | |
tree | 26d4b3e247dead1817144c25b129ee7254d4c741 /layout.xml | |
parent | a359819e561c55ba823906c8e32056711d1a9048 (diff) | |
download | poi-9fdee317530e788fc39bbffce1f9c798a13f5400.tar.gz poi-9fdee317530e788fc39bbffce1f9c798a13f5400.zip |
Update to latest dev version of Centipede whivh uses the newly committed
xmlproperty task in Ant :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'layout.xml')
-rw-r--r-- | layout.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layout.xml b/layout.xml index 08e11921d8..fd773253a8 100644 --- a/layout.xml +++ b/layout.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/layout.xsl"?> <layout dir="."> - <legal dir="./legal"/> + <legal dir="./legal"/> <library dir="./lib"> <endorsed dir="./lib/endorsed"/> <core dir="./lib/core"/> @@ -40,7 +40,7 @@ <classes dir="./build/classes"/> <test dir="./build/testcases"/> <work dir="./build/work"/> - <documentation dir="./build/documentation"> + <documentation dir="./build/docs"> <javadocs dir="./build/docs/javadocs"/> <test dir="./build/docs/test"/> <metrics dir="./build/docs/metrics"/> |