You can modify the "project properties -> build path -> main source folder" and use a different sub-folder for your source files. But you will have to keep all your files (except the binded ones, of course) inside that folder (I think...)
Cosmin --- In [email protected], "Sergey Kovalyov" <[EMAIL PROTECTED]> wrote: > > Hi All! > > Usually we place MXML application (class inherited from Application) in the > root folder of the project. Is it possible to place application not in the > root folder, but in subfolder? Therefore it could be compiled into the > {PROJECT_OUTPUT_FOLDER}/subFolder/. > > Sergey. >

