From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14174 invoked by alias); 25 Jun 2008 08:02:57 -0000 Received: (qmail 14162 invoked by uid 22791); 25 Jun 2008 08:02:52 -0000 X-Spam-Check-By: sourceware.org Received: from vegas.theobroma-systems.com (HELO mail.theobroma-systems.com) (88.198.52.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jun 2008 08:02:19 +0000 Received: from [86.59.122.178] (port=46544 helo=[10.0.2.106]) by mail.theobroma-systems.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1KBPxG-0008BT-16 for mauve-patches@sourceware.org; Wed, 25 Jun 2008 10:02:16 +0200 Subject: build directory support, part 2, patch 2: Uses tags for org/omg From: Christian Thalinger To: mauve-patches ml Content-Type: text/plain Date: Wed, 25 Jun 2008 08:02:00 -0000 Message-Id: <1214380932.4472.11.camel@cthalinger.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2008/txt/msg00047.txt.bz2 Index: gnu/testlet/org/omg/CORBA/Any/testAny.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA/Any/testAny.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 testAny.java --- gnu/testlet/org/omg/CORBA/Any/testAny.java 18 May 2005 21:56:36 -0000 1.1 +++ gnu/testlet/org/omg/CORBA/Any/testAny.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,5 @@ // Tags: JDK1.2 +// Uses: ../Asserter // Copyright (C) 2005 Audrius Meskauskas (AudriusA@Bioinformatics.org) Index: gnu/testlet/org/omg/CORBA/ORB/DirectTest.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA/ORB/DirectTest.java,v retrieving revision 1.4 diff -u -3 -p -r1.4 DirectTest.java --- gnu/testlet/org/omg/CORBA/ORB/DirectTest.java 13 Oct 2005 21:12:08 -0000 1.4 +++ gnu/testlet/org/omg/CORBA/ORB/DirectTest.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,6 @@ // Tags: JDK1.2 +// Uses: ../Asserter + /* DirectTest.java -- Copyright (C) 2005 Free Software Foundation, Inc. Index: gnu/testlet/org/omg/CORBA/ORB/comServer.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA/ORB/comServer.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 comServer.java --- gnu/testlet/org/omg/CORBA/ORB/comServer.java 11 Jun 2005 17:32:42 -0000 1.2 +++ gnu/testlet/org/omg/CORBA/ORB/comServer.java 25 Jun 2008 07:57:17 -0000 @@ -1,3 +1,6 @@ +// Tags: not-a-test +// Uses: ../../CORBA_2_3/ORB/Valtype/GreetingsServant + /* comServer.java -- Copyright (C) 2005 Free Software Foundation, Inc. Index: gnu/testlet/org/omg/CORBA/ORB/RF11/rf11Caller.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA/ORB/RF11/rf11Caller.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 rf11Caller.java --- gnu/testlet/org/omg/CORBA/ORB/RF11/rf11Caller.java 4 Jun 2005 12:00:34 -0000 1.1 +++ gnu/testlet/org/omg/CORBA/ORB/RF11/rf11Caller.java 25 Jun 2008 07:57:17 -0000 @@ -1,3 +1,6 @@ +// Tags: not-a-test +// Uses: ../../Asserter + // Copyright (c) 2000, 2001 NEC Corporation. // Adapted for Mauve by Audrius Meskauskas Index: gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/GreetingsServant.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/GreetingsServant.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 GreetingsServant.java --- gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/GreetingsServant.java 11 Jun 2005 17:32:42 -0000 1.1 +++ gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/GreetingsServant.java 25 Jun 2008 07:57:17 -0000 @@ -1,3 +1,6 @@ +// Tags: not-a-test +// Uses: _GreetingsImplBase Greetings cmInfoHolder InfoHolder + /* * This file is part of the CORBA 2_3 tests, the test executable * class being gnu.testlet.org.omg.CORBA_2_3.ORB.ValueTypeTest. Index: gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/Info.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/Info.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 Info.java --- gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/Info.java 29 Jun 2006 18:27:09 -0000 1.2 +++ gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/Info.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,6 @@ // Tags: not-a-test +// Uses: InfoHelper + /* * This file is part of the CORBA 2_3 tests, the test executable * class being gnu.testlet.org.omg.CORBA_2_3.ORB.ValueTypeTest. Index: gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/InfoHelper.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/InfoHelper.java,v retrieving revision 1.3 diff -u -3 -p -r1.3 InfoHelper.java --- gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/InfoHelper.java 29 Jun 2006 18:27:09 -0000 1.3 +++ gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/InfoHelper.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,6 @@ // Tags: not-a-test +// Uses: InfoImpl InfoValueFactory + /* * This file is part of the CORBA 2_3 tests, the test executable * class being gnu.testlet.org.omg.CORBA_2_3.ORB.ValueTypeTest. Index: gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/InfoHolder.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/InfoHolder.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 InfoHolder.java --- gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/InfoHolder.java 11 Jun 2005 17:32:42 -0000 1.1 +++ gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/InfoHolder.java 25 Jun 2008 07:57:17 -0000 @@ -1,3 +1,6 @@ +// Tags: not-a-test +// Uses: Info InfoImpl InfoHelper + /* * This file is part of the CORBA 2_3 tests, the test executable * class being gnu.testlet.org.omg.CORBA_2_3.ORB.ValueTypeTest. Index: gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/_GreetingsImplBase.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/_GreetingsImplBase.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 _GreetingsImplBase.java --- gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/_GreetingsImplBase.java 29 Jun 2006 18:27:09 -0000 1.2 +++ gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/_GreetingsImplBase.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,6 @@ // Tags: not-a-test +// Uses: cmInfoHolder _GreetingsStub + /* * This file is part of the CORBA 2_3 tests, the test executable * class being gnu.testlet.org.omg.CORBA_2_3.ORB.ValueTypeTest. Index: gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/_GreetingsStub.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/_GreetingsStub.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 _GreetingsStub.java --- gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/_GreetingsStub.java 11 Jun 2005 17:32:42 -0000 1.1 +++ gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/_GreetingsStub.java 25 Jun 2008 07:57:17 -0000 @@ -1,3 +1,6 @@ +// Tags: not-a-test +// Uses: cmInfoHelper InfoHolder + /* * This file is part of the CORBA 2_3 tests, the test executable * class being gnu.testlet.org.omg.CORBA_2_3.ORB.ValueTypeTest. Index: gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/cmInfoHolder.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/cmInfoHolder.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 cmInfoHolder.java --- gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/cmInfoHolder.java 11 Jun 2005 17:32:42 -0000 1.1 +++ gnu/testlet/org/omg/CORBA_2_3/ORB/Valtype/cmInfoHolder.java 25 Jun 2008 07:57:17 -0000 @@ -1,3 +1,6 @@ +// Tags: not-a-test +// Uses: cmInfo cmInfoHelper + /* * This file is part of the CORBA 2_3 tests, the test executable * class being gnu.testlet.org.omg.CORBA_2_3.ORB.ValueTypeTest. Index: gnu/testlet/org/omg/DynamicAny/DynAny/BasicTest.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/DynamicAny/DynAny/BasicTest.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 BasicTest.java --- gnu/testlet/org/omg/DynamicAny/DynAny/BasicTest.java 7 Aug 2005 17:28:22 -0000 1.1 +++ gnu/testlet/org/omg/DynamicAny/DynAny/BasicTest.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,5 @@ // Tags: JDK1.4 +// Uses: ../../PortableServer/POA/TestBase // Copyright (c) IONA Technologies, 2001. Index: gnu/testlet/org/omg/PortableInterceptor/Interceptor/testInterceptors.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/PortableInterceptor/Interceptor/testInterceptors.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 testInterceptors.java --- gnu/testlet/org/omg/PortableInterceptor/Interceptor/testInterceptors.java 13 Oct 2005 08:46:29 -0000 1.2 +++ gnu/testlet/org/omg/PortableInterceptor/Interceptor/testInterceptors.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,6 @@ // Tags: JDK1.4 +// Uses: ../../CORBA/Asserter ../../PortableServer/POAOperations/communication/ourUserException ../../PortableServer/POAOperations/communication/poa_Servant ../../PortableServer/POAOperations/communication/poa_comTester ../../PortableServer/POAOperations/communication/poa_comTesterHelper + // Copyright (C) 2005 Audrius Meskauskas (AudriusA@Bioinformatics.org) // Mauve is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by Index: gnu/testlet/org/omg/PortableServer/POAOperations/poa_POA_test.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/PortableServer/POAOperations/poa_POA_test.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 poa_POA_test.java --- gnu/testlet/org/omg/PortableServer/POAOperations/poa_POA_test.java 28 Oct 2005 09:00:59 -0000 1.2 +++ gnu/testlet/org/omg/PortableServer/POAOperations/poa_POA_test.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,5 @@ // Tags: JDK1.4 +// Uses: ../../CORBA/Asserter // Copyright (C) 2005 Audrius Meskauskas (AudriusA@Bioinformatics.org) Index: gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_Servant.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_Servant.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 poa_Servant.java --- gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_Servant.java 22 Jul 2005 17:29:10 -0000 1.1 +++ gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_Servant.java 25 Jun 2008 07:57:17 -0000 @@ -1,3 +1,6 @@ +// Tags: not-a-test +// Uses: poa_comTesterPOA + // Copyright (C) 2005 Audrius Meskauskas (AudriusA@Bioinformatics.org) // Mauve is free software; you can redistribute it and/or modify Index: gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_Server.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_Server.java,v retrieving revision 1.1 diff -u -3 -p -r1.1 poa_Server.java --- gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_Server.java 22 Jul 2005 17:29:10 -0000 1.1 +++ gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_Server.java 25 Jun 2008 07:57:17 -0000 @@ -1,3 +1,6 @@ +// Tags: not-a-test +// Uses: ../poa_POA_test + // Copyright (C) 2005 Audrius Meskauskas (AudriusA@Bioinformatics.org) // Mauve is free software; you can redistribute it and/or modify Index: gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_comTesterHelper.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_comTesterHelper.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 poa_comTesterHelper.java --- gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_comTesterHelper.java 29 Jun 2006 18:27:09 -0000 1.2 +++ gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_comTesterHelper.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,6 @@ // Tags: not-a-test +// Uses: poa_comTesterStub + // Copyright (C) 2005 Audrius Meskauskas (AudriusA@Bioinformatics.org) // Mauve is free software; you can redistribute it and/or modify Index: gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_comTesterPOA.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_comTesterPOA.java,v retrieving revision 1.2 diff -u -3 -p -r1.2 poa_comTesterPOA.java --- gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_comTesterPOA.java 29 Jun 2006 18:27:09 -0000 1.2 +++ gnu/testlet/org/omg/PortableServer/POAOperations/communication/poa_comTesterPOA.java 25 Jun 2008 07:57:17 -0000 @@ -1,4 +1,6 @@ // Tags: not-a-test +// Uses: poa_comTesterOperations ourUserExceptionHelper + // Copyright (C) 2005 Audrius Meskauskas (AudriusA@Bioinformatics.org) // Mauve is free software; you can redistribute it and/or modify