Commit 1de1685c authored by Guus der Kinderen's avatar Guus der Kinderen

Restoring installer files used by Ant.

parent 9a16f0dc
......@@ -44,7 +44,7 @@
<property name="spank.dir" value="${src.dir}/spank"/>
<property name="lib.ant.dir" value="${basedir}/build/lib/ant"/>
<property name="lib.build.dir" value="${basedir}/build/lib"/>
<property name="lib.build.installer.dir" value="${basedir}/distribution/src/installer"/>
<property name="lib.build.installer.dir" value="${basedir}/build/installer"/>
<property name="lib.merge.dir" value="${lib.build.dir}/merge"/>
<property name="lib.dist.dir" value="${lib.build.dir}/dist"/>
<property name="lib.web.dir" value="${web.dir}/WEB-INF/lib"/>
......@@ -104,7 +104,7 @@
<property name="copy.dbscripts" value="true"/>
<property name="installer.install4j.home" value="/home/bamboo/install4j"/>
<property name="installer.src" value="${basedir}/distribution/src/installer"/>
<property name="installer.src" value="${basedir}/build/installer"/>
<property name="installer.dest.dir" value="${release.dest.dir}"/>
<property name="installer.install4j.srcfile" value="${installer.src}/openfire.install4j"/>
<property name="installer.app_name" value="Openfire"/>
......
Remove the /build/installer directory when the Ant-based build is removed.
The content of this directory is duplicated in /distribution/src/installer which is used by Maven.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment