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:
Gary Tully 2009-09-09 14:56:41 +00:00
parent 8d7e93204b
commit d9c60b1bf9
1 changed files with 5 additions and 3 deletions

View File

@ -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>