[jboss-svn-commits] JBL Code SVN: r15525 - labs/jbossesb/trunk/product.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 2 19:22:36 EDT 2007
Author: tfennelly
Date: 2007-10-02 19:22:36 -0400 (Tue, 02 Oct 2007)
New Revision: 15525
Modified:
labs/jbossesb/trunk/product/build.xml
Log:
moved copy of jaxb intros to accommodate esb server construction
Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml 2007-10-02 22:44:38 UTC (rev 15524)
+++ labs/jbossesb/trunk/product/build.xml 2007-10-02 23:22:36 UTC (rev 15525)
@@ -402,10 +402,12 @@
<antcall target="install.docs" />
<antcall target="install.samples" />
+ <copy todir="${org.jboss.esb.internal.jar.dest}">
+ <fileset dir="lib/ext" includes="jboss-jaxb-intros.jar"/>
+ </copy>
<ant antfile="build-distr.xml" target="dist" />
<copy todir="${org.jboss.esb.internal.jar.dest}">
<fileset dir="build" includes="jbossesb.sar/**"/>
- <fileset dir="lib/ext" includes="jboss-jaxb-intros.jar"/>
</copy>
</target>
More information about the jboss-svn-commits
mailing list