From 827432350730931fe5caccc28609d52eaf88b207 Mon Sep 17 00:00:00 2001 From: Freeman Yue Fang Date: Fri, 2 Sep 2011 14:18:13 +0000 Subject: [PATCH] Merged revisions 1164540 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ r1164540 | ffang | 2011-09-02 22:09:20 +0800 (δΊ”, 02 9 2011) | 1 line [CAMEL-4407]camel-script feature should ship script implementation bundles like groovy/javascript/ruby ........ git-svn-id: https://svn.apache.org/repos/asf/camel/branches/camel-2.8.x@1164543 13f79535-47bb-0310-9956-ffa450edef68 --- platforms/karaf/features/pom.xml | 3 +++ platforms/karaf/features/src/main/resources/features.xml | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml index 6d0472fc9fa0d..fdf6f6dcded6b 100644 --- a/platforms/karaf/features/pom.xml +++ b/platforms/karaf/features/pom.xml @@ -144,6 +144,9 @@ 1.3.2_2 1.6.2_3 1.6.1 + 1.7R1_3 + 1.1 + 2.2.3_4 diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 2e244eaf5ffdb..e25ae3f9d725c 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -533,6 +533,14 @@ camel-core mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/${servicemix-specs-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.asm/${asm2.bundle.version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/${antlr-bundle-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.rhino/${rhino.bundle.version} + mvn:org.codehaus.groovy/groovy-all/${groovy-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jruby/${jruby-bundle-version} + mvn:com.google.code.scriptengines/scriptengines-groovy/${scriptengines.version} + mvn:com.google.code.scriptengines/scriptengines-javascript/${scriptengines.version} + mvn:com.google.code.scriptengines/scriptengines-jruby/${scriptengines.version} mvn:org.apache.camel/camel-script/${pom.version}