Skip to content

Commit

Permalink
Adding missing components to bundle
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@906515 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hzbarcea committed Feb 4, 2010
1 parent d3db5d8 commit e267f30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apache-camel/src/main/descriptors/common-bin.xml
Expand Up @@ -36,6 +36,7 @@
<include>org.apache.camel:camel-amqp</include>
<include>org.apache.camel:camel-atom</include>
<include>org.apache.camel:camel-bam</include>
<include>org.apache.camel:camel-bindy</include>
<include>org.apache.camel:camel-cache</include>
<include>org.apache.camel:camel-castor</include>
<include>org.apache.camel:camel-core</include>
Expand Down Expand Up @@ -63,22 +64,26 @@
<include>org.apache.camel:camel-jms</include>
<include>org.apache.camel:camel-josql</include>
<include>org.apache.camel:camel-jpa</include>
<include>org.apache.camel:camel-jt400</include>
<include>org.apache.camel:camel-juel</include>
<include>org.apache.camel:camel-jxpath</include>
<include>org.apache.camel:camel-ldap</include>
<include>org.apache.camel:camel-lucene</include>
<include>org.apache.camel:camel-mail</include>
<include>org.apache.camel:camel-mina</include>
<include>org.apache.camel:camel-msv</include>
<include>org.apache.camel:camel-mvel</include>
<include>org.apache.camel:camel-nagios</include>
<include>org.apache.camel:camel-ognl</include>
<include>org.apache.camel:camel-osgi</include>
<include>org.apache.camel:camel-printer</include>
<include>org.apache.camel:camel-protobuf</include>
<include>org.apache.camel:camel-quartz</include>
<include>org.apache.camel:camel-quickfix</include>
<include>org.apache.camel:camel-restlet</include>
<include>org.apache.camel:camel-rmi</include>
<include>org.apache.camel:camel-rss</include>
<include>org.apache.camel:camel-restlet</include>
<include>org.apache.camel:camel-ruby</include>
<include>org.apache.camel:camel-saxon</include>
<include>org.apache.camel:camel-scala</include>
<include>org.apache.camel:camel-script</include>
Expand All @@ -87,6 +92,7 @@
<include>org.apache.camel:camel-snmp</include>
<include>org.apache.camel:camel-spring</include>
<include>org.apache.camel:camel-spring-integration</include>
<include>org.apache.camel:camel-spring-osgi</include>
<include>org.apache.camel:camel-sql</include>
<include>org.apache.camel:camel-stream</include>
<include>org.apache.camel:camel-stringtemplate</include>
Expand Down

0 comments on commit e267f30

Please sign in to comment.