You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/09/05 12:42:47 UTC

svn commit: r992755 - in /camel/trunk: apache-camel/src/main/descriptors/common-bin.xml components/camel-jasypt/pom.xml

Author: davsclaus
Date: Sun Sep  5 10:42:47 2010
New Revision: 992755

URL: http://svn.apache.org/viewvc?rev=992755&view=rev
Log:
CAMEL-2987: added optional jars for camel-jasypt tooling.

Modified:
    camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
    camel/trunk/components/camel-jasypt/pom.xml

Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=992755&r1=992754&r2=992755&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Sun Sep  5 10:42:47 2010
@@ -162,14 +162,18 @@
         <include>log4j:log4j</include>
         <include>org.slf4j:slf4j-api</include>
         <include>org.slf4j:slf4j-log4j12</include>
-        <!-- commons-XXX is needed when running examples using ANT -->
+        <!-- commons-XXX is needed when running examples using ANT or camel-jasypt tooling -->
         <include>commons-beanutils:commons-beanutils</include>
         <include>commons-collections:commons-collections</include>
         <include>commons-dbcp:commons-dbcp</include>
         <include>commons-pool:commons-pool</include>
+        <include>commons-lang:commons-lang</include>
+        <include>commons-codec:commons-codec</include>
         <include>org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec</include>
         <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
         <include>org.apache.geronimo.specs:geronimo-j2ee-jacc_1.0_spec</include>
+        <include>org.jasypt:jasypt</include>
+        <include>com.ibm.icu:icu4j</include>
       </includes>
     </dependencySet>
   </dependencySets>

Modified: camel/trunk/components/camel-jasypt/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jasypt/pom.xml?rev=992755&r1=992754&r2=992755&view=diff
==============================================================================
--- camel/trunk/components/camel-jasypt/pom.xml (original)
+++ camel/trunk/components/camel-jasypt/pom.xml Sun Sep  5 10:42:47 2010
@@ -112,7 +112,6 @@
                     <archive>
                         <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                         <manifest>
-                            <addClasspath>true</addClasspath>
                             <mainClass>org.apache.camel.component.jasypt.Main</mainClass>
                         </manifest>
                     </archive>