xiaodududu / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

build.xml missing section to copy persist jars into dist directory #555

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Fixed in trunk (r1302)

Original comment by mccu...@gmail.com on 21 Oct 2010 at 9:33