The fb45_examples depot contains an example project that uses Flash Builder 4.5 to build a modular application based on the Parsley framework from spicefactory.
- sample-modules-shell : The main AIR project, includes several modules compiled within the project
- sample-module3 : A module that is loaded by sample-modules-shell
- sample-modules-common : Common code that is used across projects that are part of sample-modules-shell
- spicelib-common : Logging extensions and modifications used with Spicefactory logging
- Fork it.
- Create a branch (
git checkout -b my_changes
) - Commit your changes (
git commit -am "Added Snarkdown"
) - Push to the branch (
git push origin my_changes
) - Create an Issue with a link to your branch