mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- Added 'default' configuration for file server deployments
- Changed deployment action to use 'default' target git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6255 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -238,7 +238,7 @@ public class AVMDeploySnapshotAction extends ActionExecuterAbstractBase
|
||||
// TODO Added new NameMatcher parameter to deploy methods. It acts as a filter.
|
||||
// Any matching path names are ignored for deployment purposes.
|
||||
report = this.deployService.deployDifferenceFS(version, path, host, port,
|
||||
remoteUsername, remotePassword, "/", null, true, false, false, callback);
|
||||
remoteUsername, remotePassword, "default", null, true, false, false, callback);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user