Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners
In directory sc8-pr-cvs1:/tmp/cvs-serv2062/htmlparser/src/org/htmlparser/scanners
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/scanners/package.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** package.html 20 Dec 2003 23:47:55 -0000 1.19
--- package.html 2 Jan 2004 16:24:54 -0000 1.20
***************
*** 3,31 ****
<head>
<!--
! HTMLParser Library $Name$ - A java-based parser for HTML
! http://sourceforge.org/projects/htmlparser
! Copyright (C) 2003 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
! //
-->
</head>
--- 3,30 ----
<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
-->
</head>
|