Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 80879 invoked from network); 2 May 2005 19:39:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2005 19:39:45 -0000 Received: (qmail 5362 invoked by uid 500); 2 May 2005 19:39:45 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 5331 invoked by uid 500); 2 May 2005 19:39:44 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 5139 invoked by uid 500); 2 May 2005 19:39:41 -0000 Received: (qmail 5111 invoked by uid 99); 2 May 2005 19:39:41 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 02 May 2005 12:39:37 -0700 Received: (qmail 80314 invoked by uid 65534); 2 May 2005 19:37:48 -0000 Message-ID: <20050502193748.80313.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r165666 [2/2] - in /jakarta/commons/proper/discovery/trunk: sandbox/java/org/apache/commons/discovery/ sandbox/java/org/apache/commons/discovery/ant/ sandbox/java/org/apache/commons/discovery/jdk/ sandbox/java/org/apache/commons/discovery/listeners/ sandbox/java/org/apache/commons/discovery/log/ sandbox/java/org/apache/commons/discovery/resource/ sandbox/java/org/apache/commons/discovery/resource/classes/ sandbox/java/org/apache/commons/discovery/resource/names/ sandbox/java/org/apache/commons/discovery/tools/ sandbox/test/org/apache/commons/discovery/test/ src/java/org/apache/commons/discovery/ src/java/org/apache/commons/discovery/ant/ src/java/org/apache/commons/discovery/jdk/ src/java/org/apache/commons/discovery/log/ src/java/org/apache/commons/discovery/resource/ src/java/org/apache/commons/discovery/resource/classes/ src/java/org/apache/commons/discovery/resource/names/ src/java/org/apache/commons/discovery/tools/ src/test/org/apache/commons/discovery/test/ xdocs/ Date: Mon, 02 May 2005 19:37:30 -0000 To: commons-cvs@jakarta.apache.org From: rwinston@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: jakarta/commons/proper/discovery/trunk/src/java/org/apache/common= s/discovery/tools/PropertiesHolder.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/java/org/apache/commons/discovery/tools/PropertiesHolder.java?rev=3D1656= 66&r1=3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/java/org/apache/commons/disc= overy/tools/PropertiesHolder.java (original) +++ jakarta/commons/proper/discovery/trunk/src/java/org/apache/commons/disc= overy/tools/PropertiesHolder.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/java/org/apache/common= s/discovery/tools/ResourceUtils.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/java/org/apache/commons/discovery/tools/ResourceUtils.java?rev=3D165666&= r1=3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/java/org/apache/commons/disc= overy/tools/ResourceUtils.java (original) +++ jakarta/commons/proper/discovery/trunk/src/java/org/apache/commons/disc= overy/tools/ResourceUtils.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/java/org/apache/common= s/discovery/tools/SPInterface.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/java/org/apache/commons/discovery/tools/SPInterface.java?rev=3D165666&r1= =3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/java/org/apache/commons/disc= overy/tools/SPInterface.java (original) +++ jakarta/commons/proper/discovery/trunk/src/java/org/apache/commons/disc= overy/tools/SPInterface.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/java/org/apache/common= s/discovery/tools/Service.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/java/org/apache/commons/discovery/tools/Service.java?rev=3D165666&r1=3D1= 65665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/java/org/apache/commons/disc= overy/tools/Service.java (original) +++ jakarta/commons/proper/discovery/trunk/src/java/org/apache/commons/disc= overy/tools/Service.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/test/org/apache/common= s/discovery/test/TestAll.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/test/org/apache/commons/discovery/test/TestAll.java?rev=3D165666&r1=3D16= 5665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestAll.java (original) +++ jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestAll.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/test/org/apache/common= s/discovery/test/TestImpl1_1.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/test/org/apache/commons/discovery/test/TestImpl1_1.java?rev=3D165666&r1= =3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestImpl1_1.java (original) +++ jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestImpl1_1.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/test/org/apache/common= s/discovery/test/TestImpl1_2.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/test/org/apache/commons/discovery/test/TestImpl1_2.java?rev=3D165666&r1= =3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestImpl1_2.java (original) +++ jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestImpl1_2.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/test/org/apache/common= s/discovery/test/TestImpl2_1.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/test/org/apache/commons/discovery/test/TestImpl2_1.java?rev=3D165666&r1= =3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestImpl2_1.java (original) +++ jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestImpl2_1.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/test/org/apache/common= s/discovery/test/TestImpl2_2.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/test/org/apache/commons/discovery/test/TestImpl2_2.java?rev=3D165666&r1= =3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestImpl2_2.java (original) +++ jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestImpl2_2.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/test/org/apache/common= s/discovery/test/TestInterface1.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/test/org/apache/commons/discovery/test/TestInterface1.java?rev=3D165666&= r1=3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestInterface1.java (original) +++ jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestInterface1.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/src/test/org/apache/common= s/discovery/test/TestInterface2.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/s= rc/test/org/apache/commons/discovery/test/TestInterface2.java?rev=3D165666&= r1=3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestInterface2.java (original) +++ jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/disc= overy/test/TestInterface2.java Mon May 2 12:37:26 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/commons/proper/discovery/trunk/xdocs/index.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/x= docs/index.xml?rev=3D165666&r1=3D165665&r2=3D165666&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/discovery/trunk/xdocs/index.xml (original) +++ jakarta/commons/proper/discovery/trunk/xdocs/index.xml Mon May 2 12:37= :26 2005 @@ -1,6 +1,6 @@