summaryrefslogtreecommitdiff
path: root/jfreereport
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:28:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:28:27 +0000
commitcd55f1ffa3b36f0f115daef2df44d25ba7e57122 (patch)
treef542a5b252195ecd6c80aad4665af5d0fc814844 /jfreereport
parent6d863f7ac59a223fa83a166683ea0980e8ee7f9d (diff)
INTEGRATION: CWS pentaho1 (1.4.6); FILE MERGED
2007/10/23 05:45:48 oj 1.4.6.2: #i80723# #i81510# makefile changes 2007/10/22 11:41:22 oj 1.4.6.1: #i80723# #i81510# switch to new branch from pentaho
Diffstat (limited to 'jfreereport')
-rw-r--r--jfreereport/java/flute/makefile.mk15
1 files changed, 9 insertions, 6 deletions
diff --git a/jfreereport/java/flute/makefile.mk b/jfreereport/java/flute/makefile.mk
index 43fd9b14fb00..55113ee9db58 100644
--- a/jfreereport/java/flute/makefile.mk
+++ b/jfreereport/java/flute/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2007-08-03 12:46:45 $
+# last change: $Author: ihi $ $Date: 2008-01-14 15:28:27 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -37,6 +37,7 @@ PRJ=..$/..
PRJNAME=jfreereport
TARGET=flute
+VERSION=-1.3-jfree-20061107
# --- Settings -----------------------------------------------------
@@ -54,17 +55,19 @@ TARFILE_NAME=$(TARGET)
TARFILE_ROOTDIR=$(TARGET)
-PATCH_FILE_NAME=patches/$(TARGET).patch
+PATCH_FILE_NAME=patches$/$(TARGET).patch
CONVERTFILES=ant$/build.xml\
- ant$/build.properties
+ ant$/build.properties
+
+OUT2CLASS=$(TARGET)$(VERSION).jar
.IF "$(JAVACISGCJ)"=="yes"
JAVA_HOME=
.EXPORT : JAVA_HOME
-BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) all
+BUILD_ACTION=$(ANT) -Dlibdir="../../../class" -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) compile
.ELSE
-BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) all
+BUILD_ACTION=$(ANT) -Dlibdir="../../../class" -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) compile
.ENDIF
.ENDIF # $(SOLAR_JAVA)!= ""