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

Modified:
 /dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/
  makefile.mk

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

File Changes:

Directory: /dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/
============================================================

File [changed]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk?r1=1.3&r2=1.3.20.1
Delta lines:  +12 -4
--------------------
--- makefile.mk 25 Jan 2005 15:06:08 -0000      1.3
+++ makefile.mk 22 Feb 2005 11:41:10 -0000      1.3.20.1
@@ -2,9 +2,9 @@
 # 
 #   $RCSfile: makefile.mk,v $ 
 # 
-#   $Revision: 1.3 $ 
+#   $Revision: 1.3.20.1 $ 
 #
-#   last change: $Author: obo $ $Date: 2005/01/25 15:06:08 $ 
+#   last change: $Author: oj $ $Date: 2005/02/22 11:41:10 $ 
 # 
 #   The Contents of this file are made available subject to the terms of 
 #   either of the following licenses 
@@ -75,7 +75,15 @@
 
 
 JARFILES = ridl.jar unoil.jar jurt.jar juh.jar hsqldb.jar
-JAVAFILES = $(shell $(FIND) .$/*.java)
+JAVAFILES =\
+       NativeInputStreamHelper.java\
+       NativeOutputStreamHelper.java\
+       NativeStorageAccess.java\
+       StorageAccess.java\
+       StorageFileAccess.java\
+       StorageNativeInputStream.java\
+       StorageNativeOutputStream.java
+       
 JAVACLASSFILES = $(foreach,i,$(JAVAFILES) 
$(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
 
 JARCOMPRESS    = TRUE




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

Reply via email to