I am trying to package my AIR application but the applicationContext.xml and applicationContext.properties are obviously not found at runtime. For a test I copied them manually next to the main SWF in the exploded AIR application folder (OS-X):

<MyApp.app>/Contents/Resources/MyApp.swf
<MyApp.app>/Contents/Resources/applicationContext.xml
<MyApp.app>/Contents/Resources/applicationContext.properties

This is the structure that works as a web application. Any hints?

Thanks,
Peter