mirror of https://github.com/apache/poi.git
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:
parent
e894b24076
commit
926fe41838
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/layout.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/layout.xsl"?>
|
||||||
<layout dir=".">
|
<layout dir=".">
|
||||||
|
<legal dir="./legal"/>
|
||||||
<library dir="./lib">
|
<library dir="./lib">
|
||||||
<endorsed dir="./lib/endorsed"/>
|
<endorsed dir="./lib/endorsed"/>
|
||||||
<core dir="./lib/core"/>
|
<core dir="./lib/core"/>
|
||||||
|
@ -62,6 +63,12 @@
|
||||||
</build>
|
</build>
|
||||||
<distributions dir="./dist">
|
<distributions dir="./dist">
|
||||||
<source dir="./dist/src"/>
|
<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>
|
</distributions>
|
||||||
</layout>
|
</layout>
|
Loading…
Reference in New Issue