Revision: 1235
Author: sberlin
Date: Wed Sep 15 20:35:12 2010
Log: fixed ant build by changing persist build.properties & build.xml to
mirror other extensions.
http://code.google.com/p/google-guice/source/detail?r=1235
Modified:
/trunk/extensions/persist/build.properties
/trunk/extensions/persist/build.xml
=======================================
--- /trunk/extensions/persist/build.properties Tue May 25 15:48:47 2010
+++ /trunk/extensions/persist/build.properties Wed Sep 15 20:35:12 2010
@@ -1,4 +1,5 @@
-lib.dir=lib
+lib.dir=../../lib
+ext.lib.dir=lib
src.dir=src
test.dir=test
build.dir=build
=======================================
--- /trunk/extensions/persist/build.xml Tue May 25 15:48:47 2010
+++ /trunk/extensions/persist/build.xml Wed Sep 15 20:35:12 2010
@@ -6,7 +6,9 @@
<path id="compile.classpath">
<fileset dir="${lib.dir}" includes="*.jar"/>
- <fileset dir="../../lib/build" includes="*.jar"/>
+ <fileset dir="${lib.dir}/build" includes="*.jar"/>
+ <fileset dir="${ext.lib.dir}" includes="*.jar"/>
+ <fileset dir="${ext.lib.dir}/build" includes="*.jar"/>
<fileset dir="../../build/dist" includes="*.jar"/>
</path>
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.