AS3 projects and AIR

Hi actionscripters,

I have a bunch of projects that I have made in Flex Builder Pro. I use the plug-in version with Eclipse. I use straight “Actionscript Projects”, meaning I don’t use any of that mxml stuff or designer mode. I instantiate all my objects in code.

Now I want to build my project as an AIR project. But the Flex plug-in to Eclipse doesn’t include the option to target an AIR application in the properties of an “Actionscript Project”. I quickly looked at the command line process to build AIR apps and that also seems to work on the mxml flex projects.

Does anyone know how to get Flex to build an AIR application out of a pure Actionscript project (project is made up of AS3 files and libraries)?

I suppose an option is to wrap my as3 project in an mxml project but I don’t really have any other reason to use (and learn) that syntax.