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

Don't overwrite keystore or truststore. Prompt before overwriting config file (JM-204).

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2841 b35dd754-fafc-0310-a699-88a17e54d16e
parent f33f842d
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="3.2.1">
<directoryPresets config="" />
<application name="%APP_NAME%" distributionSourceDir="" applicationId="%APPLICATION_ID%" mediaDir="../../target/release" mediaFilePattern="%FILE_PREFIX%_%VERSION_MAJOR%_%VERSION_MINOR%_%VERSION_REVISION%" compression="9" lzmaCompression="true" keepModificationTimes="false" shortName="%APP_SHORT_NAME%" publisher="%PUBLISHER%" publisherWeb="%PUBLISHER_URL%" version="%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_REVISION%" allPathsRelative="true" backupOnSave="false" autoSave="true" macSignature="????" javaMinVersion="1.5" javaMaxVersion="" allowBetaVM="false">
<directoryPresets config="%RELEASE_FULL_PATH%/conf/jive-messenger.xml" />
<application name="%APP_NAME%" distributionSourceDir="" applicationId="%APPLICATION_ID%" mediaDir="../../target/release" mediaFilePattern="%FILE_PREFIX%_%VERSION_MAJOR%_%VERSION_MINOR%_%VERSION_REVISION%" compression="9" lzmaCompression="true" keepModificationTimes="true" shortName="%APP_SHORT_NAME%" publisher="%PUBLISHER%" publisherWeb="%PUBLISHER_URL%" version="%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_REVISION%" allPathsRelative="true" backupOnSave="false" autoSave="true" macSignature="????" javaMinVersion="1.5" javaMaxVersion="" allowBetaVM="false">
<searchSequence>
<registry />
<envVar name="JAVA_HOME" />
......@@ -9,8 +9,8 @@
</searchSequence>
<variables>
<variable name="VERSION_MAJOR" value="2" />
<variable name="VERSION_MINOR" value="2" />
<variable name="VERSION_REVISION" value="1" />
<variable name="VERSION_MINOR" value="3" />
<variable name="VERSION_REVISION" value="0" />
<variable name="APP_NAME" value="Jive Messenger" />
<variable name="APP_SHORT_NAME" value="jive_messenger" />
<variable name="PRODUCT_NAME" value="messenger" />
......@@ -27,12 +27,22 @@
</application>
<files>
<mountPoints>
<mountPoint name="" id="33" location="resources" mode="755" />
<mountPoint name="" id="34" location="resources/security" mode="755" />
<mountPoint name="" id="1" location="" mode="755" />
<mountPoint name="" id="46" location="conf" mode="755" />
</mountPoints>
<entries>
<fileEntry mountPoint="34" file="%RELEASE_FULL_PATH%/resources/security/truststore" overwrite="0" shared="false" mode="644" dontUninstall="true" />
<fileEntry mountPoint="34" file="%RELEASE_FULL_PATH%/resources/security/keystore" overwrite="0" shared="false" mode="644" dontUninstall="true" />
<dirEntry mountPoint="1" file="%RELEASE_FULL_PATH%" overwrite="4" shared="false" mode="644" dontUninstall="false" excludeSuffixes="" dirMode="755">
<exclude />
<exclude>
<entry location="conf/jive-messenger.xml" launcher="false" />
<entry location="resources/security/keystore" launcher="false" />
<entry location="resources/security/truststore" launcher="false" />
</exclude>
</dirEntry>
<fileEntry mountPoint="46" file="%RELEASE_FULL_PATH%/conf/jive-messenger.xml" overwrite="5" shared="false" mode="644" dontUninstall="true" />
</entries>
<components />
</files>
......@@ -229,7 +239,7 @@
</macosFolder>
</mediaSets>
<buildIds buildAll="false">
<mediaSet refId="32" />
<mediaSet refId="3" />
</buildIds>
</install4j>
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