From 8ecdd6f53c25351952f5f857557a1bb3975b2799 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 18 Oct 2003 17:26:32 +0000 Subject: [PATCH] ReadMe for source archive. --- google-taglib/README-BUILD.txt | 55 ++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 google-taglib/README-BUILD.txt diff --git a/google-taglib/README-BUILD.txt b/google-taglib/README-BUILD.txt new file mode 100644 index 0000000..62c4a1b --- /dev/null +++ b/google-taglib/README-BUILD.txt @@ -0,0 +1,55 @@ +Google Tag Library README (BUILD) +================================= + + +Overview +======== + +This README file describes the Google Tag Library source distribution. + +With the Google JSP Tag Library, developers and designers can easily +incorporate Google queries, search results, cached pages and spelling +suggestions into any web site or application. + +For more information about using the custom tag library in your own web +applications, point your browser to: + + http://google-taglib.sourceforge.net/ + +See the "LICENSE.txt" file for licensing details. + +The Google Tag Library uses the Google Web APIs, but is not associated with +or sponsored by Google, Inc. + +Google Web APIs +=============== + +The Google Web APIs Java library is required in order to build the Google +Tag Library. The library's JAR file (googleapi.jar) should be placed into +the lib directory. + + http://www.google.com/apis/download.html + + +Building the Source +=================== + +The Google Tag Library is built using Ant. + + http://jakarta.apache.org/ant/index.html + + +To build the google.jar, to do the following: + + ant + +To build the google.tld, do the following: + + ant tld + +To list all available build targets, do the following: + + ant -projecthelp + +=========================================================================== +$Id$ \ No newline at end of file