diff options
Diffstat (limited to 'theme-compiler/build.xml')
-rw-r--r-- | theme-compiler/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 71b1a6ae3e..aa378f7769 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -13,7 +13,7 @@ <path id="classpath.compile.custom" /> <path id="classpath.tests.custom" /> - <property name="classes.exclude" value="com/vaadin/buildhelpers/**" /> + <!--<property name="classes.exclude" value="com/vaadin/buildhelpers/**" />--> <target name="jar"> <antcall target="common.jar"> |