/pom.xml
/plugin
/mojos
/compiler
/compiler-mojo (Base compiler mojo code)
/compiler-impl-mxmlc (Specialized compiler mojo for compiling MXML components)
/compiler-impl-compc (Specialized compiler mojo for compiling ActionScript components)
/compiler-impl-asdoc (Specialized compiler mojo for generating ASDoc documentation)
/generator
/generator-mojo (Base generator mojo code)
/generator-impl-gas3 (Specialized generator mojo for generating code using GAS3 generator)
/generator-impl-constants (Specialized generator mojo for geenrating code using Constants)
/unittest
/unittest-mojo (Unittest mojo for automatically generating a testrunner-swf that will execute the tests on the client and contains the server-component )
/unittest-client (Client-Side library acting as a communication link to the server-side testrunner)
/unittest-impl-flexunit (Client-Side library implementing the client-side flexunit testrunner)
/optimizer
/optimizer-mojo (Base optimizer mojo code)
/optimizer-impl-apparat (Specialized optimizer mojo for optimizing the generated SWFs using Apparat)
/copy-resources
/copy-resources-mojo (Copy resources mojo for automatically copying any referenced SWF and RSL resources to the webapp output directory)
/testsuite
|