diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 14:50:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 14:50:40 +0000 |
commit | 6b55390181d49fe81ebab93b29b0a84aa639ddd9 (patch) | |
tree | 4115a15d63849fa20fcfec85e7429253cf7fb294 /connectivity | |
parent | 1ee9a801197f752a9a303af90fb59102a6d9c0e9 (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')
-rw-r--r-- | connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk | 7 |
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 427a5d980e10..ed19608a0cca 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) |