Commit a36cb256 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed path.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6200 b35dd754-fafc-0310-a699-88a17e54d16e
parent 75cdf261
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<variable name="PUBLISHER_URL" value="www.jivesoftware.org" /> <variable name="PUBLISHER_URL" value="www.jivesoftware.org" />
<variable name="RELEASE_DIR" value="${compiler:APP_SHORT_NAME}" /> <variable name="RELEASE_DIR" value="${compiler:APP_SHORT_NAME}" />
<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}" />
<variable name="APPLICATION_ID" value="6886-9911-0474-3571" /> <variable name="APPLICATION_ID" value="6886-9911-0474-3571" />
<variable name="UNIX_INSTALL_DIR" value="wildfire" /> <variable name="UNIX_INSTALL_DIR" value="wildfire" />
......
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