Skip to content

Commit

Permalink
Use Java 1.5 compatable fallback YUI Compressor.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Oct 20, 2010
1 parent de05a4b commit 3581ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion componentbuild/shared/macrolib.xml
Expand Up @@ -131,7 +131,7 @@
</then>
<else>
<echo level="info">Running yuicompressor on @{src} with @{args}</echo>
<java jar="${yuicompressor.jar}" fork="true" failonerror="true">
<java jar="${yuicompressor.java15.jar}" fork="true" failonerror="true">
<arg line="@{args} -o" />
<arg file="@{dest}" />
<arg file="@{src}" />
Expand Down
1 change: 1 addition & 0 deletions componentbuild/shared/properties.xml
Expand Up @@ -26,6 +26,7 @@
<property name="jslintconsole.js" location="${builddir}/lib/jslint/jslint-console.js" />
<property name="jslintsrc.js" location="${builddir}/lib/jslint/fulljslint.js" />
<property name="yuicompressor.jar" location="${builddir}/lib/yuicompressor/yuicompressor-2.4.5pre.jar" />
<property name="yuicompressor.java15.jar" location="${builddir}/lib/yuicompressor/yuicompressor-2.4.4.jar" />
<property name="yrb2jsonconsole.js" location="${builddir}/lib/yrb2json/yrb2json-console.js" />
<property name="yrb2jsonsrc.js" location="${builddir}/lib/yrb2json/yrb2json.js" />

Expand Down

0 comments on commit 3581ab5

Please sign in to comment.