|
From: <lh...@us...> - 2010-02-28 09:42:16
|
Revision: 159
http://tmapi.svn.sourceforge.net/tmapi/?rev=159&view=rev
Author: lheuer
Date: 2010-02-28 09:42:10 +0000 (Sun, 28 Feb 2010)
Log Message:
-----------
Make Ant 1.8 happy (suggested by Markus Ueberall)
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2010-02-27 18:52:32 UTC (rev 158)
+++ trunk/build.xml 2010-02-28 09:42:10 UTC (rev 159)
@@ -135,7 +135,8 @@
<target name="compile" depends="clean, prepare">
<javac destdir="${dir.build.classes}"
debug="${debug}"
- target="1.5">
+ target="1.5"
+ includeruntime="false">
<src path="${dir.src}"/>
<classpath>
<pathelement location="${lib.osgi}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|