Author: ningjiang
Date: Fri Oct 30 02:34:06 2009
New Revision: 831185
URL: http://svn.apache.org/viewvc?rev=831185&view=rev
Log:
Removed the useless camel:package from the camel-example-osgi camelContext.xml
Modified:
camel/trunk/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml
Modified:
camel/trunk/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml?rev=831185&r1=831184&r2=831185&view=diff
==============================================================================
---
camel/trunk/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml
(original)
+++
camel/trunk/examples/camel-example-osgi/src/main/resources/META-INF/spring/camelContext.xml
Fri Oct 30 02:34:06 2009
@@ -25,8 +25,7 @@
http://camel.apache.org/schema/spring
http://camel.apache.org/schema/spring/camel-spring.xsd
http://camel.apache.org/schema/osgi
http://camel.apache.org/schema/osgi/camel-osgi.xsd">
- <camelContext xmlns="http://camel.apache.org/schema/osgi">
- <camel:package>org.apache.camel.example.osgi</camel:package>
+ <camelContext xmlns="http://camel.apache.org/schema/osgi">
<camel:route>
<camel:from uri="timer://myTimer?fixedRate=true&period=2000"/>
<camel:bean ref="myTransform" method="transform"/>