scaffold.idea.sdk_template.xml Maven / Gradle / Ivy
<jdk version="2"> <name value="{name}" /> <type value="Flex SDK Type (new)" /> <version value="{fullVersion}" /> <homePath value="{path}" /> <roots> <annotationsPath> <root type="composite" /> </annotationsPath> <classPath> <root type="composite"> <root type="simple" url="jar://{path}/frameworks/libs/player/{version}/playerglobal.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/air/airglobal.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/core.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/asc-support.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/air/aircore.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/air/gamepad.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/air/crosspromotion.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/air/servicemonitor.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/air/applicationupdater.swc!/" /> <root type="simple" url="jar://{path}/frameworks/libs/air/applicationupdater_ui.swc!/" /> </root> </classPath> <javadocPath> <root type="composite" /> </javadocPath> <sourcePath> <root type="composite"> <root type="simple" url="file://{path}/frameworks/projects/air/Core/src" /> <root type="simple" url="file://{path}/frameworks/projects/air/Licensing/Android/Lib/src" /> <root type="simple" url="file://{path}/frameworks/projects/air/Licensing/Android/Java/src" /> <root type="simple" url="file://{path}/frameworks/projects/air/ApplicationUpdater/src" /> </root> </sourcePath> </roots> <additional /> </jdk>