diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:12:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:12:38 +0000 |
commit | 1287fe98b07c030cdcedfa47e2dfd3b6e8164563 (patch) | |
tree | 9c722d367d2c5a5d433506db3c244e85e16c5630 /jurt | |
parent | 5f1072c9dc6dbd1ddf1096908bdd5feaccd0be91 (diff) |
INTEGRATION: CWS uno4 (1.4.2); FILE MERGED
2003/05/07 12:37:26 sb 1.4.2.1: #108642# Cleaned up tests.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/test/com/sun/star/lib/uno/environments/java/makefile.mk | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/environments/java/makefile.mk b/jurt/test/com/sun/star/lib/uno/environments/java/makefile.mk index 4ba6702305f9..360c74ae5340 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/java/makefile.mk +++ b/jurt/test/com/sun/star/lib/uno/environments/java/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2003-04-23 17:07:32 $ +# last change: $Author: vg $ $Date: 2003-05-22 09:12:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -57,28 +57,14 @@ # Contributor(s): _______________________________________ # # -# #************************************************************************* -PRJ=..$/..$/..$/..$/..$/..$/..$/.. - +PRJ := ..$/..$/..$/..$/..$/..$/..$/.. PRJNAME := jurt -PACKAGE := com$/sun$/star$/lib$/uno$/environments$/java -TARGET := test_com_sun_star_lib_uno_environments_java - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# Files -------------------------------------------------------- - +TARGET := test_com_sun_star_lib_uno_environments_java +PACKAGE := com$/sun$/star$/lib$/uno$/environments$/java +JAVATESTFILES := java_environment_Test.java +JARFILES := ridl.jar sandbox.jar -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/java_environment_Test.class - - -# --- Targets ------------------------------------------------------ - - -.INCLUDE : target.mk - +.INCLUDE: javaunittest.mk |