diff options
author | Henri Sara <hesara@vaadin.com> | 2013-01-02 14:57:44 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-01-02 14:57:44 +0000 |
commit | be39a69211330310848778af9096c50dd53b93ad (patch) | |
tree | f4f97ed9bc18bfb21294b5dd41dcff10d246a245 /theme-compiler | |
parent | eb9854cf3b184374916d0a8f162409d250f13ca5 (diff) | |
parent | beb245d0e8bcd03b8fc66fb678efe6232f28b973 (diff) | |
download | vaadin-framework-be39a69211330310848778af9096c50dd53b93ad.tar.gz vaadin-framework-be39a69211330310848778af9096c50dd53b93ad.zip |
Merge "Fixed typo in build script"
Diffstat (limited to 'theme-compiler')
-rw-r--r-- | theme-compiler/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 48ee9fdc73..1f9cddebd7 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -20,8 +20,8 @@ <!--<property name="classes.exclude" value="com/vaadin/buildhelpers/**" />--> <target name="parser"> - <!-- Copy javacc-5.0.jar to ${result.path}/javacc/javacc.jar as the javacc task requires the jar to be named javacc.jar --> - <property name="javacc.home" location="${result.path}/javacc" /> + <!-- Copy javacc-5.0.jar to ${result.dir}/javacc/javacc.jar as the javacc task requires the jar to be named javacc.jar --> + <property name="javacc.home" location="${result.dir}/javacc" /> <ivy:retrieve organisation="net.java.dev.javacc" module="javacc" revision="5.0" inline="true" type="jar" pattern="${javacc.home}/[artifact].[ext]" /> <javacc target="${sass.parser.jj}" javacchome="${javacc.home}"> </javacc> |