Change-Id: I456643a92b95de3d4a74dff3a4e7daa9c08c5c00 Former-commit-id: 878f95f025dc07ec6ce73f715cef57193493e9eb
10 lines
No EOL
442 B
XML
10 lines
No EOL
442 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
|
|
|
<bean factory-bean="ebxmlJaxbManager" factory-method="findJaxables"
|
|
depends-on="ebxmlJaxbManager">
|
|
<constructor-arg value="com.raytheon.uf.common.datadelivery.registry" />
|
|
</bean>
|
|
|
|
</beans> |