Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

99604: RA-14 Move installer build scripts into the jar file, so the Enteprise installer can reuse them properly


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100472 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-03-27 22:34:56 +00:00
parent 2b5b252130
commit e09a7663c4
3 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@
</goals>
<configuration>
<target>
<ant antfile="extract-binaries.xml" />
<ant antfile="src/main/resources/extract-binaries.xml" />
</target>
</configuration>
</execution>
@@ -377,7 +377,7 @@
<configuration>
<skip>${skipWinInstaller}</skip>
<target>
<ant antfile="sign.xml" />
<ant antfile="src/main/resources/sign.xml" />
</target>
</configuration>
</execution>