BDE-405: Prevent the Share installer from trying to install the alfresco-share-services.amp

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@111021 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jean-Pierre Huynh
2015-08-27 11:30:35 +00:00
parent 13b3588fa5
commit b64f9542ac

View File

@@ -176,7 +176,11 @@
<distributionFile origin="${alfresco_distribution_folder.unix}/amps/alfresco-share-services.amp*" allowWildcards="1"/> <distributionFile origin="${alfresco_distribution_folder.unix}/amps/alfresco-share-services.amp*" allowWildcards="1"/>
</distributionFileList> </distributionFileList>
<actionList> <actionList>
<setInstallerVariable name="alfresco_apply_amps" value="1"/> <setInstallerVariable name="alfresco_apply_amps" value="1">
<ruleList>
<compareText text="${product_fullname}" logic="does_not_equal" value="Alfresco Share"/>
</ruleList>
</setInstallerVariable>
</actionList> </actionList>
</folder> </folder>
<folder> <folder>