changed site target to do what I want it to do (generate website and javadocs
under website not do some goofy xml-site dir out where I don't care about it even) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7997fa0ff4
commit
2c409a90f2
@ -181,12 +181,8 @@
|
||||
<!-- =================================================================== -->
|
||||
<target name="site" depends="docs, javadocs"
|
||||
description="Generates the web site (for site maintainers only)">
|
||||
<mkdir dir="${site}"/>
|
||||
<copy todir="${site}" filtering="off">
|
||||
<fileset dir="${build.docs}">
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${site}/apidocs" filtering="off">
|
||||
<mkdir dir="${build.docs}/apidocs"/>
|
||||
<copy todir="${build.docs}/apidocs" filtering="off">
|
||||
<fileset dir="${build.javadocs}"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
Loading…
Reference in New Issue
Block a user