Thread: [Htmlparser-cvs] htmlparser/src/org/htmlparser/tests/utilTests AllTests.java,1.40,1.41 BeanTest.java
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-07-27 19:38:03
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests In directory sc8-pr-cvs1:/tmp/cvs-serv26018/htmlparser/src/org/htmlparser/tests/utilTests Modified Files: AllTests.java BeanTest.java CharacterTranslationTest.java HTMLLinkProcessorTest.java HTMLParserUtilsTest.java HTMLTagParserTest.java NodeListTest.java package.html Log Message: Update version headers to 1.4-20030727 and update changelog. Index: AllTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/AllTests.java,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** AllTests.java 16 Jul 2003 00:17:23 -0000 1.40 --- AllTests.java 27 Jul 2003 19:19:23 -0000 1.41 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: BeanTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/BeanTest.java,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** BeanTest.java 17 Jul 2003 02:14:07 -0000 1.33 --- BeanTest.java 27 Jul 2003 19:19:23 -0000 1.34 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: CharacterTranslationTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/CharacterTranslationTest.java,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** CharacterTranslationTest.java 13 Jul 2003 12:15:12 -0000 1.25 --- CharacterTranslationTest.java 27 Jul 2003 19:19:23 -0000 1.26 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: HTMLLinkProcessorTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/HTMLLinkProcessorTest.java,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** HTMLLinkProcessorTest.java 13 Jul 2003 12:15:12 -0000 1.38 --- HTMLLinkProcessorTest.java 27 Jul 2003 19:19:23 -0000 1.39 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: HTMLParserUtilsTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/HTMLParserUtilsTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HTMLParserUtilsTest.java 24 Feb 2003 01:18:46 -0000 1.3 --- HTMLParserUtilsTest.java 27 Jul 2003 19:19:23 -0000 1.4 *************** *** 1,2 **** --- 1,30 ---- + // HTMLParser Library v1_3_20030727 - A java-based parser for HTML + // Copyright (C) Dec 31, 2000 Somik Raha + // + // 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 + // + // For any questions or suggestions, you can write to me at : + // Email :so...@in... + // + // Postal Address : + // Somik Raha + // Extreme Programmer & Coach + // Industrial Logic Corporation + // 2583 Cedar Street, Berkeley, + // CA 94708, USA + // Website : http://www.industriallogic.com + package org.htmlparser.tests.utilTests; Index: HTMLTagParserTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/HTMLTagParserTest.java,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** HTMLTagParserTest.java 13 Jul 2003 12:15:12 -0000 1.38 --- HTMLTagParserTest.java 27 Jul 2003 19:19:23 -0000 1.39 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: NodeListTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/NodeListTest.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** NodeListTest.java 13 Jun 2003 20:27:04 -0000 1.9 --- NodeListTest.java 27 Jul 2003 19:19:23 -0000 1.10 *************** *** 1,4 **** ! package org.htmlparser.tests.utilTests; import org.htmlparser.AbstractNode; --- 1,31 ---- ! // HTMLParser Library v1_3_20030727 - A java-based parser for HTML ! // Copyright (C) Dec 31, 2000 Somik Raha ! // ! // 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 ! // ! // For any questions or suggestions, you can write to me at : ! // Email :so...@in... ! // ! // Postal Address : ! // Somik Raha ! // Extreme Programmer & Coach ! // Industrial Logic Corporation ! // 2583 Cedar Street, Berkeley, ! // CA 94708, USA ! // Website : http://www.industriallogic.com + package org.htmlparser.tests.utilTests; import org.htmlparser.AbstractNode; Index: package.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/package.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** package.html 13 Jul 2003 12:15:12 -0000 1.9 --- package.html 27 Jul 2003 19:19:23 -0000 1.10 *************** *** 6,10 **** @(#)package.html 1.60 98/01/27 ! HTMLParser Library v1_4_20030713 - A java-based parser for HTML Copyright (C) Dec 31, 2000 Somik Raha --- 6,10 ---- @(#)package.html 1.60 98/01/27 ! HTMLParser Library v1_4_20030727 - A java-based parser for HTML Copyright (C) Dec 31, 2000 Somik Raha |