]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed typo in build script 63/563/1
authorArtur Signell <artur@vaadin.com>
Wed, 2 Jan 2013 14:56:28 +0000 (16:56 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 2 Jan 2013 14:56:28 +0000 (16:56 +0200)
Change-Id: I34f9e91b449ca92a5d6f1c32dd4c21a4d5d34753

theme-compiler/build.xml

index 48ee9fdc7301ed25d08434d39fa48eeed90adbd7..1f9cddebd7268f7320e675ac7b06bd78da8e64f4 100644 (file)
@@ -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>