REPO-2886 Change installer command variables

This commit is contained in:
Alex Mukha
2017-10-10 17:32:32 +01:00
parent 8b77ce79b6
commit 03f32226f9

View File

@@ -14,13 +14,14 @@
<properties>
<binaries.folder>${user.home}/binaries</binaries.folder>
<bitrock.folder>${project.build.directory}/installbuilder</bitrock.folder>
<signing.key.location>${binaries.folder}/build-classpath/code-signing</signing.key.location>
<license.file.location>${binaries.folder}/build-classpath/license.xml</license.file.location>
<signing.key.location></signing.key.location>
<license.file.location></license.file.location>
<p12Password></p12Password>
<alfresco.package.name>alfresco-content-services-community-full</alfresco.package.name>
<bitrock.arguments>
project.version=${installer.version.name}
project.fullName='Alfresco Content Services Community'
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
project.windowsSigningPkcs12File=${signing.key.location}
project.windowsSigningPkcs12Password=${p12Password}
alfresco_edition=community
alfresco_package='${alfresco.package.name}'