Commit 0a945f81 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

release directory != product name. part of branding work.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9333 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0dc65ab4
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<variable name="PRODUCT_NAME" value="openfire" /> <variable name="PRODUCT_NAME" value="openfire" />
<variable name="PUBLISHER" value="Jive Software" /> <variable name="PUBLISHER" value="Jive Software" />
<variable name="PUBLISHER_URL" value="www.igniterealtime.org" /> <variable name="PUBLISHER_URL" value="www.igniterealtime.org" />
<variable name="RELEASE_DIR" value="${compiler:APP_SHORT_NAME}" /> <variable name="RELEASE_DIR" value="openfire" />
<variable name="RELEASE_ROOT_PATH" value="..\..\target\release" /> <variable name="RELEASE_ROOT_PATH" value="..\..\target\release" />
<variable name="RELEASE_FULL_PATH" value="${compiler:RELEASE_ROOT_PATH}/${compiler:RELEASE_DIR}" /> <variable name="RELEASE_FULL_PATH" value="${compiler:RELEASE_ROOT_PATH}/${compiler:RELEASE_DIR}" />
<variable name="FILE_PREFIX" value="${compiler:APP_SHORT_NAME}" /> <variable name="FILE_PREFIX" value="${compiler:APP_SHORT_NAME}" />
......
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