Status: New
Owner: ----
New issue 554 by latchkey: includeantruntime="false" missing from common.xml
http://code.google.com/p/google-guice/issues/detail?id=554
super minor, but makes the build a tiny bit cleaner with ant 1.8.1.
google-guice-read-only $ svn diff common.xml
Index: common.xml
===================================================================
--- common.xml (revision 1291)
+++ common.xml (working copy)
@@ -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">
--
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.