summaryrefslogtreecommitdiff
path: root/connectivity/com/sun/star/sdbcx/comp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 14:50:40 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 14:50:40 +0000
commitdf2b1338096b6a450b993c2e5d93ea3029e620c8 (patch)
treeb8fff835cbcbe75923dbd7912faff44caa130bd0 /connectivity/com/sun/star/sdbcx/comp
parentfba6ed5de6591f71f36848c34d4e248578c6a76f (diff)
INTEGRATION: CWS hsqldb1807 (1.7.130); FILE MERGED
2006/12/04 11:48:24 fs 1.7.130.1: #i71859# +FileSystemRuntimeException
Diffstat (limited to 'connectivity/com/sun/star/sdbcx/comp')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk7
1 files changed, 4 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 427a5d980e..ed19608a0c 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2006-12-01 16:49:15 $
+# last change: $Author: kz $ $Date: 2006-12-12 15:50:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -56,7 +56,8 @@ JAVAFILES =\
StorageAccess.java\
StorageFileAccess.java\
StorageNativeInputStream.java\
- StorageNativeOutputStream.java
+ StorageNativeOutputStream.java\
+ FileSystemRuntimeException.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)