From b466f9c3d1b915a89e93a9be23fe1b4744af3b22 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 10 Mar 2005 14:16:48 +0000 Subject: [PATCH] INTEGRATION: CWS dba24 (1.3.54); FILE MERGED 2005/02/22 11:41:35 oj 1.3.54.1: #i43296# remove find and append java names directly --- connectivity/qa/drivers/dbase/makefile.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/connectivity/qa/drivers/dbase/makefile.mk b/connectivity/qa/drivers/dbase/makefile.mk index 4532d17acba3..f16ee60701a5 100644 --- a/connectivity/qa/drivers/dbase/makefile.mk +++ b/connectivity/qa/drivers/dbase/makefile.mk @@ -3,9 +3,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Date: 2004-07-23 14:28:53 $ +# last change: $Date: 2005-03-10 15:16:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,7 +73,12 @@ PACKAGE = complex$/connectivity #----- compile .java files ----------------------------------------- JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar -JAVAFILES = $(shell $(FIND) .$/*.java) +JAVAFILES =\ + DBaseDateFunctions.java\ + DBaseDriverTest.java\ + DBaseNumericFunctions.java\ + DBaseStringFunctions.java + JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) #----- make a jar from compiled files ------------------------------