Skip to content

Commit

Permalink
Added default FDT project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
karlfreeman committed Jul 12, 2011
1 parent f0f5e84 commit bc40996
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>robotlegs-base</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.powerflasher.fdt.core.FlashBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.powerflasher.fdt.core.FlashNature</nature>
</natures>
</projectDescription>
5 changes: 4 additions & 1 deletion .settings/com.powerflasher.fdt.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<AS3Classpath>
<AS3LibraryFolder>swcs</AS3LibraryFolder>
<AS3Classpath generateProblems="false" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/player/{playerVersion}/playerglobal.swc</AS3Classpath>
<AS3Classpath generateProblems="false" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/flex.swc</AS3Classpath>
<AS3Classpath generateProblems="false" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/textLayout.swc</AS3Classpath>
<AS3Classpath generateProblems="false" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/osmf.swc</AS3Classpath>
<AS3Classpath generateProblems="false" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/authoringsupport.swc</AS3Classpath>
<AS3Classpath generateProblems="false" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/core.swc</AS3Classpath>
<AS3Classpath generateProblems="true" sdkBased="false" type="source" useAsSharedCode="false">src</AS3Classpath>
<AS3Classpath generateProblems="false" sdkBased="false" type="lib" useAsSharedCode="false">swcs/as3_signals_0.8.swc</AS3Classpath>
<AS3Classpath generateProblems="false" sdkBased="false" type="lib" useAsSharedCode="false">swcs/assetloader_2.2.0.swc</AS3Classpath>
Expand Down
8 changes: 4 additions & 4 deletions .settings/com.powerflasher.fdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed Feb 16 11:33:51 GMT 2011
#Tue Jul 12 22:46:11 BST 2011
com.powerflasher.fdt.core.CompatiblePlayers=External_SWF_Viewer\:Browser\:Standalone_Flash_Player
com.powerflasher.fdt.core.CompilerArguments=-static-link-runtime-shared-libraries\=true\n-target-player\={playerVersion}\n-library-path+\="{flexSDK}/frameworks/locale/en_US"\n-default-size\=550,400
com.powerflasher.fdt.core.DefaultOutputFolder=bin
Expand All @@ -8,8 +8,8 @@ com.powerflasher.fdt.core.PassClasspath=true
com.powerflasher.fdt.core.PassMainclass=true
com.powerflasher.fdt.core.PassRsls=false
com.powerflasher.fdt.core.PassSwcs=true
com.powerflasher.fdt.core.PlayerVersion=10
com.powerflasher.fdt.core.ProjectTypeHint=AS 3
com.powerflasher.fdt.core.PlayerVersion=10.2
com.powerflasher.fdt.core.ProjectTypeHint=AS 3 4.5
com.powerflasher.fdt.core.Runtime=Flash_Player
com.powerflasher.fdt.core.SdkName=Flex 3.5
com.powerflasher.fdt.core.SdkName=Flex 4.5
eclipse.preferences.version=1
2 changes: 0 additions & 2 deletions README.markdown

This file was deleted.

0 comments on commit bc40996

Please sign in to comment.