From fd37fb81381df76087f63dde0520eebc9ff96ee4 Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Fri, 30 May 2008 06:29:36 +0000 Subject: [PATCH] Converted vilya to AscTask using mkgroups approach git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@609 c613c5cb-e716-0410-b11b-feb51c14d237 --- build.xml | 15 +++++++-------- etc/asc-files-00.txt | 2 ++ etc/asc-files-01.txt | 31 +++++++++++++++++++++++++++++++ etc/asc-files.txt | 43 ++++++++++++++++++++++++++++--------------- etc/empty.as | 0 5 files changed, 68 insertions(+), 23 deletions(-) create mode 100644 etc/asc-files-00.txt create mode 100644 etc/asc-files-01.txt create mode 100644 etc/empty.as diff --git a/build.xml b/build.xml index f3c2cd8e..956ecb69 100644 --- a/build.xml +++ b/build.xml @@ -221,7 +221,7 @@ classpathref="classpath"/> - + @@ -229,19 +229,18 @@ - - - + + - - - + + + + diff --git a/etc/asc-files-00.txt b/etc/asc-files-00.txt new file mode 100644 index 00000000..71462a89 --- /dev/null +++ b/etc/asc-files-00.txt @@ -0,0 +1,2 @@ +com/threerings/parlor/data/Parameter.as +com/threerings/parlor/game/client/GameControllerDelegate.as diff --git a/etc/asc-files-01.txt b/etc/asc-files-01.txt new file mode 100644 index 00000000..907cfc9b --- /dev/null +++ b/etc/asc-files-01.txt @@ -0,0 +1,31 @@ +com/threerings/parlor/client/GameReadyObserver.as +com/threerings/parlor/client/Invitation.as +com/threerings/parlor/client/InvitationHandler.as +com/threerings/parlor/client/InvitationResponseObserver.as +com/threerings/parlor/client/ParlorDecoder.as +com/threerings/parlor/client/ParlorDirector.as +com/threerings/parlor/client/ParlorReceiver.as +com/threerings/parlor/client/ParlorService.as +com/threerings/parlor/client/ParlorService_InviteListener.as +com/threerings/parlor/client/TableConfigurator.as +com/threerings/parlor/client/TableService.as +com/threerings/parlor/data/ChoiceParameter.as +com/threerings/parlor/data/ParlorCodes.as +com/threerings/parlor/data/ParlorMarshaller.as +com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as +com/threerings/parlor/data/RangeParameter.as +com/threerings/parlor/data/Table.as +com/threerings/parlor/data/TableConfig.as +com/threerings/parlor/data/TableLobbyObject.as +com/threerings/parlor/data/TableMarshaller.as +com/threerings/parlor/data/ToggleParameter.as +com/threerings/parlor/game/client/GameConfigurator.as +com/threerings/parlor/game/client/GameController.as +com/threerings/parlor/game/data/GameAI.as +com/threerings/parlor/game/data/GameCodes.as +com/threerings/parlor/game/data/GameConfig.as +com/threerings/parlor/game/data/GameObject.as +com/threerings/parlor/turn/client/TurnGameController.as +com/threerings/parlor/turn/client/TurnGameControllerDelegate.as +com/threerings/parlor/turn/data/TurnGameObject.as +com/threerings/parlor/util/ParlorContext.as diff --git a/etc/asc-files.txt b/etc/asc-files.txt index fe8f8556..b710bdac 100644 --- a/etc/asc-files.txt +++ b/etc/asc-files.txt @@ -1,20 +1,33 @@ -com/threerings/parlor/data/*.as -com/threerings/parlor/util/*.as -com/threerings/parlor/game/data/*.as -com/threerings/parlor/game/client/GameConfigurator.as -com/threerings/parlor/game/client/GameController.as -com/threerings/parlor/game/client/GameControllerDelegate.as -com/threerings/parlor/client/TableService.as +com/threerings/parlor/client/GameReadyObserver.as +com/threerings/parlor/client/Invitation.as +com/threerings/parlor/client/InvitationHandler.as +com/threerings/parlor/client/InvitationResponseObserver.as +com/threerings/parlor/client/ParlorDecoder.as +com/threerings/parlor/client/ParlorDirector.as +com/threerings/parlor/client/ParlorReceiver.as com/threerings/parlor/client/ParlorService.as com/threerings/parlor/client/ParlorService_InviteListener.as com/threerings/parlor/client/TableConfigurator.as -com/threerings/parlor/client/GameReadyObserver.as -com/threerings/parlor/client/Invitation.as -com/threerings/parlor/client/InvitationResponseObserver.as -com/threerings/parlor/client/ParlorDirector.as -com/threerings/parlor/client/ParlorReceiver.as -com/threerings/parlor/client/ParlorDecoder.as -com/threerings/parlor/client/InvitationHandler.as -com/threerings/parlor/turn/data/TurnGameObject.as +com/threerings/parlor/client/TableService.as +com/threerings/parlor/data/ChoiceParameter.as +com/threerings/parlor/data/Parameter.as +com/threerings/parlor/data/ParlorCodes.as +com/threerings/parlor/data/ParlorMarshaller.as +com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as +com/threerings/parlor/data/RangeParameter.as +com/threerings/parlor/data/Table.as +com/threerings/parlor/data/TableConfig.as +com/threerings/parlor/data/TableLobbyObject.as +com/threerings/parlor/data/TableMarshaller.as +com/threerings/parlor/data/ToggleParameter.as +com/threerings/parlor/game/client/GameConfigurator.as +com/threerings/parlor/game/client/GameController.as +com/threerings/parlor/game/client/GameControllerDelegate.as +com/threerings/parlor/game/data/GameAI.as +com/threerings/parlor/game/data/GameCodes.as +com/threerings/parlor/game/data/GameConfig.as +com/threerings/parlor/game/data/GameObject.as com/threerings/parlor/turn/client/TurnGameController.as com/threerings/parlor/turn/client/TurnGameControllerDelegate.as +com/threerings/parlor/turn/data/TurnGameObject.as +com/threerings/parlor/util/ParlorContext.as diff --git a/etc/empty.as b/etc/empty.as new file mode 100644 index 00000000..e69de29b