today i started to migrate an old FDT 1.5 project to FDT 3.0 and
i like to share my experience with you. the only things you have to do are:
1.) add the ~com.powerflasher.fdt.core.prefs~ -file to your .settings folder (copy it from an other project)
2.) open the ~.as2_classpath~ -file, rename ~AS2Classpathes~ to ~AS2Classpath~ and add the attributes ~generateProblems=”true”~ and ~useAsSharedCode=”false”~ to the <AS2Classpath> -tags
3.) open the ~.project~ -file,
reneame ~com.pf.fdt.IncrementalProjectBuilder1~ to ~com.powerflasher.fdt.core.FlashBuilder~,
rename ~com.pf.fdt.FlashNature~ to ~com.powerflasher.fdt.core.FlashNature~,
rename ~location~ to ~locationURI~ and replace ~whatever~ with ~AS2_CORE_DEFAULT~ between the <locationURI> -tags
that’s it. i’ve created a small cheat-sheet for the migration.