]> source.dussan.org Git - vaadin-framework.git/commitdiff
Do not build client-compiled-cache for now, it should be a separate module (#9299)
authorArtur Signell <artur@vaadin.com>
Tue, 4 Sep 2012 13:22:57 +0000 (16:22 +0300)
committerArtur Signell <artur@vaadin.com>
Sun, 9 Sep 2012 08:23:16 +0000 (11:23 +0300)
client-compiled/ivy.xml

index 496177682af2cd91ec21c4419797bb03a02ac993..eb5513171e8e42862bcac17710ee303067970feb 100644 (file)
@@ -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"