Added dir info for distributions.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-08 17:31:25 +00:00
parent 241e3346b3
commit ffa9e106f5
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/layout.xsl"?>
<layout dir=".">
<legal dir="./legal"/>
<library dir="./lib">
<endorsed dir="./lib/endorsed"/>
<core dir="./lib/core"/>
@ -62,6 +63,12 @@
</build>
<distributions dir="./dist">
<source dir="./dist/src"/>
<bin dir="./dist/bin"/>
<bin dir="./dist/bin">
<library dir="./dist/bin/lib"/>
<documentation dir="./dist/bin/docs"/>
<info dir="./dist/bin"/>
<build dir="./dist/bin/build"/>
<legal dir="./dist/bin/legal"/>
</bin>
</distributions>
</layout>