From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15954 invoked by alias); 25 Apr 2004 12:29:20 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 15947 invoked from network); 25 Apr 2004 12:29:19 -0000 Received: from unknown (HELO smtpq3.home.nl) (213.51.128.198) by sources.redhat.com with SMTP; 25 Apr 2004 12:29:19 -0000 Received: from [213.51.128.133] (port=38021 helo=smtp2.home.nl) by smtpq3.home.nl with esmtp (Exim 4.30) id 1BHil4-0004bf-Kp for mauve-discuss@sources.redhat.com; Sun, 25 Apr 2004 14:29:18 +0200 Received: from cc68231-a.ensch1.ov.home.nl ([212.120.112.227]:34669 helo=dumas.thomas.planescape.com) by smtp2.home.nl with esmtp (Exim 4.30) id 1BHil1-00085S-KC for mauve-discuss@sources.redhat.com; Sun, 25 Apr 2004 14:29:15 +0200 From: Thomas Zander To: mauve-discuss@sources.redhat.com Subject: [PATCH] tags-fixes. Date: Sun, 25 Apr 2004 12:29:00 -0000 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_Z76iAvk/FBGQwOB" Message-Id: <200404251428.10760.zander@javalobby.org> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean X-SW-Source: 2004-q2/txt/msg00050.txt.bz2 --Boundary-00=_Z76iAvk/FBGQwOB Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 1040 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 See attached patch; it fixes a couple of files where=20 a) JDK1.2 and JAVA2 were both used (and since the latter implies the=20 former, thats a duplicate). b) some files had tags that are not documented/used anywhere, so I replaced= =20 them with ones that are. I'm not 100% sure this is correct; please give me feedback. 2004-04-25 Thomas Zander * gnu/testlet/java/beans/Introspector/jdk12.java: remove duplicate tag * gnu/testlet/java/net/DatagramSocket/DatagramSocketTest2.java gnu/testlet/java/security/AlgorithmParameterGenerator/MauveAlgorithm.java gnu/testlet/java/security/AlgorithmParameters/MauveAlgorithm.java gnu/testlet/java/security/KeyFactory/MauveAlgorithm.java gnu/testlet/java/security/KeyPairGenerator/MauveAlgorithm.java: fix tag - --=20 Thomas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAi67ZCojCW6H2z/QRApJOAKDIVV9BLdPGUVfMPjn9NHbGgZcJpQCdFacM AbFmHuYCwbF3GdNrtWIwW8Y=3D =3D7uiH -----END PGP SIGNATURE----- --Boundary-00=_Z76iAvk/FBGQwOB Content-Type: text/x-diff; charset="us-ascii"; name="tagFixes.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="tagFixes.diff" Content-length: 4408 Index: ChangeLog =================================================================== RCS file: /cvs/mauve/mauve/ChangeLog,v retrieving revision 1.588 diff -u -3 -p -r1.588 ChangeLog --- ChangeLog 25 Apr 2004 11:10:39 -0000 1.588 +++ ChangeLog 25 Apr 2004 12:09:20 -0000 @@ -1,3 +1,12 @@ +2004-04-25 Thomas Zander + + * gnu/testlet/java/beans/Introspector/jdk12.java: remove duplicate tag + * gnu/testlet/java/net/DatagramSocket/DatagramSocketTest2.java + gnu/testlet/java/security/AlgorithmParameterGenerator/MauveAlgorithm.java + gnu/testlet/java/security/AlgorithmParameters/MauveAlgorithm.java + gnu/testlet/java/security/KeyFactory/MauveAlgorithm.java + gnu/testlet/java/security/KeyPairGenerator/MauveAlgorithm.java: fix tag + 2004-04-25 Mark Wielaard * gnu/testlet/java/net/DatagramSocket/DatagramSocketTest2.java: Remove Index: gnu/testlet/java/beans/Introspector/jdk12.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/beans/Introspector/jdk12.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 jdk12.java --- gnu/testlet/java/beans/Introspector/jdk12.java 13 Nov 2002 13:31:51 -0000 1.2 +++ gnu/testlet/java/beans/Introspector/jdk12.java 25 Apr 2004 12:09:20 -0000 @@ -1,4 +1,4 @@ -// Tags: JDK1.2 JAVA2 +// Tags: JDK1.2 package gnu.testlet.java.beans.Introspector; import gnu.testlet.Testlet; Index: gnu/testlet/java/security//AlgorithmParameterGenerator/MauveAlgorithm.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/security/AlgorithmParameterGenerator/MauveAlgorithm.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 MauveAlgorithm.java --- gnu/testlet/java/security//AlgorithmParameterGenerator/MauveAlgorithm.java 20 Mar 2003 00:23:01 -0000 1.1 +++ gnu/testlet/java/security//AlgorithmParameterGenerator/MauveAlgorithm.java 25 Apr 2004 12:09:20 -0000 @@ -19,7 +19,7 @@ // the Free Software Foundation, 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// Tags: none +// Tags: not-a-test package gnu.testlet.java.security.AlgorithmParameterGenerator; import java.security.AlgorithmParameterGeneratorSpi; Index: gnu/testlet/java/security//AlgorithmParameters/MauveAlgorithm.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/security/AlgorithmParameters/MauveAlgorithm.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 MauveAlgorithm.java --- gnu/testlet/java/security//AlgorithmParameters/MauveAlgorithm.java 20 Mar 2003 00:24:01 -0000 1.1 +++ gnu/testlet/java/security//AlgorithmParameters/MauveAlgorithm.java 25 Apr 2004 12:09:20 -0000 @@ -19,7 +19,7 @@ // the Free Software Foundation, 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// Tags: none +// Tags: not-a-test package gnu.testlet.java.security.AlgorithmParameters; import java.io.IOException; Index: gnu/testlet/java/security//KeyFactory/MauveAlgorithm.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/security/KeyFactory/MauveAlgorithm.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 MauveAlgorithm.java --- gnu/testlet/java/security//KeyFactory/MauveAlgorithm.java 20 Mar 2003 00:25:31 -0000 1.1 +++ gnu/testlet/java/security//KeyFactory/MauveAlgorithm.java 25 Apr 2004 12:09:20 -0000 @@ -19,7 +19,7 @@ // the Free Software Foundation, 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// Tags: none +// Tags: not-a-test package gnu.testlet.java.security.KeyFactory; import java.security.KeyFactorySpi; Index: gnu/testlet/java/security//KeyPairGenerator/MauveAlgorithm.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/java/security/KeyPairGenerator/MauveAlgorithm.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 MauveAlgorithm.java --- gnu/testlet/java/security//KeyPairGenerator/MauveAlgorithm.java 20 Mar 2003 00:26:17 -0000 1.1 +++ gnu/testlet/java/security//KeyPairGenerator/MauveAlgorithm.java 25 Apr 2004 12:09:20 -0000 @@ -19,7 +19,7 @@ // the Free Software Foundation, 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// Tags: none +// Tags: not-a-test package gnu.testlet.java.security.KeyPairGenerator; import java.security.KeyPairGeneratorSpi; --Boundary-00=_Z76iAvk/FBGQwOB--