Tag: cws_src680_dba24
User: oj      
Date: 05/02/22 03:41:38

Modified:
 /dba/connectivity/qa/drivers/dbase/
  makefile.mk

Log:
 #i43296# remove find and append java names directly

File Changes:

Directory: /dba/connectivity/qa/drivers/dbase/
==============================================

File [changed]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/qa/drivers/dbase/makefile.mk?r1=1.3&r2=1.3.54.1
Delta lines:  +9 -4
-------------------
--- makefile.mk 23 Jul 2004 14:28:53 -0000      1.3
+++ makefile.mk 22 Feb 2005 11:41:35 -0000      1.3.54.1
@@ -3,9 +3,9 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.3 $
+#   $Revision: 1.3.54.1 $
 #
-#   last change: $Date: 2004/07/23 14:28:53 $
+#   last change: $Date: 2005/02/22 11:41:35 $
 #
 #   The Contents of this file are made available subject to the terms of
 #   either of the following licenses
@@ -73,7 +73,12 @@
 #----- 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 ------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to