Regenerated all of the ActionScript services using the new code generation tool.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4401 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-10-04 20:41:51 +00:00
parent ad7ac5aa3e
commit e99ac5762d
22 changed files with 369 additions and 189 deletions
+2 -1
View File
@@ -52,7 +52,8 @@
<exclude name="**/InvocationService.java"/>
</javac>
<!-- now generate the associated files -->
<service header="lib/SOURCE_HEADER" classpathref="classpath">
<service header="lib/SOURCE_HEADER" asroot="src/as"
classpathref="classpath">
<fileset dir="src/java" includes="**/*Service.java"
excludes="**/InvocationService.java"/>
<providerless service="AdminService"/>