From 220b7a28b542243514a871bd4a142858d9d8ca81 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Tue, 30 Nov 2010 01:53:02 +0000 Subject: [PATCH] Add the actionscript streamable generator git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6314 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/main/resources/com/threerings/presents/tools.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/com/threerings/presents/tools.properties b/src/main/resources/com/threerings/presents/tools.properties index acb1864ce..22229e163 100644 --- a/src/main/resources/com/threerings/presents/tools.properties +++ b/src/main/resources/com/threerings/presents/tools.properties @@ -3,6 +3,7 @@ genservice=com.threerings.presents.tools.GenServiceTask genreceiver=com.threerings.presents.tools.GenReceiverTask instream=com.threerings.presents.tools.InstrumentStreamableTask genascript=com.threerings.presents.tools.GenActionScriptTask +genascriptstreamable=com.threerings.presents.tools.GenActionScriptStreamableTask gencppservice=com.threerings.presents.tools.cpp.GenCPPServiceTask gencppstreamable=com.threerings.presents.tools.cpp.GenCPPStreamableTask gencppreceiver=com.threerings.presents.tools.cpp.GenCPPReceiverTask