[jboss-cvs] JBoss Messaging SVN: r7179 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 3 08:48:02 EDT 2009


Author: ataylor
Date: 2009-06-03 08:48:02 -0400 (Wed, 03 Jun 2009)
New Revision: 7179

Modified:
   trunk/build-messaging.xml
Log:
added so's to teh resource jar

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-06-03 11:50:33 UTC (rev 7178)
+++ trunk/build-messaging.xml	2009-06-03 12:48:02 UTC (rev 7179)
@@ -772,6 +772,9 @@
            <include name="ra.xml"/>
            <exclude  name="**/build.xml"/>
          </fileset>
+         <fileset dir="${native.bin.dir}">
+           <include  name="**/*.so"/>
+         </fileset>
       </jar>
    </target>
 




More information about the jboss-cvs-commits mailing list