We need a GWT module.

This commit is contained in:
Michael Bayne
2008-11-16 07:53:22 +00:00
parent 50053f5282
commit c60181a484
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -156,6 +156,7 @@
<!-- we export a small selection of classes for use by GWT -->
<mkdir dir="${gwtjar.dir}"/>
<copy todir="${gwtjar.dir}">
<fileset dir="src/java" includes="com/samskivert/Depot.gwt.xml"/>
<fileset dir="src/java" includes="com/samskivert/depot/ByteEnum.java"/>
</copy>
<jar basedir="${gwtjar.dir}" destfile="${deploy.dir}/${lib.name}-gwt.jar"/>
+5
View File
@@ -0,0 +1,5 @@
<!-- $Id$ -->
<!-- Exports a subset of Depot classes to GWT. -->
<module>
<source path="depot"/>
</module>