Create "user Homes" folder in bootstrap and patch existing

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4791 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2007-01-11 12:09:53 +00:00
parent c447d04e59
commit c396a5f453
8 changed files with 404 additions and 124 deletions

View File

@@ -32,3 +32,6 @@ spaces.wcm.description=Web Content Management Spaces
spaces.content_forms.name=Web Forms
spaces.content_forms.description=Web Content Forms
spaces.user_homes.name=User Homes
spaces.user_homes.description=User Homes

View File

@@ -110,4 +110,8 @@ patch.systemDescriptorContent.result=Added the version properties content to the
patch.systemDescriptorContent.err.no_version_properties=The version.properties resource could not be found.
patch.systemDescriptorContent.err.no_descriptor=The system descriptor could not be found.
patch.multilingualBootstrap.description=Bootstraps the node that will hold the multilingual containers.
patch.multilingualBootstrap.description=Bootstraps the node that will hold the multilingual containers.
patch.userHomesFolder.description=Ensures the existence of the 'User Homes' folder.
patch.userHomesFolder.result.exists=The user homes folder already exists: {0}
patch.userHomesFolder.result.created=The user homes folder was successfully created: {0}