mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
1) correction of typo in extension classpath 2) Addition of FileSystemDeploymentTargetTest. 3) Rework to DeploymentState 4) Addition of deployment-filesystem.rootdir property git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14713 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
21 lines
678 B
INI
21 lines
678 B
INI
; Built in deployment receiver properties for the default
|
|
; filesystem receiver
|
|
|
|
; filesystem receiver configuration
|
|
deployment.filesystem.rootdir=./wcm
|
|
deployment.filesystem.datadir=${deployment.filesystem.rootdir}/depdata
|
|
deployment.filesystem.logdir=${deployment.filesystem.rootdir}/deplog
|
|
deployment.filesystem.metadatadir=${deployment.filesystem.rootdir}/depmetadata
|
|
|
|
deployment.filesystem.autofix=true
|
|
deployment.filesystem.errorOnOverwrite=false
|
|
|
|
; default filesystem target configuration
|
|
deployment.filesystem.default.rootdir=./www
|
|
deployment.filesystem.default.name=filesystem
|
|
deployment.filesystem.default.metadatadir=${deployment.filesystem.metadatadir}/default
|
|
|
|
|
|
|
|
|