Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 852 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 852 Bytes

fb45_examples

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.

Projects:

  • 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

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_changes)
  3. Commit your changes (git commit -am "Added Snarkdown")
  4. Push to the branch (git push origin my_changes)
  5. Create an Issue with a link to your branch