public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* build directory support, part 2, patch 2: Uses tags for org/omg
@ 2008-06-25  8:02 Christian Thalinger
  0 siblings, 0 replies; only message in thread
From: Christian Thalinger @ 2008-06-25  8:02 UTC (permalink / raw)
  To: mauve-patches ml

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 <audriusa@bluewin.ch>
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-25  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-25  8:02 build directory support, part 2, patch 2: Uses tags for org/omg Christian Thalinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).