From ee4c39cd6b7c5fd0144a2f633cf98747b1e99f97 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 19 Oct 2003 00:21:02 +0000 Subject: [PATCH] Update instructions with new target names. --- google-taglib/README-BUILD.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/google-taglib/README-BUILD.txt b/google-taglib/README-BUILD.txt index 62c4a1b..02293cb 100644 --- a/google-taglib/README-BUILD.txt +++ b/google-taglib/README-BUILD.txt @@ -36,20 +36,25 @@ Building the Source The Google Tag Library is built using Ant. - http://jakarta.apache.org/ant/index.html + http://ant.apache.org/ -To build the google.jar, to do the following: +To build the JAR, to do the following: ant -To build the google.tld, do the following: +To build the TLDs, do the following: - ant tld + ant tlds + +To build the Examples WAR, do the following: + + ant examples To list all available build targets, do the following: ant -projecthelp + =========================================================================== $Id$ \ No newline at end of file