Merged 5.2.N (5.2.1) to trunk (5.2)

123005 slanglois: Specify installer.version.name when calling Ant to build installers (so we can override it on the command line)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@123843 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-03-12 14:41:50 +00:00
parent 9d8ece6518
commit 2b832a6257

View File

@@ -176,7 +176,9 @@
<configuration>
<workingDirectory>${project.build.directory}/classes/bitrock</workingDirectory>
<target>
<ant antfile="${project.build.directory}/classes/build-installers.xml" />
<ant antfile="${project.build.directory}/classes/build-installers.xml">
<property name="installer.version.name" value="${installer.version.name}" />
</ant>
</target>
</configuration>
</execution>