Skip to content

Instantly share code, notes, and snippets.

@predic8
Created August 17, 2016 20:01
Show Gist options
  • Save predic8/7b09c1c966bbd61d00cc497a86c35865 to your computer and use it in GitHub Desktop.
Save predic8/7b09c1c966bbd61d00cc497a86c35865 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<blueprint
xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
<camelContext xmlns="http://camel.apache.org/schema/blueprint">
<route>
<from uri="file:in" />
<to uri="file:out" />
</route>
</camelContext>
</blueprint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment