# HG changeset patch # User ymh # Date 1430746599 -7200 # Node ID 31fd2904ec57ed9141fa382e8f66565ef2ff5bc6 # Parent c20df1c080e699f5e6520afc583334a0a19fa7bd slight improvement on ant jslint task diff -r c20df1c080e6 -r 31fd2904ec57 sbin/build/client.xml --- a/sbin/build/client.xml Fri Feb 13 16:57:53 2015 +0100 +++ b/sbin/build/client.xml Mon May 04 15:36:39 2015 +0200 @@ -13,7 +13,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -83,11 +83,13 @@ - + - - - + + + + + diff -r c20df1c080e6 -r 31fd2904ec57 sbin/build/compil.sh --- a/sbin/build/compil.sh Fri Feb 13 16:57:53 2015 +0100 +++ b/sbin/build/compil.sh Mon May 04 15:36:39 2015 +0200 @@ -1,3 +1,3 @@ #!/bin/sh DIR=$(dirname $0) -sh ${DIR}/../res/ant/bin/ant -f ${DIR}/client.xml +sh ${DIR}/../res/ant/bin/ant -f ${DIR}/client.xml $@