make/build.xml

changeset 1353
b9dda83d984b
parent 1327
fb53538ea56b
child 1371
a8c536d1d3e0
     1.1 --- a/make/build.xml	Mon Dec 15 16:30:45 2014 +0530
     1.2 +++ b/make/build.xml	Wed May 13 15:41:46 2015 +0200
     1.3 @@ -189,7 +189,7 @@
     1.4      <mkdir dir="${fxshell.classes.dir}"/>
     1.5      <javac srcdir="${fxshell.dir}"
     1.6             destdir="${fxshell.classes.dir}"
     1.7 -           classpath="${dist.jar}:${javac.classpath}"
     1.8 +           classpath="${dist.jar}${path.separator}${javac.classpath}"
     1.9             debug="${javac.debug}"
    1.10             encoding="${javac.encoding}"
    1.11             includeantruntime="false">

mercurial