When creating a new project in Flash Builder, how does it determine which sdk libraries to include in the build path?
If I create a new plain Actionscript project and select Flex 4.1 the following libraries show up in the build path:
- playerglobal
- textLayout
- osmf
- flash-integration
- flex
- utilities
If I go back and switch to Flex 3.5 it only includes:
- playerglobal
- flex
- utilities
If I make a new Flex Web project and select Flex 3.5 it includes:
- playerglobal
- framework
- automation
- automation_agent
- automation_dmv
- automation_flashflexkit
- datavisualization
- qtp
- rpc
- utilities
Are these values hardcoded in Flash Builder or is it somehow reading them from the SDK config files? I looked through all the xml config files like flex-config.xml and air-config.xml and it doesn't look like this information exists anywhere.
Thanks.