Details
Description
They are in the bottom now
<camelContext xmlns="http://camel.apache.org/schema/spring">
<route id="myRoute">
<from uri="direct:start"/>
<to uri="mock:result"/>
<routeProperty key="a" value="1"/>
<routeProperty key="b" value="2"/>
</route>
</camelContext>
But we should have route properties in the top.
Route properties are seldom in use so no problem changing this.