summaryrefslogtreecommitdiffstats
path: root/theme-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-01-02 16:56:28 +0200
committerArtur Signell <artur@vaadin.com>2013-01-02 16:56:28 +0200
commitbeb245d0e8bcd03b8fc66fb678efe6232f28b973 (patch)
tree73f6a3d5759dc70457074f7fa6d02fe736eaebfe /theme-compiler
parent83e6f7acf0df5ddd23063d9acb9bff158f98d0e0 (diff)
downloadvaadin-framework-beb245d0e8bcd03b8fc66fb678efe6232f28b973.tar.gz
vaadin-framework-beb245d0e8bcd03b8fc66fb678efe6232f28b973.zip
Fixed typo in build script
Change-Id: I34f9e91b449ca92a5d6f1c32dd4c21a4d5d34753
Diffstat (limited to 'theme-compiler')
-rw-r--r--theme-compiler/build.xml4
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>