diff options
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/modules')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/modules/domain-manager/src/main/resources/DomainManager.composite | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/domain-manager/src/main/resources/DomainManager.composite b/sca-java-1.x/branches/sca-java-1.6.1/modules/domain-manager/src/main/resources/DomainManager.composite index 105d1acddb..5e55c20fbc 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/modules/domain-manager/src/main/resources/DomainManager.composite +++ b/sca-java-1.x/branches/sca-java-1.6.1/modules/domain-manager/src/main/resources/DomainManager.composite @@ -171,6 +171,8 @@ </service> <reference name="deployableCollection" target="DeployableCompositeCollectionComponent/LocalItemCollection"/> <reference name="domainManagerConfiguration" target="DomainManagerConfigurationComponent"/> + <reference name="domainSearch" target="DomainSearchComponent"/> + <reference name="contributionReader" target="DeployableCompositeCollectionComponent/ContributionsReader"/> </component> <component name="DeployableCompositeServiceComponent"> |