mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added support to limit module execution to a specific range of repository versions.
e.g. the PHP SDK module has the following: module.repo.version.min=2.0 module.repo.version.max=2.1 This limits it to being installed on 2.0 or 2.1 versions of Alfresco. Roy can change this, if required. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5532 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -6,7 +6,8 @@ module.msg.installing= Installing module ''{0}'' version {1}.
|
||||
module.msg.upgrading= Upgrading module ''{0}'' version {1} (was {2}).
|
||||
module.msg.missing= A previously-installed module ''{0}'' (version {1}) is not present in your distribution.
|
||||
|
||||
module.err.downgrading_not_supported=\nDowngrading of modules is not supported.\nModule ''{0}'' version {1} is currently installed and must be uninstalled before version {2} can be installed.
|
||||
module.err.downgrading_not_supported=\nDowngrading of modules is not supported.\nModule ''{0}'' version {1} is currently installed and must be uninstalled before version {2} can be installed.
|
||||
module.err.unsupported_repo_version=\nModule ''{0}'' version {1} is incompatible with the current repository version {2}.\n The repository version required must be in range [{3} : {4}].
|
||||
module.err.already_executed=The module component has already been executed: {0}.{1}
|
||||
module.err.execution_failed=A module component ''{0}'' failed to execute: {1}
|
||||
module.err.component_already_registered=A component named ''{0}'' has already been registered for module ''{1}''.
|
||||
|
@@ -9,6 +9,7 @@
|
||||
<!-- The ModuleService implementation -->
|
||||
<bean id="moduleService" class="org.alfresco.repo.module.ModuleServiceImpl">
|
||||
<property name="serviceRegistry" ref="ServiceRegistry" />
|
||||
<property name="descriptorService" ref="DescriptorService" />
|
||||
<property name="authenticationComponent" ref="AuthenticationComponent" />
|
||||
<property name="registryService" ref="RegistryService" />
|
||||
</bean>
|
||||
|
Reference in New Issue
Block a user