diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-25 12:05:09 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-25 12:05:09 +0000 |
commit | 16bd9ed4a20a57efe11d9d9288243234878a0359 (patch) | |
tree | 0faeb7c2e9a9235b55d1268d0609041d3a591014 | |
parent | 48ba756ec2bd84ea2faddbdeb5c371b0ce2ad38d (diff) | |
download | poi-16bd9ed4a20a57efe11d9d9288243234878a0359.tar.gz poi-16bd9ed4a20a57efe11d9d9288243234878a0359.zip |
Fixed javadocs problems when offline and looking for Java Api References.
Added javascript for last-modified date and removed incorrect image "alt"
to Avalon.
Moved source copying to prepare for build in -init target, because it is used
by almost all targets.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352481 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | tools/antipede/build.xtarget | 34 | ||||
-rw-r--r-- | tools/cents/centipede.cent.jar | bin | 14273 -> 15184 bytes | |||
-rw-r--r-- | tools/cents/forrest.cent.jar | bin | 1629974 -> 1630043 bytes |
3 files changed, 33 insertions, 1 deletions
diff --git a/tools/antipede/build.xtarget b/tools/antipede/build.xtarget index e0c7eee36d..cf57a2bbd4 100644 --- a/tools/antipede/build.xtarget +++ b/tools/antipede/build.xtarget @@ -1,3 +1,34 @@ + <!-- =================================================================== --> + <!-- Prepares the source code --> + <!-- =================================================================== --> + <target name="-prepare-src"> + + <mkdir dir="${xlayout.build.java.dir}"/> + <mkdir dir="${xlayout.build.classes.dir}"/> + <copy todir="${xlayout.build.java.dir}" filtering="off"> + <fileset dir="${xlayout.source.java.dir}"/> + </copy> + + <mkdir dir="${xlayout.build.scratchpad.java.dir}"/> + <mkdir dir="${xlayout.build.scratchpad.classes.dir}"/> + <copy todir="${xlayout.build.scratchpad.java.dir}" filtering="off"> + <fileset dir="${xlayout.source.scratchpad.java.dir}"/> + </copy> + + <mkdir dir="${xlayout.build.examples.java.dir}"/> + <mkdir dir="${xlayout.build.examples.classes.dir}"/> + <copy todir="${xlayout.build.examples.java.dir}" filtering="off"> + <fileset dir="${xlayout.source.examples.java.dir}"/> + </copy> + + <mkdir dir="${xlayout.build.contributions.java.dir}"/> + <mkdir dir="${xlayout.build.contributions.classes.dir}"/> + <copy todir="${xlayout.build.contributions.java.dir}" filtering="off"> + <fileset dir="${xlayout.source.contributions.java.dir}"/> + </copy> + + </target> + <target name="-init" unless="${antipede.init.already.called}"> <tstamp> <format property="YEAR" pattern="yyyy" locale="en"/> @@ -95,7 +126,8 @@ <catch><echo message="Unable to load tasks... could be already loaded." /></catch> </antipede-trycatch> - + <antcall target="-prepare-src"/> + </target> <!-- ================================ --> diff --git a/tools/cents/centipede.cent.jar b/tools/cents/centipede.cent.jar Binary files differindex 14cba04ff5..d4dd107e2c 100644 --- a/tools/cents/centipede.cent.jar +++ b/tools/cents/centipede.cent.jar diff --git a/tools/cents/forrest.cent.jar b/tools/cents/forrest.cent.jar Binary files differindex 72b91b3ac9..694e1adcc4 100644 --- a/tools/cents/forrest.cent.jar +++ b/tools/cents/forrest.cent.jar |