Revision: 1302
Author: mcculls
Date: Thu Oct 21 14:32:26 2010
Log: Issue 555: add missing guice-persist tasks
http://code.google.com/p/google-guice/source/detail?r=1302
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Thu Oct 21 12:10:16 2010
+++ /trunk/build.xml Thu Oct 21 14:32:26 2010
@@ -53,6 +53,9 @@
<copy toDir="${build.dir}/dist">
<fileset dir="extensions/multibindings/build" includes="*.jar"
excludes="*-with-deps.jar"/>
</copy>
+ <copy toDir="${build.dir}/dist">
+ <fileset dir="extensions/persist/build" includes="*.jar"
excludes="*-with-deps.jar"/>
+ </copy>
<copy toDir="${build.dir}/dist" file="COPYING"/>
<copy toDir="${build.dir}/dist">
@@ -183,6 +186,7 @@
<ant dir="extensions/jndi" antfile="build.xml" target="clean"/>
<ant dir="extensions/throwingproviders" antfile="build.xml"
target="clean"/>
<ant dir="extensions/multibindings" antfile="build.xml"
target="clean"/>
+ <ant dir="extensions/persist" antfile="build.xml" target="clean"/>
</target>
</project>
--
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.