mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
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:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user