Export our samskivert code as a module as well.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2382 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2008-09-05 17:05:37 +00:00
parent 5facd275b1
commit c02372cad6
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -156,6 +156,7 @@
</jar>
<!-- we export a small selection of classes for use by GWT -->
<copy todir="${gwtjar.dir}">
<fileset dir="src/java" includes="com/samskivert/Utils.gwt.xml"/>
<fileset dir="src/java" includes="com/samskivert/text/MessageUtil.java"/>
<fileset dir="src/java" includes="com/samskivert/jdbc/depot/ByteEnum.java"/>
</copy>
+6
View File
@@ -0,0 +1,6 @@
<!-- $Id$ -->
<!-- Exports various samskivert utilities to GWT. -->
<module>
<source path="jdbc/depot"/>
<source path="text"/>
</module>