Author: nextgens
Date: 2008-03-13 03:29:50 +0000 (Thu, 13 Mar 2008)
New Revision: 18502
Modified:
trunk/contrib/freenet_ext/build.xml
Log:
freenet-ext: update the path to the bdb-lib
Modified: trunk/contrib/freenet_ext/build.xml
===================================================================
--- trunk/contrib/freenet_ext/build.xml 2008-03-13 02:23:43 UTC (rev 18501)
+++ trunk/contrib/freenet_ext/build.xml 2008-03-13 03:29:50 UTC (rev 18502)
@@ -87,7 +87,7 @@
<target name="jar"
depends="clean,fec,jcpuid,nativethread,bigint,bdb,wrapper" description="Create
the jar file">
<jar jarfile="${jar.location}" basedir="${build}" includes="**">
<zipfileset src="../fec/common/lib/onion-common.jar"/>
- <zipfileset src="../bdb/lib/je.jar"/>
+ <zipfileset src="../bdb/build/lib/je.jar"/>
<zipfileset src="../wrapper/lib/wrapper.jar"/>
</jar>
</target>