diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:22:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:22:16 +0000 |
commit | ad221422bc72394188f459cbb6656d7557316004 (patch) | |
tree | 1cf37fbdca1128575badefda49f3d3f241510519 /jurt | |
parent | 62439b90bded77a5a20f96b3d83b3cd4bde7e15c (diff) |
INTEGRATION: CWS uno4 (1.3.36); FILE MERGED
2003/05/09 10:25:27 sb 1.3.36.3: #108642# Brought WeakReference_Test back here...
2003/05/08 14:01:31 sb 1.3.36.2: #108642# Moved WeakReference_Test.java to javaunohelper to avoid circular dependencies.
2003/05/07 12:37:44 sb 1.3.36.1: #108642# Cleaned up tests.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/test/com/sun/star/uno/makefile.mk | 34 |
1 files changed, 11 insertions, 23 deletions
diff --git a/jurt/test/com/sun/star/uno/makefile.mk b/jurt/test/com/sun/star/uno/makefile.mk index 85fa142d46d4..18d8d3d3ae4a 100644 --- a/jurt/test/com/sun/star/uno/makefile.mk +++ b/jurt/test/com/sun/star/uno/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jl $ $Date: 2002-03-26 09:04:47 $ +# last change: $Author: vg $ $Date: 2003-05-22 09:22:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,27 +60,15 @@ # #************************************************************************* -PRJ=..$/..$/..$/..$/.. - +PRJ := ..$/..$/..$/..$/.. PRJNAME := jurt -PACKAGE := com$/sun$/star$/uno -TARGET := test_com_sun_star_uno - - -RDB= $(SOLARBINDIR)$/applicat.rdb - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk +TARGET := test_com_sun_star_uno -# Files -------------------------------------------------------- - -JARFILES = ridl.jar jurt.jar - -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/UnoRuntime_Test.class \ - $(CLASSDIR)$/$(PACKAGE)$/AnyConverter_Test.class - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk +PACKAGE := com$/sun$/star$/uno +JAVATESTFILES := \ + AnyConverter_Test.java \ + UnoRuntime_Test.java \ + WeakReference_Test.java +JARFILES := ridl.jar sandbox.jar +.INCLUDE: javaunittest.mk |