You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/01/01 21:51:47 UTC

svn commit: r1226300 [2/2] - in /camel/branches/camel-2.7.x: ./ components/camel-cache/ components/camel-cache/src/main/resources/ components/camel-context/src/main/resources/META-INF/services/org/apache/camel/ components/camel-cxf/src/main/resources/M...

Modified: camel/branches/camel-2.7.x/examples/camel-example-servlet-tomcat/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-servlet-tomcat/src/main/webapp/index.html?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-servlet-tomcat/src/main/webapp/index.html (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-servlet-tomcat/src/main/webapp/index.html Sun Jan  1 20:51:43 2012
@@ -1,3 +1,19 @@
+<!--
+    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.
+-->
 <html>
 
 <body>

Modified: camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/javadsl/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/javadsl/pom.xml?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/javadsl/pom.xml (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/javadsl/pom.xml Sun Jan  1 20:51:43 2012
@@ -1,4 +1,20 @@
 <?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>camel-example-simplejirabot</artifactId>

Modified: camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/pom.xml?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/pom.xml (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/pom.xml Sun Jan  1 20:51:43 2012
@@ -1,5 +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

Modified: camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/xmlconf/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/xmlconf/pom.xml?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/xmlconf/pom.xml (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-simplejirabot/xmlconf/pom.xml Sun Jan  1 20:51:43 2012
@@ -1,4 +1,20 @@
 <?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>camel-example-simplejirabot</artifactId>

Modified: camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-admin-as-bob.sh
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-admin-as-bob.sh?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-admin-as-bob.sh (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-admin-as-bob.sh Sun Jan  1 20:51:43 2012
@@ -1,4 +1,21 @@
 #!/bin/bash
+#
+#    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.
+#
+
 rm -rf work
 mkdir work
 wget --http-user=bob --http-password=bobspassword --directory-prefix=work  --output-file=work/log.txt http://localhost:8080/camel/admin

Modified: camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-admin-as-jim.sh
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-admin-as-jim.sh?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-admin-as-jim.sh (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-admin-as-jim.sh Sun Jan  1 20:51:43 2012
@@ -1,4 +1,21 @@
 #!/bin/bash
+#
+#    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.
+#
+
 rm -rf work
 mkdir work
 wget --http-user=jim --http-password=jimspassword --directory-prefix=work  --output-file=work/log.txt http://localhost:8080/camel/admin

Modified: camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-user-as-jim.sh
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-user-as-jim.sh?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-user-as-jim.sh (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-user-as-jim.sh Sun Jan  1 20:51:43 2012
@@ -1,4 +1,21 @@
 #!/bin/bash
+#
+#    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.
+#
+
 rm -rf work
 mkdir work
 wget --http-user=jim --http-password=jimspassword --directory-prefix=work  --output-file=work/log.txt http://localhost:8080/camel/user

Modified: camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-user-no-auth.sh
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-user-no-auth.sh?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-user-no-auth.sh (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-spring-security/client/access-user-no-auth.sh Sun Jan  1 20:51:43 2012
@@ -1,4 +1,21 @@
 #!/bin/bash
+#
+#    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.
+#
+
 rm -rf work
 mkdir work
 wget --directory-prefix=work  --output-file=work/log.txt http://localhost:8080/camel/user

Modified: camel/branches/camel-2.7.x/examples/camel-example-spring-xquery/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-spring-xquery/pom.xml?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-spring-xquery/pom.xml (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-spring-xquery/pom.xml Sun Jan  1 20:51:43 2012
@@ -1,5 +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

Modified: camel/branches/camel-2.7.x/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery (original)
+++ camel/branches/camel-2.7.x/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery Sun Jan  1 20:51:43 2012
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <employee id="{person/@user}">
  <name>{/person/firstName} {/person/lastName}</name>
  <location>{/person/city}</location>

Modified: camel/branches/camel-2.7.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/pom.xml?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/pom.xml (original)
+++ camel/branches/camel-2.7.x/pom.xml Sun Jan  1 20:51:43 2012
@@ -478,6 +478,8 @@
             <exclude>**/test/data*/**/*</exclude>
             <exclude>.gitignore</exclude>
             <exclude>.git/**/*</exclude>
+            <!-- tooling/camel-manual/src/styles/print.css use a different license -->
+            <exclude>**/src/styles/print.css</exclude>
             <!-- generated files -->
             <exclude>**/target/**/*</exclude>
             <exclude>**/eclipse-classes/**/*</exclude>

Modified: camel/branches/camel-2.7.x/tests/camel-itest-osgi/src/test/java/org/apache/camel/dataformat/protobuf/generated/AddressBookProtos.java
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/camel-itest-osgi/src/test/java/org/apache/camel/dataformat/protobuf/generated/AddressBookProtos.java?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/camel-itest-osgi/src/test/java/org/apache/camel/dataformat/protobuf/generated/AddressBookProtos.java (original)
+++ camel/branches/camel-2.7.x/tests/camel-itest-osgi/src/test/java/org/apache/camel/dataformat/protobuf/generated/AddressBookProtos.java Sun Jan  1 20:51:43 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: addressbook.proto
 

Modified: camel/branches/camel-2.7.x/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/camel-itest/pom.xml?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/camel-itest/pom.xml (original)
+++ camel/branches/camel-2.7.x/tests/camel-itest/pom.xml Sun Jan  1 20:51:43 2012
@@ -1,5 +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
@@ -16,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>

Modified: camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/imap
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/imap?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/imap (original)
+++ camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/imap Sun Jan  1 20:51:43 2012
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 org.jvnet.mock_javamail.provider.IMAPProvider

Modified: camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/org.jvnet.mock_javamail.MockStore
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/org.jvnet.mock_javamail.MockStore?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/org.jvnet.mock_javamail.MockStore (original)
+++ camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/org.jvnet.mock_javamail.MockStore Sun Jan  1 20:51:43 2012
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 org.jvnet.mock_javamail.MockStore

Modified: camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/org.jvnet.mock_javamail.MockTransport
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/org.jvnet.mock_javamail.MockTransport?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/org.jvnet.mock_javamail.MockTransport (original)
+++ camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/org.jvnet.mock_javamail.MockTransport Sun Jan  1 20:51:43 2012
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 org.jvnet.mock_javamail.MockTransport

Modified: camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/pop3
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/pop3?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/pop3 (original)
+++ camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/pop3 Sun Jan  1 20:51:43 2012
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 org.jvnet.mock_javamail.provider.POP3Provider

Modified: camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/smtp
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/smtp?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/smtp (original)
+++ camel/branches/camel-2.7.x/tests/test-bundles/mock-javamail_1.7/src/main/resources/META-INF/services/smtp Sun Jan  1 20:51:43 2012
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 org.jvnet.mock_javamail.provider.SMTPProvider

Modified: camel/branches/camel-2.7.x/tests/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/test-bundles/pom.xml?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/test-bundles/pom.xml (original)
+++ camel/branches/camel-2.7.x/tests/test-bundles/pom.xml Sun Jan  1 20:51:43 2012
@@ -1,23 +1,22 @@
+<?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-    <!--
-
-        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.
-    -->
-
     <modelVersion>4.0.0</modelVersion>
 
     <parent>

Modified: camel/branches/camel-2.7.x/tooling/camel-manual/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tooling/camel-manual/pom.xml?rev=1226300&r1=1226299&r2=1226300&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tooling/camel-manual/pom.xml (original)
+++ camel/branches/camel-2.7.x/tooling/camel-manual/pom.xml Sun Jan  1 20:51:43 2012
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>
-
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with