diff options
Diffstat (limited to 'theme-compiler/build.xml')
-rw-r--r-- | theme-compiler/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 324934bd10..03d0531a68 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -20,7 +20,8 @@ </path> <path id="classpath.test.custom" /> - <property name="classes.exclude" value="**/*.properties"/> + <!--<property name="classes.exclude" value="com/vaadin/buildhelpers/**" + /> --> <target name="parser"> <!-- Copy javacc-5.0.jar to ${result.dir}/javacc/javacc.jar as the |