You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/06/13 15:17:57 UTC

svn commit: r546860 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/impl/converter/ camel-core/src/main/resources/META-INF/services/org/apache/camel/ components/camel-mail/src/main/resources/META-INF/services/org/apache/camel/ com...

Author: jstrachan
Date: Wed Jun 13 06:17:55 2007
New Revision: 546860

URL: http://svn.apache.org/viewvc?view=rev&rev=546860
Log:
added more missing license headers in config/META-INF text files

Modified:
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/converter/AnnotationTypeConverterLoader.java
    activemq/camel/trunk/camel-core/src/main/resources/META-INF/services/org/apache/camel/TypeConverter
    activemq/camel/trunk/components/camel-mail/src/main/resources/META-INF/services/org/apache/camel/TypeConverter
    activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.handlers
    activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas
    activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/TypeConverter

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/converter/AnnotationTypeConverterLoader.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/converter/AnnotationTypeConverterLoader.java?view=diff&rev=546860&r1=546859&r2=546860
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/converter/AnnotationTypeConverterLoader.java (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/converter/AnnotationTypeConverterLoader.java Wed Jun 13 06:17:55 2007
@@ -85,6 +85,10 @@
                         if (line == null) {
                             break;
                         }
+                        line = line.trim();
+                        if (line.startsWith("#") || line.length() == 0) {
+                            continue;
+                        }
                         tokenize(packages, line);
                     }
                 }

Modified: activemq/camel/trunk/camel-core/src/main/resources/META-INF/services/org/apache/camel/TypeConverter
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/resources/META-INF/services/org/apache/camel/TypeConverter?view=diff&rev=546860&r1=546859&r2=546860
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/resources/META-INF/services/org/apache/camel/TypeConverter (original)
+++ activemq/camel/trunk/camel-core/src/main/resources/META-INF/services/org/apache/camel/TypeConverter Wed Jun 13 06:17:55 2007
@@ -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.apache.camel.converter

Modified: activemq/camel/trunk/components/camel-mail/src/main/resources/META-INF/services/org/apache/camel/TypeConverter
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-mail/src/main/resources/META-INF/services/org/apache/camel/TypeConverter?view=diff&rev=546860&r1=546859&r2=546860
==============================================================================
--- activemq/camel/trunk/components/camel-mail/src/main/resources/META-INF/services/org/apache/camel/TypeConverter (original)
+++ activemq/camel/trunk/components/camel-mail/src/main/resources/META-INF/services/org/apache/camel/TypeConverter Wed Jun 13 06:17:55 2007
@@ -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.apache.camel.component.mail

Modified: activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.handlers
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.handlers?view=diff&rev=546860&r1=546859&r2=546860
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.handlers (original)
+++ activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.handlers Wed Jun 13 06:17:55 2007
@@ -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.
+#
+
 http\://activemq.apache.org/camel/schema/camel-1.0.xsd=org.apache.camel.spring.xml.CamelNamespaceHandler

Modified: activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas?view=diff&rev=546860&r1=546859&r2=546860
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas (original)
+++ activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas Wed Jun 13 06:17:55 2007
@@ -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.
+#
+
 http\://activemq.apache.org/camel/schema/camel-1.0.xsd=org/apache/camel/spring/camel-1.0.xsd

Modified: activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/TypeConverter
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/TypeConverter?view=diff&rev=546860&r1=546859&r2=546860
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/TypeConverter (original)
+++ activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/TypeConverter Wed Jun 13 06:17:55 2007
@@ -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.apache.camel.spring.converter