We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b77f3a commit 78ddfadCopy full SHA for 78ddfad
build.xml
@@ -2,8 +2,8 @@
2
<project name="jquery.multipleselectbox" default="deploy" basedir=".">
3
4
<property name="version" value="0.8.0" />
5
- <!-- Google Closure Compiler 20130411 (http://code.google.com/p/closure-compiler/downloads/list) -->
6
- <property name="compressorPath" location="../../ex_js/compiler-20130411/compiler.jar" />
+ <!-- Google Closure Compiler (http://code.google.com/p/closure-compiler/downloads/list) -->
+ <property name="compressorPath" location="../../ex_js/compiler-20130722/compiler.jar" />
7
<tstamp>
8
<format property="today" pattern="yyyy/MM/dd" />
9
</tstamp>
0 commit comments