root/lang/actionscript/as3oauth/airake.yml @ 11515

Revision 11462, 361 bytes (checked in by lyokato, 5 years ago)

lang/actionscript/as3oauth: initial release

Line 
1---
2mxml_path: src/As3oauth.mxml
3appxml_path: src/As3oauth-app.xml
4
5src_dirs: [ 'src' ]
6lib_dir: lib
7
8air_path: bin/As3oauth.air
9swf_path: bin/As3oauth.swf
10assets: src/assets
11certificate: cert.pfx
12
13development:
14  debug: true
15
16test:
17  swf_path: bin/Test.swf
18  mxml_path: test/Test.mxml
19  appxml_path: test/Test-app.xml
20  src_dirs: [ 'src', 'test' ]
21  debug: true
Note: See TracBrowser for help on using the browser.