diff options
author | Artur Signell <artur@vaadin.com> | 2014-02-04 16:27:08 +0000 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-02-04 16:27:08 +0000 |
commit | 36266a0a450aa6ed59ed30286c8c5cb67876e5d0 (patch) | |
tree | cbc5ed28ef756f0b9759fe820e4b5bec8db1410a /theme-compiler/build.xml | |
parent | a52b0ba902781e5daeffa4f9bc2e48f35eea2c35 (diff) | |
download | vaadin-framework-36266a0a450aa6ed59ed30286c8c5cb67876e5d0.tar.gz vaadin-framework-36266a0a450aa6ed59ed30286c8c5cb67876e5d0.zip |
Revert "Use Logger instead of System.out and System.err (#10328)."
This reverts commit a52b0ba902781e5daeffa4f9bc2e48f35eea2c35.
Change-Id: I646c6067cd988f7593996642b22db3818f732d25
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 |