From: <lh...@us...> - 2010-02-28 09:52:21
|
Revision: 160 http://tmapi.svn.sourceforge.net/tmapi/?rev=160&view=rev Author: lheuer Date: 2010-02-28 09:52:15 +0000 (Sun, 28 Feb 2010) Log Message: ----------- One more modification for Ant 1.8 Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2010-02-28 09:42:10 UTC (rev 159) +++ trunk/build.xml 2010-02-28 09:52:15 UTC (rev 160) @@ -82,7 +82,8 @@ <javac destdir="${dir.build.tests}" debug="on" optimize="off" - target="1.5"> + target="1.5" + includeruntime="false"> <classpath> <pathelement location="${dir.build.classes}"/> <pathelement location="${lib.junit}"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |