[jboss-cvs] JBossAS SVN: r92082 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 6 15:12:34 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-06 15:12:34 -0400 (Thu, 06 Aug 2009)
New Revision: 92082

Modified:
   branches/JBPAPP_5_0/build/build-distr.xml
Log:
JBPAPP-2317 - Add jbossjts-jacorb.jar to the client/ folder when building the AS

Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml	2009-08-06 18:54:08 UTC (rev 92081)
+++ branches/JBPAPP_5_0/build/build-distr.xml	2009-08-06 19:12:34 UTC (rev 92082)
@@ -2207,6 +2207,7 @@
            <fileset dir="${project.thirdparty}/jboss/jbossts/lib/">
                <include name="jbossjts.jar"/>
                <include name="jbossjts-integration.jar"/>
+               <include name="jbossjts-jacorb.jar"/>
            </fileset>
        </copy>
        <!-- install the JTA version of the config file as the default -->




More information about the jboss-cvs-commits mailing list