Make actionscript streamable sort and gorup the imports according to the aspirin convention. This doesn't yet accomodate imports that were added for non-generated blocks, but is very close to not requiring any postprocessing for the streamable who code, i.e. touchin mah filez

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6655 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2011-06-14 08:25:12 +00:00
parent e9099dc415
commit 82bf9dcd75
4 changed files with 74 additions and 5 deletions
@@ -1,9 +1,12 @@
{{header}}// GENERATED PREAMBLE START
package {{package}} {
{{#imports}}
{{#importGroups}}
{{#this}}
import {{this}};
{{/imports}}
{{/this}}
{{/importGroups}}
// GENERATED PREAMBLE END
// GENERATED CLASSDECL START
@@ -1,9 +1,12 @@
{{header}}// GENERATED PREAMBLE START
package {{package}} {
{{#imports}}
{{#importGroups}}
{{#this}}
import {{this}};
{{/imports}}
{{/this}}
{{/importGroups}}
// GENERATED PREAMBLE END
// GENERATED CLASSDECL START