[jboss-cvs] JBossAS SVN: r60821 - branches/Branch_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 23 05:25:47 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-23 05:25:46 -0500 (Fri, 23 Feb 2007)
New Revision: 60821

Modified:
   branches/Branch_4_2/build/build-distr.xml
Log:
JBAS-4147, include derby-plugin.jar in docs/examples/varia

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-02-23 10:25:22 UTC (rev 60820)
+++ branches/Branch_4_2/build/build-distr.xml	2007-02-23 10:25:46 UTC (rev 60821)
@@ -725,12 +725,17 @@
       </fileset>
     </copy>
 
+    <!-- Copy to docs/examples -->
     <mkdir dir="${install.examples.varia}"/>
     <copy todir="${install.examples.varia}" filtering="no">
       <fileset dir="${project.root}/testsuite/src/etc/cluster-test">
         <include name="jboss-bindings.xml"/>
       </fileset>
+      <fileset dir="${_module.output}/lib">
+        <include name="derby-plugin.jar"/>
+      </fileset>
     </copy>
+    
     <mkdir dir="${install.examples}/jmx/persistent-service.sar"/>
     <unjar src="${_module.output}/lib/persistent-service.sar"
       dest="${install.examples}/jmx/persistent-service.sar"/>




More information about the jboss-cvs-commits mailing list