diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-03 15:36:28 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:08 +0300 |
commit | 1d6f0611a8dc7478caf2126ccd191d4284259cba (patch) | |
tree | 19ce396cb937c1255796552a78d944a0b99e26ec /theme-compiler/build.xml | |
parent | 557acfb6c4212ad1ddd5270fc7e25f1fc3d63762 (diff) | |
download | vaadin-framework-1d6f0611a8dc7478caf2126ccd191d4284259cba.tar.gz vaadin-framework-1d6f0611a8dc7478caf2126ccd191d4284259cba.zip |
Added themes-compiled module (#9299)
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"> |