Open GoogleCodeExporter opened 9 years ago
google-guice-read-only $ svn diff build.xml Index: build.xml =================================================================== --- build.xml (revision 1291) +++ build.xml (working copy) @@ -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">
Original issue reported on code.google.com by latch...@gmail.com on 14 Oct 2010 at 8:38
latch...@gmail.com
Fixed in trunk (r1302)
Original comment by mccu...@gmail.com on 21 Oct 2010 at 9:33
mccu...@gmail.com
Original issue reported on code.google.com by
latch...@gmail.com
on 14 Oct 2010 at 8:38