mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user