diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 07:21:16 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 07:21:16 +0000 |
commit | 79b292b2744158146cce95e5495c81a4125329e0 (patch) | |
tree | 327b8d251dcc4cb35cd3fc19d3276577aab3f9d2 /layout.xml | |
parent | e5f40365c7720df5163cdbe623f73809c1ccdece (diff) | |
download | poi-79b292b2744158146cce95e5495c81a4125329e0.tar.gz poi-79b292b2744158146cce95e5495c81a4125329e0.zip |
Update of the build system.
Gump target works ok.
All docs generate ok.
Jar task is ok.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352353 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'layout.xml')
-rw-r--r-- | layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.xml b/layout.xml index 358df4ef57..6d6689b944 100644 --- a/layout.xml +++ b/layout.xml @@ -38,12 +38,12 @@ <java dir="./build/java"/> <classes dir="./build/classes"/> <test dir="./build/testcases"/> + <work dir="./build/work"/> <documentation dir="./build/documentation"> <javadocs dir="./build/docs/javadocs"/> <test dir="./build/docs/test"/> <metrics dir="./build/docs/metrics"/> </documentation> - <work dir="./build/work"/> <scratchpad dir="./build/scratchpad"> <java dir="./build/scratchpad/java"/> <classes dir="./build/scratchpad/classes"/> |