| { | |
| "config": "royale", | |
| "type": "lib", | |
| "compilerOptions": { | |
| "debug": true, | |
| "targets": [ | |
| "SWF", | |
| "JSRoyale" | |
| ], | |
| "include-classes": [ | |
| "TestingClasses" | |
| ], | |
| "include-sources": [ | |
| "src/main/royale" | |
| ], | |
| "library-path": [ | |
| "../../../../flex-flexunit/FlexUnit4/target/flexunit-4.3.0-20140410-as3_4.12.0.swc" | |
| ], | |
| "output": "target/Testing.swc" | |
| } | |
| } |