summaryrefslogtreecommitdiff
path: root/connectivity/com/sun/star/sdbcx/comp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 14:15:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 14:15:05 +0000
commitfc9b993c15eb1a73801f703cf64f0db1e3e33852 (patch)
treeabdfc456dd219378b9fbc4370d22af0fd2d5b9ee /connectivity/com/sun/star/sdbcx/comp
parent565391f167509ed0e9d574ca868a9d6eee0deb47 (diff)
INTEGRATION: CWS dba24 (1.3.20); FILE MERGED
2005/02/22 11:41:10 oj 1.3.20.1: #i43296# remove find and append java names directly
Diffstat (limited to 'connectivity/com/sun/star/sdbcx/comp')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk14
1 files changed, 11 insertions, 3 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
index eba86c819d..1bebef5860 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2005-01-25 15:06:08 $
+# last change: $Author: vg $ $Date: 2005-03-10 15:15:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,7 +75,15 @@ all:
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