alfresco.module.com.inteligr8.alfresco.attribute-cleaner-platform-module.module-bootstrap-context.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of attribute-cleaner-platform-module Show documentation
Show all versions of attribute-cleaner-platform-module Show documentation
An Alfresco Content Services Platform Module for querying and clearing the ACS Attribute Service.
The newest version!
<?xml version='1.0' encoding='UTF-8'?> <!-- Use this file for beans to be loaded in whatever order Alfresco/Spring decides --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> <!-- Enable Spring annotation scanning for classes in package --> <context:component-scan base-package="com.inteligr8.alfresco.attrclean" name-generator="org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator"> <context:include-filter type="assignable" expression="com.inteligr8.alfresco.attrclean.BootstrapService" /> </context:component-scan> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy