[jboss-cvs] JBossAS SVN: r71352 - branches/JBPAPP_4_2_0_GA_CP/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 27 11:54:07 EDT 2008


Author: dbhole
Date: 2008-03-27 11:54:06 -0400 (Thu, 27 Mar 2008)
New Revision: 71352

Modified:
   branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml
   branches/JBPAPP_4_2_0_GA_CP/build/build-release.xml
Log:

Fix JBPAPP-714: Copy quartz-all.jar into lib directories instead of quartz.jar



Modified: branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml	2008-03-27 15:08:35 UTC (rev 71351)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml	2008-03-27 15:54:06 UTC (rev 71352)
@@ -1687,7 +1687,7 @@
         <include name="jaxen.jar"/>
       </fileset>
       <!-- Quartz needed by quartz-ra.rar -->
-      <fileset dir="${quartz.quartz.lib}" includes="quartz.jar"/>
+      <fileset dir="${quartz.quartz.lib}" includes="quartz-all.jar"/>
     </copy>
 
     <antcall target="ws-thirdparty" />

Modified: branches/JBPAPP_4_2_0_GA_CP/build/build-release.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build-release.xml	2008-03-27 15:08:35 UTC (rev 71351)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build-release.xml	2008-03-27 15:54:06 UTC (rev 71352)
@@ -342,7 +342,7 @@
        <fileset dir="${jboss.dist}/server/all/lib" />
        <!-- Include the prematurely added quartz stuff for ejb3 config -->
        <fileset dir="${jboss.thirdparty}/quartz/lib">
-          <include name="quartz.jar"/>
+          <include name="quartz-all.jar"/>
        </fileset>
      </copy>
      <!-- Create a unified server/deploy directory -->




More information about the jboss-cvs-commits mailing list