Author: gertv
Date: Fri Jul 18 02:08:05 2008
New Revision: 677861
URL: http://svn.apache.org/viewvc?rev=677861&view=rev
Log:
CAMEL-617: Add support for AS/400 DTAQ
Modified:
activemq/camel/trunk/components/camel-jt400/pom.xml
activemq/camel/trunk/components/pom.xml
Modified: activemq/camel/trunk/components/camel-jt400/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jt400/pom.xml?rev=677861&r1=677860&r2=677861&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-jt400/pom.xml (original)
+++ activemq/camel/trunk/components/camel-jt400/pom.xml Fri Jul 18 02:08:05 2008
@@ -27,7 +27,7 @@
</parent>
<artifactId>camel-jt400</artifactId>
<packaging>bundle</packaging>
- <name>Camel :: Java Toolbox for AS/400 (jt400)</name>
+ <name>Camel :: Java Toolbox for AS/400</name>
<description>Camel AS/400 support</description>
<properties>
Modified: activemq/camel/trunk/components/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/pom.xml?rev=677861&r1=677860&r2=677861&view=diff
==============================================================================
--- activemq/camel/trunk/components/pom.xml (original)
+++ activemq/camel/trunk/components/pom.xml Fri Jul 18 02:08:05 2008
@@ -56,6 +56,7 @@
<module>camel-josql</module>
<module>camel-jcr</module>
<module>camel-jpa</module>
+ <module>camel-jt400</module>
<module>camel-juel</module>
<module>camel-jxpath</module>
<module>camel-mail</module>