From f867096a568457ce687983e630a85d998631f067 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 22 May 2003 08:33:58 +0000 Subject: 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. --- .../test/com/sun/star/lib/uno/typedesc/makefile.mk | 32 +++++----------------- 1 file changed, 7 insertions(+), 25 deletions(-) (limited to 'ridljar/test') 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 -- cgit