From 2c3aa4f3a5c1e96ca6edd18d2e1a32f0272153a7 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 28 Jun 2012 17:05:40 +0100 Subject: remove malingering legacy RCS tags. --- jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java | 1 - jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java | 1 - jurt/com/sun/star/comp/connections/PipedConnection.java | 1 - jurt/com/sun/star/comp/loader/FactoryHelper.java | 1 - jurt/com/sun/star/comp/loader/JavaLoader.java | 1 - jurt/com/sun/star/comp/servicemanager/ServiceManager.java | 3 --- jurt/com/sun/star/comp/urlresolver/UrlResolver.java | 1 - jurt/com/sun/star/lib/connections/pipe/PipeConnection.java | 1 - jurt/com/sun/star/lib/connections/socket/SocketConnection.java | 1 - jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java | 1 - jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java | 1 - jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java | 1 - jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java | 1 - jurt/com/sun/star/lib/uno/environments/remote/Job.java | 1 - jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java | 1 - jurt/com/sun/star/uno/Ascii.java | 1 - jurt/com/sun/star/uno/AsciiString.java | 1 - jurt/com/sun/star/uno/MappingException.java | 1 - 18 files changed, 20 deletions(-) (limited to 'jurt') diff --git a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java index 105b761af486..ec19650bdbbf 100644 --- a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java +++ b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java @@ -56,7 +56,6 @@ import com.sun.star.uno.UnoRuntime; *

* This component is only usable for remote bridges. *

- * @version $Revision: 1.11 $ $ $Date: 2008-04-11 11:07:51 $ * @author Kay Ramme * @see com.sun.star.uno.UnoRuntime * @since UDK1.0 diff --git a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java index bf802f575187..4711b654ca33 100644 --- a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java +++ b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java @@ -32,7 +32,6 @@ import com.sun.star.comp.loader.FactoryHelper; * The ConstantInstanceProvider is a component * that implements the XInstanceProvider Interface. *

- * @version $Revision: 1.3 $ $ $Date: 2008-04-11 11:08:55 $ * @author Kay Ramme * @see com.sun.star.bridge.XBridge * @see com.sun.star.bridge.XBridgeFactory diff --git a/jurt/com/sun/star/comp/connections/PipedConnection.java b/jurt/com/sun/star/comp/connections/PipedConnection.java index 000445235a36..a972ea977fea 100644 --- a/jurt/com/sun/star/comp/connections/PipedConnection.java +++ b/jurt/com/sun/star/comp/connections/PipedConnection.java @@ -34,7 +34,6 @@ import com.sun.star.registry.XRegistryKey; * It is useful for Thread communication * in one Process. *

- * @version $Revision: 1.3 $ $ $Date: 2008-04-11 11:09:30 $ * @author Kay Ramme * @see com.sun.star.connections.XConnection * @see com.sun.star.loader.JavaLoader diff --git a/jurt/com/sun/star/comp/loader/FactoryHelper.java b/jurt/com/sun/star/comp/loader/FactoryHelper.java index 2dd36f4ffe0a..5353b11e4455 100644 --- a/jurt/com/sun/star/comp/loader/FactoryHelper.java +++ b/jurt/com/sun/star/comp/loader/FactoryHelper.java @@ -42,7 +42,6 @@ import com.sun.star.uno.Type; * This class has default implementations for getServiceFactory * and writeRegistryServiceInfo. *

- * @version $Revision: 1.9 $ $ $Date: 2008-04-11 11:10:09 $ * @author Kay Ramme * @see com.sun.star.lang.XMultiServiceFactory * @see com.sun.star.lang.XServiceInfo diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java index cffed887ce3b..7d145da3a2c5 100644 --- a/jurt/com/sun/star/comp/loader/JavaLoader.java +++ b/jurt/com/sun/star/comp/loader/JavaLoader.java @@ -62,7 +62,6 @@ import com.sun.star.uno.AnyConverter; * service. Therefor the JavaLoader activates external UNO components which are implemented in Java. * The loader is used by the ServiceManger. *

- * @version $Revision: 1.16 $ $ $Date: 2008-04-11 11:10:31 $ * @author Markus Herzog * @see com.sun.star.loader.XImplementationLoader * @see com.sun.star.loader.Java diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index c1366a90287e..495384a9ef05 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -58,7 +58,6 @@ import java.lang.reflect.InvocationTargetException; * calls to the implementing objects and are used instead of casts * and identity comparisons. *

- * @version $Revision: 1.10 $ $ $Date: 2008-04-11 11:11:46 $ * @author Markus Herzog * @see com.sun.star.lang.XMultiServiceFactory * @see com.sun.star.container.XSet @@ -743,7 +742,6 @@ public class ServiceManager implements XMultiServiceFactory, * implementation of the @see com.sun.star.container.XEnumeration interface. * It is a inner wrapper for a java.util.Enumeration object. *

- * @version $Revision: 1.10 $ $ $Date: 2008-04-11 11:11:46 $ * @author Markus Herzog * @see com.sun.star.lang.XSingleServiceFactory * @see com.sun.star.lang.XServiceInfo @@ -814,7 +812,6 @@ public class ServiceManager implements XMultiServiceFactory, * com.sun.star.lang.XSingleServiceFactory and the com.sun.star.lang.XServiceInfo * interfaces. *

- * @version $Revision: 1.10 $ $ $Date: 2008-04-11 11:11:46 $ * @author Markus Herzog * @see com.sun.star.lang.XSingleServiceFactory * @see com.sun.star.lang.XServiceInfo diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java index 7ab488ab9d52..fefe9cad0c7a 100644 --- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java +++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java @@ -42,7 +42,6 @@ import com.sun.star.uno.UnoRuntime; /** * This component gives a factory for an UnoUrlResolver service. *

- * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:12:25 $ * @author Kay Ramme * @see com.sun.star.brige.XBrideFactory * @see com.sun.star.connection.Connector diff --git a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java index a5b8bacd05c4..bb8bfa29e3d4 100644 --- a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java +++ b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java @@ -35,7 +35,6 @@ import com.sun.star.connection.XConnectionBroadcaster; * and is uses by the PipeConnector and the PipeAcceptor. * This class is not part of the provided api. *

- * @version $Revision: 1.7 $ $ $Date: 2008-04-11 11:13:00 $ * @author Kay Ramme * @see com.sun.star.comp.connections.PipeAcceptor * @see com.sun.star.comp.connections.PipeConnector diff --git a/jurt/com/sun/star/lib/connections/socket/SocketConnection.java b/jurt/com/sun/star/lib/connections/socket/SocketConnection.java index 6e4b3c8a03f9..308d7d37219a 100644 --- a/jurt/com/sun/star/lib/connections/socket/SocketConnection.java +++ b/jurt/com/sun/star/lib/connections/socket/SocketConnection.java @@ -40,7 +40,6 @@ import com.sun.star.connection.XConnectionBroadcaster; * and is uses by the SocketConnector and the SocketAcceptor. * This class is not part of the provided api. *

- * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:14:31 $ * @author Kay Ramme * @see com.sun.star.comp.connections.SocketAcceptor * @see com.sun.star.comp.connections.SocketConnector diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index 04d90d5e966c..b2d3a98bff97 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java @@ -71,7 +71,6 @@ import com.sun.star.uno.Any; * The protocol to used is passed by name, the bridge * then looks for it under com.sun.star.lib.uno.protocols. *

- * @version $Revision: 1.45 $ $ $Date: 2008-04-11 11:18:08 $ * @author Kay Ramme * @since UDK1.0 */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java index 606b59c4c09b..5a045efca68e 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java @@ -21,7 +21,6 @@ package com.sun.star.lib.uno.environments.remote; /** * An abstraction for giving back a reply for a request. * - * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:19:43 $ * @author Kay Ramme * @see com.sun.star.uno.IQueryInterface */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java index 4f5d2dc01957..0fd151d16c8a 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java @@ -22,7 +22,6 @@ package com.sun.star.lib.uno.environments.remote; * This interface is an abstraction of the various * threadpool implementations. *

- * @version $Revision: 1.7 $ $ $Date: 2008-04-11 11:20:01 $ * @author Joerg Budischewski * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadPoolFactory diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java index b2787f5be676..af1e4f2551f2 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java @@ -21,7 +21,6 @@ package com.sun.star.lib.uno.environments.remote; /** * This class implements a java thread pool. *

- * @version $Revision: 1.13 $ $ $Date: 2008-04-11 11:20:22 $ * @author Kay Ramme * @see com.sun.star.uno.UnoRuntime * @see com.sun.star.lib.uno.environments.remote.ThreadPool diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Job.java b/jurt/com/sun/star/lib/uno/environments/remote/Job.java index ac3bb6c468d9..df1f49d7d525 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/Job.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/Job.java @@ -36,7 +36,6 @@ import com.sun.star.uno.XCurrentContext; * The Job is an abstraction for tasks which have to be done * remotely because of a method invocation. *

- * @version $Revision: 1.17 $ $ $Date: 2008-04-11 11:21:00 $ * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadID * @see com.sun.star.lib.uno.environments.remote.IReceiver diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java index 672d12d4e453..6c96bbe578ae 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java @@ -29,7 +29,6 @@ import com.sun.star.lang.DisposedException; * (put by putjob) into the async queue, which is only * known by the sync queue. *

- * @version $Revision: 1.19 $ $ $Date: 2008-04-11 11:21:18 $ * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadPool * @see com.sun.star.lib.uno.environments.remote.Job diff --git a/jurt/com/sun/star/uno/Ascii.java b/jurt/com/sun/star/uno/Ascii.java index fed2f505005c..53d8905a797a 100644 --- a/jurt/com/sun/star/uno/Ascii.java +++ b/jurt/com/sun/star/uno/Ascii.java @@ -21,7 +21,6 @@ package com.sun.star.uno; /** * The Ascii class represents the IDL build in type ascii. *

- * @version $Revision: 1.5 $ $ $Date: 2008-04-11 11:27:21 $ * @author Markus Meyer * @deprecated do not use */ diff --git a/jurt/com/sun/star/uno/AsciiString.java b/jurt/com/sun/star/uno/AsciiString.java index b7f5cb2860ea..172054533a26 100644 --- a/jurt/com/sun/star/uno/AsciiString.java +++ b/jurt/com/sun/star/uno/AsciiString.java @@ -21,7 +21,6 @@ package com.sun.star.uno; /** * The Ascii class represents the IDL build in type asciistring. *

- * @version $Revision: 1.5 $ $ $Date: 2008-04-11 11:27:42 $ * @author Markus Meyer * @deprecated do not use */ diff --git a/jurt/com/sun/star/uno/MappingException.java b/jurt/com/sun/star/uno/MappingException.java index c398867969ce..c1054ce9a8e8 100644 --- a/jurt/com/sun/star/uno/MappingException.java +++ b/jurt/com/sun/star/uno/MappingException.java @@ -24,7 +24,6 @@ package com.sun.star.uno; * The exception is replaced by the com.sun.star.lang.DisposedException. * @deprecated since UDK 3.0.2 *

- * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:28:00 $ * @see com.sun.star.uno.UnoRuntime * @see com.sun.star.uno.IQueryInterface * @see com.sun.star.uno.IBridge -- cgit v1.2.3