Change-Id: I74154680ff6b4e8f5b5e4b2b3440e2b99a16b6df Former-commit-id:cffbf1da06
[formerly98297abdd0
] [formerly6c81be8499
[formerly e9afcf3d12599fc3bace2b140deb0d85ee303c6c]] Former-commit-id:6c81be8499
Former-commit-id:251cc3764d
9 lines
No EOL
490 B
XML
9 lines
No EOL
490 B
XML
<beans
|
|
xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:amq="http://activemq.apache.org/schema/core"
|
|
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-2.0.xsd
|
|
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
|
<bean id="logHandler" class="com.raytheon.uf.edex.event.handler.LogHandler"/>
|
|
</beans> |