diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 11:46:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 11:46:45 +0000 |
commit | 72be5a9399a76b4582ae0be4a660327fe035e204 (patch) | |
tree | 181683e79b97c635c3c35b42d6c667c72fd16e78 /jfreereport | |
parent | 56efe4fa19e8b20aad49cc7caaf2074d855daee9 (diff) |
INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED
2007/07/27 08:13:04 oj 1.2.4.1: #i79504# patch file for java 1.3
Diffstat (limited to 'jfreereport')
-rw-r--r-- | jfreereport/java/flute/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/jfreereport/java/flute/makefile.mk b/jfreereport/java/flute/makefile.mk index 6a4f397418c3..43fd9b14fb00 100644 --- a/jfreereport/java/flute/makefile.mk +++ b/jfreereport/java/flute/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2007-08-02 14:12:23 $ +# last change: $Author: hr $ $Date: 2007-08-03 12:46:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,10 @@ TARFILE_NAME=$(TARGET) TARFILE_ROOTDIR=$(TARGET) -CONVERTFILES=ant$/build.xml +PATCH_FILE_NAME=patches/$(TARGET).patch + +CONVERTFILES=ant$/build.xml\ + ant$/build.properties .IF "$(JAVACISGCJ)"=="yes" JAVA_HOME= |