mirror of https://github.com/apache/activemq.git
remove deprecated <package> directive
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@812982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d7e93204b
commit
d9c60b1bf9
|
@ -30,8 +30,10 @@
|
|||
xsi:schemaLocation="http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
||||
<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
|
||||
|
||||
<!-- You can use a <package> element for each root package to search for Java routes -->
|
||||
<package>org.foo.bar</package>
|
||||
<!-- You can use a <packages> element for each root package to search for Java routes -->
|
||||
<packageScan>
|
||||
<packages>org.foo.bar</packages>
|
||||
</packageScan>
|
||||
|
||||
<!-- You can use Spring XML syntax to define the routes here using the <route> element -->
|
||||
<route>
|
||||
|
@ -56,4 +58,4 @@
|
|||
</bean>
|
||||
</property>
|
||||
</bean>
|
||||
</beans>
|
||||
</beans>
|
||||
|
|
Loading…
Reference in New Issue