summaryrefslogtreecommitdiff
path: root/ridljar/test
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:33:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:33:58 +0000
commitf867096a568457ce687983e630a85d998631f067 (patch)
tree086ec59cf2277d031f9dedbb7c03b695a5b0e5e7 /ridljar/test
parentcb7e80197738de7c14b59ae6e95a7a2915b05f39 (diff)
INTEGRATION: CWS uno4 (1.1.44); FILE MERGED
2003/05/07 12:34:11 sb 1.1.44.2: #108642# Adapted to javaunittest.mk. 2003/04/30 15:35:19 sb 1.1.44.1: #108642# Made test run and adapted it to qadevOOo.
Diffstat (limited to 'ridljar/test')
-rw-r--r--ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk32
1 files changed, 7 insertions, 25 deletions
diff --git a/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk b/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk
index fe1bfefc1d15..85f3fcc02c11 100644
--- a/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk
+++ b/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: kr $ $Date: 2001-09-11 15:57:18 $
+# last change: $Author: vg $ $Date: 2003-05-22 09:33:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -57,31 +57,13 @@
# Contributor(s): _______________________________________
#
#
-#
#*************************************************************************
-PRJ=..$/..$/..$/..$/..$/..$/..
-
+PRJ := ..$/..$/..$/..$/..$/..$/..
PRJNAME := ridljar
-PACKAGE := com$/sun$/star$/lib$/uno$/typedesc
-TARGET := test_com_sun_star_lib_uno_typedesc
-
-
-# --- Settings -----------------------------------------------------
-.INCLUDE : settings.mk
-
-JARFILES = sandbox.jar
-JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES)))
-
+TARGET := test_com_sun_star_lib_uno_typedesc
-# Files --------------------------------------------------------
-
-
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/TypeDescription_Test.class
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
+PACKAGE := com$/sun$/star$/lib$/uno$/typedesc
+JAVATESTFILES := TypeDescription_Test.java
+.INCLUDE: javaunittest.mk