You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/04/30 10:48:07 UTC

svn commit: r1332120 - in /camel/branches/camel-2.9.x: ./ examples/camel-example-bam/src/data/invoices/ examples/camel-example-bam/src/data/purchaseOrders/ examples/camel-example-etl/src/data/ examples/camel-example-guice-jms/src/data/ examples/camel-e...

Author: davsclaus
Date: Mon Apr 30 08:48:05 2012
New Revision: 1332120

URL: http://svn.apache.org/viewvc?rev=1332120&view=rev
Log:
Removed license header in sample data for examples. This is annoying as the sample data becomes too big and cluttered.

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceA.xml
    camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceC.xml
    camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po1.xml
    camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po2.xml
    camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po3.xml
    camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row1.xml
    camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row2.xml
    camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message1.xml
    camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message2.xml
    camel/branches/camel-2.9.x/examples/camel-example-management/src/main/data/message.xml
    camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message1.xml
    camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message2.xml
    camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message3.xml
    camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message1.xml
    camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message2.xml
    camel/branches/camel-2.9.x/examples/camel-example-spring-xquery/src/data/message1.xml
    camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message1.xml
    camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message2.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml
    camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1332115

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceA.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceA.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceA.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceA.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <invoice purchaseOrderId="p1">
   <description>This invoice should tie up with purchase order p1</description>
 </invoice>
\ No newline at end of file

Modified: camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceC.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceC.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceC.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/invoices/invoiceC.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <invoice purchaseOrderId="p3">
   <description>This invoice should tie up with purchase order p3</description>
 </invoice>
\ No newline at end of file

Modified: camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po1.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <purchaseOrder id="p1">
   <product>beer</product>
   <amount>10</amount>

Modified: camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po2.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <purchaseOrder id="p2">
   <product>pizza</product>
   <amount>2</amount>

Modified: camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po3.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po3.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po3.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-bam/src/data/purchaseOrders/po3.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <purchaseOrder id="p3">
   <product>iPhone</product>
   <amount>1</amount>

Modified: camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row1.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row2.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-etl/src/data/row2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message2.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-guice-jms/src/data/message2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-management/src/main/data/message.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-management/src/main/data/message.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-management/src/main/data/message.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-management/src/main/data/message.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person>
     <name>Claus</name>
 </person>
\ No newline at end of file

Modified: camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message2.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message3.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message3.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message3.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-pojo-messaging/src/data/message3.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="jon">
   <firstName>Jonathan</firstName>
   <lastName>Anstey</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message2.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-spring-javaconfig/src/data/message2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-spring-xquery/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-spring-xquery/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-spring-xquery/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-spring-xquery/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message2.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-spring/src/data/message2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="jon">
   <firstName>Jonathan</firstName>
   <lastName>Anstey</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml?rev=1332120&r1=1332119&r2=1332120&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml (original)
+++ camel/branches/camel-2.9.x/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml Mon Apr 30 08:48:05 2012
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
 <person user="jon">
   <firstName>Jonathan</firstName>
   <lastName>Anstey</lastName>