[jboss-svn-commits] JBL Code SVN: r34553 - in labs/jbossesb/trunk/product: install and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 5 13:22:06 EDT 2010


Author: tfennelly
Date: 2010-08-05 13:22:06 -0400 (Thu, 05 Aug 2010)
New Revision: 34553

Modified:
   labs/jbossesb/trunk/product/build-distr.xml
   labs/jbossesb/trunk/product/install/build.xml
Log:
https://jira.jboss.org/browse/JBESB-3439
sxc jars are not deployed to the server

Modified: labs/jbossesb/trunk/product/build-distr.xml
===================================================================
--- labs/jbossesb/trunk/product/build-distr.xml	2010-08-05 17:19:23 UTC (rev 34552)
+++ labs/jbossesb/trunk/product/build-distr.xml	2010-08-05 17:22:06 UTC (rev 34553)
@@ -124,6 +124,9 @@
             <!-- smooks -->
             <fileset dir="${lib.dir}" includes="milyn-*.jar,freemarker-*.jar,jackson-lgpl-*.jar,ognl-*.jar,stringtemplate-*.jar,xpp3_min-*.jar"/>
             <fileset dir="${lib.ext.dir}" includes="opencsv-*.jar"/>
+
+            <!-- SXC -->
+            <fileset dir="${lib.dir}" includes="sxc-*.jar"/>
         </copy>
 
 	<copy todir="${build.dir}/jbossesb-registry.sar/">

Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2010-08-05 17:19:23 UTC (rev 34552)
+++ labs/jbossesb/trunk/product/install/build.xml	2010-08-05 17:22:06 UTC (rev 34553)
@@ -255,6 +255,7 @@
                 <include name="wstx-asl-*.jar"/>
                 <include name="xbean-*.jar"/>
                 <include name="xstream-*.jar"/>
+                <include name="sxc-*.jar"/>
 		
                 <!-- JUDDI V3 dependencies -->
                 <include name="juddi-core-*.jar"/>



More information about the jboss-svn-commits mailing list