Mercurial > cgi-bin > hgweb.cgi > Osdep
comparison build.xml @ 2:2abd1acde716
Fix KOTLIN_HOME paths.
author | davidb |
---|---|
date | Tue, 14 Apr 2020 11:48:32 -0700 |
parents | 895aa9a8d628 |
children |
comparison
equal
deleted
inserted
replaced
1:5ea54efa8e45 | 2:2abd1acde716 |
---|---|
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 <!-- cribbed from https://stackoverflow.com/questions/7129672/uppercase-lowercase-capitalize-an-ant-property --> | 25 <!-- cribbed from https://stackoverflow.com/questions/7129672/uppercase-lowercase-capitalize-an-ant-property --> |
26 <scriptdef language="javascript" name="toLowerCase"> | 26 <scriptdef language="javascript" name="toLowerCase"> |