Skip to content

Commit d643c5f

Browse files
authored
Merge pull request #595 from max-allan-surevine/master
Forced set of JAVA_HOME
2 parents 8bdfc85 + 3d95570 commit d643c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<property name="copy.dbscripts" value="true"/>
105105
<property name="overwrite" value="true"/>
106106

107-
<property name="installer.install4j.home" value="/home/j2ee-bamboo/install4j.5.1.11"/>
107+
<property name="installer.install4j.home" value="/home/bamboo/install4j.6.0.4"/>
108108
<property name="installer.src" value="${basedir}/build/installer"/>
109109
<property name="installer.dest.dir" value="${release.dest.dir}"/>
110110
<property name="installer.install4j.srcfile" value="${installer.src}/openfire.install4j"/>

build/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ETCDIR := $(DEST)/etc/openfire
1313
LOGDIR := $(DEST)/var/log/openfire
1414
VARDIR := $(DEST)/var/lib/openfire
1515

16-
JAVA_HOME ?= /usr/lib/jvm/java-8-openjdk-amd64
16+
JAVA_HOME := /usr/lib/jvm/java-8-openjdk-amd64
1717
DEB_ANT_BUILDFILE := build/build.xml
1818
DEB_ANT_CLEAN_TARGET := clean
1919

0 commit comments

Comments
 (0)