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/09/12 14:18:24 UTC

svn commit: r574909 - in /activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF: ./ services/ services/groovy/ services/groovy/groovyMethods

Author: jstrachan
Date: Wed Sep 12 05:18:23 2007
New Revision: 574909

URL: http://svn.apache.org/viewvc?rev=574909&view=rev
Log:
improved groovy support - which depends on GROOVY-2116 being applied

Added:
    activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF/
    activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF/services/
    activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF/services/groovy/
    activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF/services/groovy/groovyMethods

Added: activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF/services/groovy/groovyMethods
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF/services/groovy/groovyMethods?rev=574909&view=auto
==============================================================================
--- activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF/services/groovy/groovyMethods (added)
+++ activemq/camel/trunk/components/camel-groovy/src/main/resources/META-INF/services/groovy/groovyMethods Wed Sep 12 05:18:23 2007
@@ -0,0 +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.groovy.CamelGroovyMethods
\ No newline at end of file