]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use Flute from vaadin-shared-deps (#9612) 55/55/1
authorArtur Signell <artur@vaadin.com>
Thu, 4 Oct 2012 05:53:02 +0000 (08:53 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 4 Oct 2012 08:46:15 +0000 (11:46 +0300)
Change-Id: I03ad3d6070d6a87e98f28e5871df36aaf269edb8

gwt-files.xml
theme-compiler/build.xml
theme-compiler/ivy.xml

index 3ca6349dc925b6ba15c28ae3befa45f43c4b1a4b..89549f05532c44bcad18e5db412d62bace83b418 100644 (file)
                </fileset>
        </union>
 
-       <union id="theme-compiler.gwt.includes">
-               <!-- This is only temporary. Flute must be packaged separately as it is not in Maven and this version is also modified by the GWT team -->
-               <fileset dir="${gwt.user.jar.files}">
-                       <include name="org/w3c/flute/**" />
-               </fileset>
-       </union>
-
        <union id="client.gwt.includes">
                <fileset dir="${gwt.user.jar.files}">
                        <exclude name="META-INF/**" />
index 33612bef1bbc8e506a19e970d8d1db8a5684dc31..8a36513b7124d90247b9a6e0ff94be922246770a 100644 (file)
@@ -12,8 +12,6 @@
        <property name="module.name" value="vaadin-theme-compiler" />
        <property name="result.dir" value="result" />
        <path id="classpath.compile.custom">
-               <!-- This is only temporary until there is a packaged modified flute jar -->
-               <pathelement path="${gwt.user.jar.files}" />
        </path>
        <path id="classpath.tests.custom" />
 
@@ -21,7 +19,7 @@
 
        <target name="jar">
                <antcall target="common.jar">
-                       <reference torefid="extra.jar.includes" refid="theme-compiler.gwt.includes" />
+                       <reference torefid="extra.jar.includes" refid="empty.reference" />
                </antcall>
        </target>
        <target name="publish-local" depends="jar">
index 76061a9f2b29674774a167500d014f5291a0718b..9423512d509dfff6cd6e018b03f89a64118b3071 100644 (file)
         <dependency org="commons-cli" name="commons-cli" rev="1.2"
             conf="build,ide,tests->default" />
 
-        <!-- FIXME: This should use a repackaged version of flute with included 
-            GWT modifications. Only here to make IDE compilation work atm -->
-        <dependency org="milyn" name="flute" rev="1.3"
-            conf="ide->default" />
+        <dependency org="com.vaadin" name="vaadin-shared-deps" rev="1.0.0"
+            conf="build,ide,tests->default" />
 
         <!-- Provided build libs -->
         <dependency org="javax.servlet" name="servlet-api"