summaryrefslogtreecommitdiff
path: root/connectivity/com
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
commitb35f0e00a3fc6680a5f81a223ac1e0be7a1fba62 (patch)
tree065b7948ed59629c7c3d6bd927d8567c9cff8b10 /connectivity/com
parente8e512fa076741490f68054bee029001ca8fe2ea (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')
-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 eba86c819d69..1bebef586010 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