Revision: 1303
Author: mcculls
Date: Thu Oct 21 14:37:21 2010
Log: Issue 554: don't include the ant runtime on the build classpath
http://code.google.com/p/google-guice/source/detail?r=1303

Modified:
 /trunk/common.xml

=======================================
--- /trunk/common.xml   Thu Oct 21 12:10:16 2010
+++ /trunk/common.xml   Thu Oct 21 14:37:21 2010
@@ -14,7 +14,7 @@
     <javac srcdir="${src.dir}"
          debug="on"
          destdir="${build.dir}/classes"
-         source="1.5" target="1.5">
+         source="1.5" target="1.5" includeantruntime="false">
       <classpath refid="compile.classpath"/>
     </javac>
     <copy toDir="${build.dir}/classes">
@@ -70,7 +70,7 @@
     <javac srcdir="${test.dir}"
          debug="on"
          destdir="${build.dir}/test"
-         source="1.5" target="1.5">
+         source="1.5" target="1.5" includeantruntime="false">
       <classpath path="${build.dir}/classes"/>
       <classpath path="${build.dir}/test"/>
       <classpath refid="compile.classpath"/>

--
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.

Reply via email to