diff options
author | Aleksi Hietanen <aleksi@vaadin.com> | 2016-10-24 16:36:56 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-10-24 17:29:26 +0000 |
commit | eb39bd3df37fe0704c7bf2de95a85a7bf1e627a8 (patch) | |
tree | 7684f0cabc0fd20833092e6b7b00e50f7a586292 /all | |
parent | 3f37f893cbebebc3c9ddbeaaedba4658026428f0 (diff) | |
download | vaadin-framework-eb39bd3df37fe0704c7bf2de95a85a7bf1e627a8.tar.gz vaadin-framework-eb39bd3df37fe0704c7bf2de95a85a7bf1e627a8.zip |
Add compatibility-themes to ivysettings and all-assembly-descriptor
Change-Id: Ib898d9bcfa87e32589c43f70f796fc23999cef96
Diffstat (limited to 'all')
-rw-r--r-- | all/all-assembly-descriptor.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/all-assembly-descriptor.xml b/all/all-assembly-descriptor.xml index f0fa64a43c..2a7cf09a82 100644 --- a/all/all-assembly-descriptor.xml +++ b/all/all-assembly-descriptor.xml @@ -30,6 +30,7 @@ <exclude>${project.groupId}:vaadin-client-compiled</exclude> <exclude>${project.groupId}:vaadin-compatibility-shared</exclude> <exclude>${project.groupId}:vaadin-compatibility-server</exclude> + <exclude>${project.groupId}:vaadin-compatibility-themes</exclude> <exclude>${project.groupId}:vaadin-compatibility-client</exclude> <exclude>${project.groupId}:vaadin-compatibility-client-compiled</exclude> <exclude>${project.groupId}:vaadin-widgets</exclude> |