Revision: 18455 http://sourceforge.net/p/gate/code/18455 Author: ian_roberts Date: 2014-11-13 21:19:21 +0000 (Thu, 13 Nov 2014) Log Message: ----------- When using Java 7 constructs in source code, it helps to configure the compiler appropriately.
Modified Paths: -------------- gate/trunk/plugins/Crowd_Sourcing/build.xml Modified: gate/trunk/plugins/Crowd_Sourcing/build.xml =================================================================== --- gate/trunk/plugins/Crowd_Sourcing/build.xml 2014-11-13 21:10:30 UTC (rev 18454) +++ gate/trunk/plugins/Crowd_Sourcing/build.xml 2014-11-13 21:19:21 UTC (rev 18455) @@ -37,8 +37,8 @@ destdir="${classes.dir}" debug="true" debuglevel="lines,source,vars" - source="1.6" - target="1.6"> + source="1.7" + target="1.7"> <compilerarg value="-Xmaxwarns" /> <compilerarg value="${gate.compile.maxwarnings}" /> <compilerarg value="-Xlint:all" /> @@ -62,7 +62,7 @@ classpathref="compile.classpath" encoding="UTF-8" windowtitle="${plugin.name} JavaDoc" - source="1.6"> + source="1.7"> <sourcepath> <pathelement location="${src.dir}" /> </sourcepath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs