diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-03-19 09:22:47 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-03-19 09:22:47 +0000 |
commit | f3aa9eb6fad0b990583cb8e42d0d3eb547253a06 (patch) | |
tree | c60206b8a247f5e1e7973d2b09720ff14b3d6ba1 /tools | |
parent | ffb851ea6ba75afea43c8722afbdcd03b2aea619 (diff) | |
download | poi-f3aa9eb6fad0b990583cb8e42d0d3eb547253a06.tar.gz poi-f3aa9eb6fad0b990583cb8e42d0d3eb547253a06.zip |
Make gump target output also javadocs: major change to "site" build.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r-- | tools/centipede/targets/docs.xtarget | 10 | ||||
-rw-r--r-- | tools/centipede/targets/robot.xtarget | 2 | ||||
-rw-r--r-- | tools/centipede/targets/test.xtarget | 2 |
3 files changed, 3 insertions, 11 deletions
diff --git a/tools/centipede/targets/docs.xtarget b/tools/centipede/targets/docs.xtarget index c426c30474..6da45ff029 100644 --- a/tools/centipede/targets/docs.xtarget +++ b/tools/centipede/targets/docs.xtarget @@ -129,15 +129,7 @@ <!-- Creates the web site --> <!-- =================================================================== --> <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"> - <fileset dir="${build.javadocs}"/> - </copy> + description="Generates the web site"> </target> <!-- =================================================================== --> diff --git a/tools/centipede/targets/robot.xtarget b/tools/centipede/targets/robot.xtarget index 66d12f16b1..d1c5128f14 100644 --- a/tools/centipede/targets/robot.xtarget +++ b/tools/centipede/targets/robot.xtarget @@ -77,7 +77,7 @@ tofile="${build.patchqueue}/patchqueue2text4dev.xsl"/> <!-- =================================================================== --> <!-- Calls the targets needed for Gump --> <!-- =================================================================== --> - <target name="gump" depends="testmodule"> + <target name="gump" depends="testmodule, apidocs"> </target> diff --git a/tools/centipede/targets/test.xtarget b/tools/centipede/targets/test.xtarget index 089a364770..3e1e0eacff 100644 --- a/tools/centipede/targets/test.xtarget +++ b/tools/centipede/targets/test.xtarget @@ -46,6 +46,6 @@ <!-- =================================================================== --> <!-- Testing that all major targets work; useful before a commit --> <!-- =================================================================== --> - <target name="testmodule" depends="clean, test, docs" + <target name="testmodule" depends="clean, test, site" description="Testing that all major targets work; useful before a commit "> </target> |