summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:11:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:11:57 +0000
commitab0c940fc523d47f9fc62dbe0f8f27a27901f0dd (patch)
tree76512eb931e6a8464221463e1677d8611d71447d /jurt
parent01438877ac7231fa3af967c9f10b3bd4e192b838 (diff)
INTEGRATION: CWS uno4 (1.3.2); FILE MERGED
2003/05/07 12:37:23 sb 1.3.2.1: #108642# Cleaned up tests.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk33
1 files changed, 10 insertions, 23 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
index 813328fb032d..f0965a734b96 100644
--- a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
+++ b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2003-04-23 17:07:13 $
+# last change: $Author: vg $ $Date: 2003-05-22 09:11:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -57,29 +57,16 @@
# Contributor(s): _______________________________________
#
#
-#
#*************************************************************************
-PRJ=..$/..$/..$/..$/..$/..$/..$/..
-
+PRJ := ..$/..$/..$/..$/..$/..$/..$/..
PRJNAME := jurt
-PACKAGE := com$/sun$/star$/lib$/uno$/bridges$/java_remote
-TARGET := test_com_sun_star_lib_uno_bridges_java_remote
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# Files --------------------------------------------------------
+TARGET := test_com_sun_star_lib_uno_bridges_java_remote
+PACKAGE := com$/sun$/star$/lib$/uno$/bridges$/java_remote
+JAVATESTFILES := \
+ ProxyFactory_Test.java \
+ java_remote_bridge_Test.java
+JARFILES := ridl.jar sandbox.jar
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/ProxyTest.class \
- $(CLASSDIR)$/$(PACKAGE)$/TestInterface.class \
- $(CLASSDIR)$/$(PACKAGE)$/java_remote_bridge_Test.class
-
-# --- Targets ------------------------------------------------------
-
-
-.INCLUDE : target.mk
-
+.INCLUDE: javaunittest.mk