[supertweet-twitter-api-oauth-proxy] r14 committed - specify Java language level and target level to 1.6 on javac task

10 views
Skip to first unread message

supertweet-twitte...@googlecode.com

unread,
Jan 30, 2014, 12:58:22 PM1/30/14
to supertweet-...@googlegroups.com
Revision: 14
Author: mrblogdotorg
Date: Thu Jan 30 17:58:11 2014 UTC
Log: specify Java language level and target level to 1.6 on javac task
http://code.google.com/p/supertweet-twitter-api-oauth-proxy/source/detail?r=14

Modified:
/trunk/build.xml

=======================================
--- /trunk/build.xml Sat Jan 1 19:25:33 2011 UTC
+++ /trunk/build.xml Thu Jan 30 17:58:11 2014 UTC
@@ -46,7 +46,7 @@
</target>

<target name="build" depends="setup" description="Layout war/ directory,
compiles Java source, copies other resource files to the WAR.">
- <javac srcdir="src" destdir="${classes}"
classpathref="project.classpath" debug="on" includeantruntime="false" />
+ <javac target="1.6" source="1.6" srcdir="src" destdir="${classes}"
classpathref="project.classpath" debug="on" includeantruntime="false" />
</target>

<target name="war" depends="build" description="war task">
Reply all
Reply to author
Forward
0 new messages