ReadMe for source archive.

This commit is contained in:
Erik C. Thauvin 2003-10-18 17:26:32 +00:00
parent b87a229cc7
commit 8ecdd6f53c

View file

@ -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$