summaryrefslogtreecommitdiff
path: root/tools/tmwcon/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tmwcon/build.xml')
-rwxr-xr-xtools/tmwcon/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tmwcon/build.xml b/tools/tmwcon/build.xml
index b2937e66..26497f8e 100755
--- a/tools/tmwcon/build.xml
+++ b/tools/tmwcon/build.xml
@@ -13,8 +13,7 @@
<target name="compile" depends="init" description="Compile the source">
<javac source="1.5" target="1.5" srcdir="src" destdir="build"
- deprecation="on" classpath="tiled.jar;tiled-core.jar;plugins/tmw.jar;tmw.jar"/>
- <copy file="build/Converter.class" todir="."/>
+ deprecation="on" classpath="tiled-core.jar;tmw.jar"/>
</target>
<target name="dist" depends="compile" description="Generate the distribution">