Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/thumbelina
In directory sc8-pr-cvs1:/tmp/cvs-serv2062/htmlparser/src/org/htmlparser/lexerapplications/thumbelina
Modified Files:
package.html
Log Message:
Update the integration procedure to use a CVS tag,
rather than changing the version in every file header.
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/thumbelina/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** package.html 21 Sep 2003 18:20:56 -0000 1.1
--- package.html 2 Jan 2004 16:24:54 -0000 1.2
***************
*** 3,6 ****
--- 3,32 ----
<HTML>
<HEAD>
+ <!--
+ HTMLParser Library $Name$ - A java-based parser for HTML
+ http://sourceforge.org/projects/htmlparser
+ Copyright (C) 2004 Somik Raha
+
+ Revision Control Information
+
+ $Source$
+ $Author$
+ $Date$
+ $Revision$
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ -->
<TITLE>Thumbelina</TITLE>
</HEAD>
|