blob: e489b53e823411585b04aa35f120d3b720014d77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- build.xml.old 2006-10-07 12:09:28.000000000 +0200
+++ build.xml 2006-10-07 12:10:53.000000000 +0200
@@ -21,6 +21,7 @@
</path>
<!-- TASK DEFINITIONS -->
+ <!--
<taskdef name="jsmoothgen"
classname="net.charabia.jsmoothgen.ant.JSmoothGen"
classpath="${freecol.build.dir}/jars/jsmoothgen-ant.jar"
@@ -29,6 +30,7 @@
classname="com.izforge.izpack.ant.IzPackTask"
classpath="${freecol.build.dir}/jars/standalone-compiler.jar"
/>
+ -->
<target name="init" unless="TSTAMP">
<tstamp/>
|