[jboss-cvs] JBoss Messaging SVN: r4144 - in trunk: native and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 5 19:28:54 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-05-05 19:28:54 -0400 (Mon, 05 May 2008)
New Revision: 4144

Added:
   trunk/native/bin/
   trunk/native/bin/libJBMLibAIO64.so
Modified:
   trunk/build-messaging.xml
Log:
JBMESSAGING-1283 - Adding binary files

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-05-05 21:55:56 UTC (rev 4143)
+++ trunk/build-messaging.xml	2008-05-05 23:28:54 UTC (rev 4144)
@@ -588,7 +588,7 @@
              showoutput="${junit.showoutput}"
              timeout="${junit.timeout}" >
          <sysproperty key="user.home" value="${user.home}"/>
-         <jvmarg value="-Djava.library.path=native/src/.libs"/>
+         <jvmarg value="-Djava.library.path=native/src/bin"/>
          <jvmarg value="-Xmx1024M"/>
          <!--<jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>-->
          <!--<jvmarg value="-ea"/>-->
@@ -623,7 +623,7 @@
              timeout="${junit.timeout}">
 
          <jvmarg value="-Xmx1024M"/>
-         <jvmarg value="-Djava.library.path=native/src/.libs"/>
+         <jvmarg value="-Djava.library.path=native/src/bin"/>
          <!--<jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>-->
          <!--<jvmarg value="-ea"/>-->
          <sysproperty key="jbm.remoting.disable.invm" value="${disable.invm}"/>

Added: trunk/native/bin/libJBMLibAIO64.so
===================================================================
(Binary files differ)


Property changes on: trunk/native/bin/libJBMLibAIO64.so
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list