]> source.dussan.org Git - poi.git/commitdiff
Added dir info for distributions.
authorNicola Ken Barozzi <nicolaken@apache.org>
Mon, 8 Apr 2002 17:31:25 +0000 (17:31 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Mon, 8 Apr 2002 17:31:25 +0000 (17:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352373 13f79535-47bb-0310-9956-ffa450edef68

layout.xml

index 6d6689b9447b37f775e23ff625c9eaa8fd9b2ed3..bc75e5bf540fef6770233dc34813bd0f1c691d26 100644 (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"/>
   </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>
\ No newline at end of file