summaryrefslogtreecommitdiffstats
path: root/client-compiled
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-04 16:22:57 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:16 +0300
commit1cbf26ffc5f228d7000cac88d5d699a90988aaf9 (patch)
tree7a76344abd0c5de89983c97eee5af10464ce85b5 /client-compiled
parent41a73c169083ee510ca02204580d487eca5c35d1 (diff)
downloadvaadin-framework-1cbf26ffc5f228d7000cac88d5d699a90988aaf9.tar.gz
vaadin-framework-1cbf26ffc5f228d7000cac88d5d699a90988aaf9.zip
Do not build client-compiled-cache for now, it should be a separate module (#9299)
Diffstat (limited to 'client-compiled')
-rw-r--r--client-compiled/ivy.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml
index 496177682a..eb5513171e 100644
--- a/client-compiled/ivy.xml
+++ b/client-compiled/ivy.xml
@@ -11,8 +11,9 @@
<conf name="compile-module" visibility="private" />
</configurations>
<publications>
- <artifact type="jar" name="vaadin-client-compiled"/>
- <artifact type="jar" name="vaadin-client-compiled-cache"/>
+ <artifact type="jar" name="vaadin-client-compiled" />
+ <!-- cache must be a separate artifact, not within vaadin-client-compiled -->
+ <!-- <artifact type="jar" name="vaadin-client-compiled-cache"/> -->
</publications>
<dependencies>
<dependency org="com.vaadin" name="vaadin-server"