/projects/notes-core/config/connectorInstance.xml
XML | 13 lines | 9 code | 2 blank | 2 comment | 0 complexity | b6873e22aabed1fa693d2f3f438ec99c MD5 | raw file
Possible License(s): Apache-2.0
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans-2.0.dtd">
- <beans>
- <!-- EDIT THIS BEAN DEFINTION WITH CUSTOM PROPERTY VALUES -->
- <bean id="notes-connector-instance"
- class="com.google.enterprise.connector.notes.NotesConnector"
- parent="notes-connector-defaults"
- scope="prototype">
- <!-- SET CUSTOM PROPERTY VALUES HERE -->
- </bean>
- </beans>