Skip to content

Instantly share code, notes, and snippets.

@devboy
Created February 4, 2011 12:46
Show Gist options
  • Save devboy/811070 to your computer and use it in GitHub Desktop.
Save devboy/811070 to your computer and use it in GitHub Desktop.
FDT Classpath creator -- doesn't work with absolute or releative paths outside the project.
<?xml version="1.0" encoding="UTF-8"?>
<AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/player/{playerVersion}/playerglobal.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/flex.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/textLayout.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/framework.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/framework.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/rpc.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/spark.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/sparkskins.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="true" useAsSharedCode="false" generateProblems="false">frameworks/libs/datavisualization.swc</AS3Classpath>
<AS3Classpath type="source" sdkBased="false" useAsSharedCode="false" generateProblems="true">src/main/as3</AS3Classpath>
<AS3Classpath type="lib" sdkBased="false" useAsSharedCode="false" generateProblems="false">../../../../../.m2/repository/com/greensock/tweenmax/1.64/tweenmax-1.64.swc</AS3Classpath>
<AS3Classpath type="lib" sdkBased="false" useAsSharedCode="false" generateProblems="false">../FlashLib/target/BuildrPresentation-FlashLib-1.0.0-SNAPSHOT.swc</AS3Classpath>
</AS3Classpath>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment