Commit a4d0bcbd authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Now building with actual same naming scheme as other installers.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10817 b35dd754-fafc-0310-a699-88a17e54d16e
parent adb36bff
...@@ -1633,7 +1633,7 @@ ...@@ -1633,7 +1633,7 @@
<property name="target.osx" value="${work.dir}/osx" /> <property name="target.osx" value="${work.dir}/osx" />
<property name="mac.pkg.dir" value="${target.osx}/macpkg"/> <property name="mac.pkg.dir" value="${target.osx}/macpkg"/>
<property name="mac.dmg.dir" value="${target.osx}/Openfire"/> <property name="mac.dmg.dir" value="${target.osx}/Openfire"/>
<property name="mac.dmg.file" value="${release.dest.dir}/openfire.dmg"/> <property name="mac.dmg.file" value="${release.dest.dir}/${release.fullname}.dmg"/>
<property name="mac.template" value="${target.osx}/template"/> <property name="mac.template" value="${target.osx}/template"/>
<property name="mac.prefpane.build" value="${target.osx}/prefPane"/> <property name="mac.prefpane.build" value="${target.osx}/prefPane"/>
......
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