Added ByteEnumUtil for all your fromByte() needs, included it in the GWT jar in

case you need to do it in the land of gwit.
This commit is contained in:
Michael Bayne
2009-07-10 20:37:57 +00:00
parent 9469575ad7
commit 9fd87441ac
3 changed files with 54 additions and 11 deletions
+1
View File
@@ -165,6 +165,7 @@
<copy todir="${gwtjar.dir}">
<fileset dir="src/java" includes="com/samskivert/Depot.gwt.xml"/>
<fileset dir="src/java" includes="com/samskivert/depot/ByteEnum.java"/>
<fileset dir="src/java" includes="com/samskivert/depot/util/ByteEnumUtil.java"/>
</copy>
<jar basedir="${gwtjar.dir}" destfile="${deploy.dir}/${lib.name}-gwt.jar"/>
<delete dir="${gwtjar.dir}"/>