Commit cfd6cac6 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Hook to pass in version to install4j.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1011 b35dd754-fafc-0310-a699-88a17e54d16e
parent eeacf11d
......@@ -668,8 +668,11 @@
<mkdir dir="${installer.dest.dir}" />
<install4j projectfile="${installer.install4j.srcfile}"
destination="${installer.dest.dir}" />
<install4j projectfile="${installer.install4j.srcfile}" destination="${installer.dest.dir}">
<variable name="VERSION_MAJOR" value="${version.major}" />
<variable name="VERSION_MINOR" value="${version.minor}" />
<variable name="VERSION_REVISION" value="${version.revision}" />
</install4j>
</target>
......
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