</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/**" />
<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" />
<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">
<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"