summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:16:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:16:47 +0000
commitacc9a9e852b583f3d1cd3a6de54e0e38ed743cf5 (patch)
tree7cbdb966569b9707676f9e2c1e6fda2c890c6479 /jurt
parent265428fc2373f91e8ff9132e22a506e5ca02b67d (diff)
INTEGRATION: CWS uno4 (1.3.60); FILE MERGED
2003/05/07 12:37:34 sb 1.3.60.1: #108642# Cleaned up tests.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk40
1 files changed, 15 insertions, 25 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk b/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk
index aa709973b93c..9fdb9d4800ee 100644
--- a/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk
+++ b/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: kr $ $Date: 2001-05-17 12:55:06 $
+# last change: $Author: vg $ $Date: 2003-05-22 09:16:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -57,31 +57,21 @@
# Contributor(s): _______________________________________
#
#
-#
#*************************************************************************
-PRJ=..$/..$/..$/..$/..$/..$/..$/..
-
+PRJ := ..$/..$/..$/..$/..$/..$/..$/..
PRJNAME := jurt
-PACKAGE := com$/sun$/star$/lib$/uno$/environments$/remote
-TARGET := test_com_sun_star_lib_uno_environments_remote
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
+TARGET := test_com_sun_star_lib_uno_environments_remote
-# Files --------------------------------------------------------
-
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/MyInterface.class \
- $(CLASSDIR)$/$(PACKAGE)$/JobQueue_Test.class \
- $(CLASSDIR)$/$(PACKAGE)$/MyMessage.class \
- $(CLASSDIR)$/$(PACKAGE)$/MyReceiver.class \
- $(CLASSDIR)$/$(PACKAGE)$/IWorkAt.class \
- $(CLASSDIR)$/$(PACKAGE)$/WorkAt.class \
- $(CLASSDIR)$/$(PACKAGE)$/ThreadPool_Test.class
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
+PACKAGE := com$/sun$/star$/lib$/uno$/environments$/remote
+JAVATESTFILES := \
+ JobQueue_Test.java \
+ ThreadPool_Test.java
+JAVAFILES := \
+ TestIWorkAt.java \
+ TestMessage.java \
+ TestReceiver.java \
+ TestWorkAt.java
+JARFILES := ridl.jar sandbox.jar
+.INCLUDE: javaunittest.mk