Commit 795111c481ef9d35f732d3483f88cc4c205316d2
1 parent
bf8a567383
Exists in
master
Renamed repo-amp/src/main/amp/config/alfresco/module/repo-amp to alfresco-skype-…
…repo-amp so tests would work. Changed the value of the moduleId in service-context.xml
Showing
7 changed files
with
1 additions
and
1 deletions
Show diff stats
repo-amp/src/main/amp/config/alfresco/module/alfresco-skype-repo-amp/alfresco-global.properties
repo-amp/src/main/amp/config/alfresco/module/alfresco-skype-repo-amp/context/bootstrap-context.xml
repo-amp/src/main/amp/config/alfresco/module/alfresco-skype-repo-amp/context/service-context.xml
1 | 1 | index f6072782b3e213d9080ca359977e57707735f8c0..e1e56bbec2f5d93cb33ba4b23c356cca190e91b1 100644 |
2 | --- a/repo-amp/src/main/amp/config/alfresco/module/repo-amp/context/service-context.xml | |
2 | +++ b/repo-amp/src/main/amp/config/alfresco/module/alfresco-skype-repo-amp/context/service-context.xml | |
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | So doing for example $ mvn clean install -Prun twice will only execute this component the first time. |
27 | 27 | You need to remove /alf_data_dev for it to be executed again. --> |
28 | 28 | <bean id="org.alfresco.skype.exampleComponent" class="org.alfresco.skype.demoamp.DemoComponent" parent="module.baseComponent" > |
29 | - <property name="moduleId" value="repo-amp" /> <!-- See module.properties --> | |
29 | + <property name="moduleId" value="alfresco-skype-repo-amp" /> <!-- See module.properties --> | |
30 | 30 | <property name="name" value="exampleComponent" /> |
31 | 31 | <property name="description" value="A demonstration component" /> |
32 | 32 | <property name="sinceVersion" value="1.0" /> | ... | ... |
repo-amp/src/main/amp/config/alfresco/module/alfresco-skype-repo-amp/context/webscript-context.xml
repo-amp/src/main/amp/config/alfresco/module/alfresco-skype-repo-amp/model/content-model.xml
repo-amp/src/main/amp/config/alfresco/module/alfresco-skype-repo-amp/model/workflow-model.xml
repo-amp/src/main/amp/config/alfresco/module/alfresco-skype-repo-amp/module-context.xml