[jboss-cvs] JBossAS SVN: r104540 - branches/JBPAPP_5_1_hornetq-int/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu May 6 17:32:24 EDT 2010
Author: clebert.suconic at jboss.com
Date: 2010-05-06 17:32:24 -0400 (Thu, 06 May 2010)
New Revision: 104540
Modified:
branches/JBPAPP_5_1_hornetq-int/build/build-distr.xml
branches/JBPAPP_5_1_hornetq-int/build/build.xml
Log:
Client classpath changes
Modified: branches/JBPAPP_5_1_hornetq-int/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1_hornetq-int/build/build-distr.xml 2010-05-06 21:08:32 UTC (rev 104539)
+++ branches/JBPAPP_5_1_hornetq-int/build/build-distr.xml 2010-05-06 21:32:24 UTC (rev 104540)
@@ -813,13 +813,15 @@
<include name="ra.xml"/>
<include name="jboss-as-6/**/*"/>
</fileset>
- <fileset dir="">
- </fileset>
</copy>
<copy todir="${install.root}/extras/hornetq/lib">
<fileset dir="${org.hornetq.lib}"></fileset>
<fileset dir="${org.jboss.netty.lib}"></fileset>
</copy>
+ <copy todir="${install.root}/client">
+ <fileset dir="${org.hornetq.lib}" includes="*-client.jar"></fileset>
+ <fileset dir="${org.jboss.netty.lib}" excludes="*-sources.jar"></fileset>
+ </copy>
<chmod perm="+x">
<fileset dir="${install.root}/extras/hornetq/">
Modified: branches/JBPAPP_5_1_hornetq-int/build/build.xml
===================================================================
--- branches/JBPAPP_5_1_hornetq-int/build/build.xml 2010-05-06 21:08:32 UTC (rev 104539)
+++ branches/JBPAPP_5_1_hornetq-int/build/build.xml 2010-05-06 21:32:24 UTC (rev 104540)
@@ -1234,6 +1234,7 @@
<fileset id="client.jar.fileset" dir="${client.jar.dir}">
<include name="*-client.jar"/>
+ <include name="netty.jar"/>
<include name="commons-logging.jar"/>
<include name="concurrent.jar"/>
<include name="ejb3-persistence.jar"/>
@@ -1311,7 +1312,7 @@
</jar>
<delete dir="${module.output}/temp" />
-
+
</target>
<!-- ================================================================== -->
More information about the jboss-cvs-commits
mailing list