summaryrefslogtreecommitdiff
path: root/hsqldb
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:02:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:02:01 +0000
commit9d517ba0c40868450aa7c365430ab655cd74f950 (patch)
treeb478c83de29f39b9a176b8c124e174fa0ab1c623 /hsqldb
parentaa7483f35bdab3295fa5b81db9a23a91c7457913 (diff)
INTEGRATION: CWS hsqldb2 (1.2.2); FILE MERGED
2005/01/27 08:22:39 oj 1.2.2.2: rc6 now contains the patch, so need for a patch file anymore 2005/01/26 08:36:12 oj 1.2.2.1: new version
Diffstat (limited to 'hsqldb')
-rwxr-xr-xhsqldb/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/hsqldb/makefile.mk b/hsqldb/makefile.mk
index 7c840059752b..b1e3c4af22f6 100755
--- a/hsqldb/makefile.mk
+++ b/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:11:29 $
+# last change: $Author: vg $ $Date: 2005-02-16 16:02:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,13 +78,8 @@ all:
# --- Files --------------------------------------------------------
TARFILE_NAME=hsqldb_$(HSQLDB_VERSION)
-PATCH_FILE_NAME=hsqldb_$(HSQLDB_VERSION).patch
TARFILE_ROOTDIR=hsqldb
-ADDITIONAL_FILES=src$/org$/hsqldb$/Storage.java\
- src$/org$/hsqldb$/lib$/FileAccess.java \
- src$/org$/hsqldb$/lib$/FileStorage.java
-
.IF "$(ANT_HOME)" == ""
ANT_HOME*:=$(COMMON_BUILD_TOOLS)$/apache-ant-1.6.1