diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-08 15:59:30 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-08 15:59:30 +0300 |
commit | ab6e73909a2ac5067facddbd2a8ac003bd3dba53 (patch) | |
tree | 066fb2efe862b83c8daf2550798a81ff4cc98ba6 /themes/ivy.xml | |
parent | e1327d73bd20ec75e49c37add22b137999707009 (diff) | |
download | vaadin-framework-ab6e73909a2ac5067facddbd2a8ac003bd3dba53.tar.gz vaadin-framework-ab6e73909a2ac5067facddbd2a8ac003bd3dba53.zip |
Make vaadin.themes a bundle (#9793)
Refactored themes/build.xml to use the common.xml jar target
Change-Id: I9bcdc149f0995814faa172023059e615d683d034
Diffstat (limited to 'themes/ivy.xml')
-rw-r--r-- | themes/ivy.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/ivy.xml b/themes/ivy.xml index 2f39771a95..e0e22429ab 100644 --- a/themes/ivy.xml +++ b/themes/ivy.xml @@ -9,6 +9,7 @@ <configurations> <conf name="build" /> + <conf name="build-provided" /> <conf name="compile-theme" visibility="private" /> </configurations> <publications> |