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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 4 10:06:06 EST 2008


Author: jmesnil
Date: 2008-03-04 10:06:06 -0500 (Tue, 04 Mar 2008)
New Revision: 3842

Modified:
   trunk/.classpath
   trunk/build-messaging.xml
Log:
* updated BerkeleyDB jar version to 3.2.74

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2008-03-04 14:54:59 UTC (rev 3841)
+++ trunk/.classpath	2008-03-04 15:06:06 UTC (rev 3842)
@@ -76,6 +76,6 @@
 	<classpathentry kind="lib" path="thirdparty/slf4j/log4j/lib/slf4j-log4j12.jar"/>
 	<classpathentry kind="lib" path="src/etc/server/default/config"/>
 	<classpathentry kind="lib" path="src/etc/server/default/deploy"/>
-	<classpathentry kind="lib" path="lib/je-3.2.44.jar"/>
+	<classpathentry kind="lib" path="lib/je-3.2.74.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-03-04 14:54:59 UTC (rev 3841)
+++ trunk/build-messaging.xml	2008-03-04 15:06:06 UTC (rev 3842)
@@ -139,7 +139,7 @@
       <path refid="apache.mina.classpath"/>
       <path refid="slf4j.api.classpath"/>
       <path refid="slf4j.log4j.classpath"/>
-      <!-- <pathelement path="${build.lib}/je-3.2.44.jar"/> -->
+      <!-- <pathelement path="${build.lib}/je-3.2.74.jar"/> -->
    </path>
 
    <!--
@@ -171,7 +171,7 @@
    <path id="compilation.classpath">
       <path refid="external.dependencies.classpath"/>
       <path refid="jboss.dependencies.classpath"/>
-      <pathelement location="${project.root}/lib/je-3.2.44.jar"/>
+      <pathelement location="${project.root}/lib/je-3.2.74.jar"/>
       <pathelement location="${build.classes}"/> 
    </path>
 




More information about the jboss-cvs-commits mailing list