[tiled] r724 - trunk
tiled-svn at biggeruniverse.com
tiled-svn at biggeruniverse.com
Wed Feb 7 04:47:15 PST 2007
Author: bjorn
Date: 2007-02-07 06:47:14 -0600 (Wed, 07 Feb 2007)
New Revision: 724
Modified:
trunk/build.xml
Log:
Restored some insignificant whitespace and the "src/" directory.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-02-07 12:14:03 UTC (rev 723)
+++ trunk/build.xml 2007-02-07 12:47:14 UTC (rev 724)
@@ -52,10 +52,10 @@
</target>
<target name="compile_dep" depends="init" description="Compile the source">
- <javac source="1.4" target="1.4" srcdir="${src}" destdir="${build}"
- deprecation="on"/>
+ <javac source="1.4" target="1.4" srcdir="${src}" destdir="${build}"
+ deprecation="on"/>
<copy todir="${build}/tiled/mapeditor/resources">
- <fileset dir="./tiled/mapeditor/resources">
+ <fileset dir="./src/tiled/mapeditor/resources">
<include name="*.png" />
<include name="map.dtd" />
</fileset>
More information about the tiled-commit
mailing list