mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -176,7 +176,9 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<workingDirectory>${project.build.directory}/classes/bitrock</workingDirectory>
|
<workingDirectory>${project.build.directory}/classes/bitrock</workingDirectory>
|
||||||
<target>
|
<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>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Reference in New Issue
Block a user