Okay fine, it wants ObjectInfo still, and we don't have it in actionscript. So, let's take that away once again.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@916 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Mike Thomas
2010-05-27 23:29:40 +00:00
parent b206917ee7
commit fb3c4d73fb
3 changed files with 2 additions and 109 deletions
+2
View File
@@ -242,6 +242,7 @@
<!-- generate our services that have no ActionScript counterpart -->
<genservice header="lib/SOURCE_HEADER" classpathref="classpath">
<fileset dir="src/java">
<include name="**/stage/client/*Service.java"/>
<include name="**/puzzle/client/*Service.java"/>
<include name="**/micasa/simulator/client/*Service.java"/>
<include name="**/micasa/lobby/*Service.java"/>
@@ -253,6 +254,7 @@
<genservice header="lib/SOURCE_HEADER" asroot="src/as" classpathref="classpath">
<fileset dir="src/java">
<include name="**/client/*Service.java"/>
<exclude name="**/stage/client/*Service.java"/>
<exclude name="**/puzzle/client/*Service.java"/>
<exclude name="**/micasa/simulator/client/*Service.java"/>
<exclude name="**/parlor/tourney/client/*Service.java"/>