Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison build.xml @ 22:cd2ca4727b7f
Builds under Windows.
author | davidb |
---|---|
date | Thu, 16 Apr 2020 11:10:39 -0700 |
parents | 39b977021ea1 |
children | 5cac95c17fef |
comparison
equal
deleted
inserted
replaced
21:539c3641c539 | 22:cd2ca4727b7f |
---|---|
16 </macrodef> | 16 </macrodef> |
17 <env-require name="JRE_HOME"/> | 17 <env-require name="JRE_HOME"/> |
18 <env-require name="KOTLIN_HOME"/> | 18 <env-require name="KOTLIN_HOME"/> |
19 | 19 |
20 <!-- define the kotlin task --> | 20 <!-- define the kotlin task --> |
21 <property name="kotlin.lib" value="${env.KOTLIN_HOME}/libexec/lib"/> | 21 <property name="kotlin.lib" value="${env.KOTLIN_HOME}/lib"/> |
22 <typedef resource="org/jetbrains/kotlin/ant/antlib.xml" | 22 <typedef resource="org/jetbrains/kotlin/ant/antlib.xml" |
23 classpath="${kotlin.lib}/kotlin-ant.jar"/> | 23 classpath="${kotlin.lib}/kotlin-ant.jar"/> |
24 | 24 |
25 <!-- define the package-building tasks --> | 25 <!-- define the package-building tasks --> |
26 <taskdef resource="com/sun/javafx/tools/ant/antlib.xml" | 26 <taskdef resource="com/sun/javafx/tools/ant/antlib.xml" |