diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:16:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:16:47 +0000 |
commit | b1d6b141e05334319574b96141563bd3faaa825a (patch) | |
tree | 7700f16d6d72085a94d90d72966bf3506d334da2 /jurt | |
parent | 0a3d051e86af335af766e8b1aed07f469e51efac (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.mk | 40 |
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 aa709973b..9fdb9d480 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 |