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>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<target>
|
<target>
|
||||||
<ant antfile="extract-binaries.xml" />
|
<ant antfile="src/main/resources/extract-binaries.xml" />
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@@ -377,7 +377,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<skip>${skipWinInstaller}</skip>
|
<skip>${skipWinInstaller}</skip>
|
||||||
<target>
|
<target>
|
||||||
<ant antfile="sign.xml" />
|
<ant antfile="src/main/resources/sign.xml" />
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Reference in New Issue
Block a user