[tiled] r768 - trunk

tiled-svn at biggeruniverse.com tiled-svn at biggeruniverse.com
Tue Jul 8 04:33:26 PDT 2008


Author: aturk
Date: 2008-07-08 06:33:26 -0500 (Tue, 08 Jul 2008)
New Revision: 768

Modified:
   trunk/build.xml
Log:
We have moved on- now the minimum supported version for Tiled is Java 5.

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-07-06 10:34:18 UTC (rev 767)
+++ trunk/build.xml	2008-07-08 11:33:26 UTC (rev 768)
@@ -41,7 +41,7 @@
   </target>
 
   <target name="compile" depends="init" description="Compile the source">
-    <javac source="1.4" target="1.4" srcdir="${src}" destdir="${build}"/>
+    <javac source="1.5" target="1.5" srcdir="${src}" destdir="${build}"/>
     <copy todir="${build}/tiled/mapeditor/resources">
       <fileset dir="./src/tiled/mapeditor/resources">
         <include name="*.png" />
@@ -52,7 +52,7 @@
   </target>
 
   <target name="compile_dep" depends="init" description="Compile the source">
-    <javac source="1.4" target="1.4" srcdir="${src}" destdir="${build}"
+    <javac source="1.5" target="1.5" srcdir="${src}" destdir="${build}"
       deprecation="on"/>
     <copy todir="${build}/tiled/mapeditor/resources">
       <fileset dir="./src/tiled/mapeditor/resources">




More information about the tiled-commit mailing list