From 981cb7141a2a64fb9199d09e5f79d1b328095b48 Mon Sep 17 00:00:00 2001 From: mbogaert Date: Mon, 12 Apr 2004 14:42:18 +0000 Subject: [PATCH] - Renamed javadocs target to javadoc. - Linked javadoc to JDK API, Velocity API and Servlet API. - Don't copy TLD files to dist anymore, they are included in sitemesh-?.jar --- build.xml | 160 +++++++++++++++++++++++++++--------------------------- 1 file changed, 81 insertions(+), 79 deletions(-) diff --git a/build.xml b/build.xml index 1061f38a..4069e7de 100644 --- a/build.xml +++ b/build.xml @@ -6,49 +6,55 @@ - + - + - + + classpathref="cp" + optimize="${compile.optimize}" + debug="${compile.debug}" + nowarn="${compile.nowarn}" + deprecation="${compile.deprecation}" + > - + - + + destdir="${dist.dir}/docs/api" + stylesheetfile="${docs.dir}/api.css" + packagenames="com.opensymphony.*" + classpathref="cp" + author="true" + version="true" + private="true" + use="true" + windowTitle="${Name} ${version} API" + doctitle="${Name} ${version} API" + footer="<a href="http://www.opensymphony.com/sitemesh/">www.opensymphony.com/sitemesh/</a>"> + + + + + + + - + @@ -56,95 +62,91 @@ - + - - + + - + - + - - - - + - - + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - + - - + + - + - - - - - - - - - - - - - - + + basedir="${basedir}" + excludes="${dist.dir}/**, ${build.dir}/**, **/*.log" + /> - - + + \ No newline at end of file