summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2000-11-03 07:57:59 +0000
committerKay Ramme <kr@openoffice.org>2000-11-03 07:57:59 +0000
commit41a0ba0a644386f855ba2300db4dc3896f353222 (patch)
treef9665fbb11fc97ad0712edaefd87065972d648c3
parent6f7907b206ceba643b0284df55dbccb53045cb72 (diff)
new: XConnection test component
-rw-r--r--jurt/test/com/sun/star/comp/connections/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/jurt/test/com/sun/star/comp/connections/makefile.mk b/jurt/test/com/sun/star/comp/connections/makefile.mk
index d0070b2c34ea..b17b4a741d5a 100644
--- a/jurt/test/com/sun/star/comp/connections/makefile.mk
+++ b/jurt/test/com/sun/star/comp/connections/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 15:27:54 $
+# last change: $Author: kr $ $Date: 2000-11-03 08:57:59 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,6 +74,7 @@ TARGET := test_com_sun_star_comp_connections
# Files --------------------------------------------------------
JAVACLASSFILES= \
+ $(CLASSDIR)$/$(PACKAGE)$/XConnection_Test.class \
$(CLASSDIR)$/$(PACKAGE)$/PipedConnection_Test.class
# --- Targets ------------------------------------------------------