summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:19:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:19:35 +0000
commit31da40add4a008817218d0464f9b8550b98f95b6 (patch)
tree8514ab7b023bf0282152be890f776ea8a91e5a96 /jurt
parentf1186e1c5e7b31201ceb17b6b58ba340c953fe6c (diff)
INTEGRATION: CWS uno4 (1.1.1.1.72); FILE MERGED
2003/05/07 12:37:42 sb 1.1.1.1.72.1: #108642# Cleaned up tests.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/util/makefile.mk33
1 files changed, 10 insertions, 23 deletions
diff --git a/jurt/test/com/sun/star/lib/util/makefile.mk b/jurt/test/com/sun/star/lib/util/makefile.mk
index 9270050562b8..b0c11c9a8dc9 100644
--- a/jurt/test/com/sun/star/lib/util/makefile.mk
+++ b/jurt/test/com/sun/star/lib/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 15:27:56 $
+# last change: $Author: vg $ $Date: 2003-05-22 09:19:35 $
#
# 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$/util
-TARGET := test_com_sun_star_lib_util
-
-
-# --- Settings -----------------------------------------------------
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
+TARGET := test_com_sun_star_lib_util
-# Files --------------------------------------------------------
-
-JARFILES = sandbox.jar
-
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/WeakTable_Test.class
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
+PACKAGE := com$/sun$/star$/lib$/util
+JAVATESTFILES := \
+ NativeLibraryLoader_Test.java \
+ WeakTable_Test.java
+JARFILES := sandbox.jar
+.INCLUDE: javaunittest.mk