mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[as3][starling] Updated to Player version 30.0.
This commit is contained in:
parent
13924a04e9
commit
6b56eb0d95
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<AS3Classpath>
|
||||
<AS3LibraryFolder>lib</AS3LibraryFolder>
|
||||
<AS3Classpath generateProblems="true" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/player/{playerVersion}/playerglobal.swc</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/player/30.0/playerglobal.swc</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="source" useAsSharedCode="false">src</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="lib" useAsSharedCode="false">lib/spine-as3.swc</AS3Classpath>
|
||||
</AS3Classpath>
|
||||
|
||||
@ -14,7 +14,7 @@ com.powerflasher.fdt.core.PassManifests=true
|
||||
com.powerflasher.fdt.core.PassRsls=false
|
||||
com.powerflasher.fdt.core.PassSwcs=true
|
||||
com.powerflasher.fdt.core.PlatformType=WEB
|
||||
com.powerflasher.fdt.core.PlayerVersion=23.0
|
||||
com.powerflasher.fdt.core.PlayerVersion=30.0
|
||||
com.powerflasher.fdt.core.ProjectTypeHint=Web
|
||||
com.powerflasher.fdt.core.Runtime=Flash_Player
|
||||
com.powerflasher.fdt.core.SdkName=Flex 4.6.0
|
||||
|
||||
@ -1,48 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<launchConfiguration type="com.powerflasher.fdt.ui.MxmlcGroup">
|
||||
<stringAttribute key="ADL_DESCRIPTOR_FILE" value=""/>
|
||||
<stringAttribute key="ADOBE_FLASH_PLAYER_EXECUTABLE" value=""/>
|
||||
<booleanAttribute key="ADOBE_FLASH_PLAYER_USE_EXECUTABLE" value="false"/>
|
||||
<booleanAttribute key="ADVANCED_TELEMTRY" value="false"/>
|
||||
<intAttribute key="AIR_VIEWER_CONF" value="0"/>
|
||||
<stringAttribute key="APP_ARGUMENTS" value=""/>
|
||||
<stringAttribute key="ARGUMENTS" value="-static-link-runtime-shared-libraries=true -target-player={playerVersion} -library-path+="{flexSDK}/frameworks/locale/en_US" -default-size=550,400"/>
|
||||
<listAttribute key="COMPILER_CONSTANTS"/>
|
||||
<stringAttribute key="COMPILER_TECHNOLOGY" value="Flex SDK"/>
|
||||
<booleanAttribute key="DISABLE_COMPILE_PROCESS" value="false"/>
|
||||
<booleanAttribute key="FORCE_FRESH_COMPILATION" value="false"/>
|
||||
<booleanAttribute key="KILL_PREVIOUS_VIEWER" value="true"/>
|
||||
<stringAttribute key="LAUNCHER_DEPENDENCIES" value="[Self]"/>
|
||||
<stringAttribute key="MAIN_CLASS" value="src/spine/examples/Main.as"/>
|
||||
<stringAttribute key="MOBILE_PRESET" value=""/>
|
||||
<booleanAttribute key="NEW_WINDOW_EACH_LAUNCH" value="false"/>
|
||||
<stringAttribute key="OUTPUT" value="bin/spine-as3-example.swf"/>
|
||||
<booleanAttribute key="PASS_CP" value="true"/>
|
||||
<booleanAttribute key="PASS_DEFINES" value="true"/>
|
||||
<booleanAttribute key="PASS_EXTERNS" value="false"/>
|
||||
<booleanAttribute key="PASS_MAIN_CLASS" value="true"/>
|
||||
<booleanAttribute key="PASS_MANIFESTS" value="true"/>
|
||||
<booleanAttribute key="PASS_RSLS" value="false"/>
|
||||
<booleanAttribute key="PASS_SWCS" value="true"/>
|
||||
<intAttribute key="PLAYER_HEIGHT" value="400"/>
|
||||
<booleanAttribute key="PLAYER_SET_SIZE" value="false"/>
|
||||
<intAttribute key="PLAYER_WIDTH" value="550"/>
|
||||
<stringAttribute key="POST_COMPILE_ANT" value=""/>
|
||||
<stringAttribute key="PREFERRED_BROWSER" value=""/>
|
||||
<stringAttribute key="PRE_COMPILE_ANT" value=""/>
|
||||
<stringAttribute key="PROJECT_NAME" value="spine-as3-example"/>
|
||||
<stringAttribute key="PUBLISHER_ID" value=""/>
|
||||
<booleanAttribute key="START_DEBUGGER" value="true"/>
|
||||
<booleanAttribute key="START_SWF_ENABLED" value="true"/>
|
||||
<stringAttribute key="START_SWF_LOCATION" value="bin/spine-as3-example.swf"/>
|
||||
<stringAttribute key="START_SWF_WITH" value="Adobe Flash Player"/>
|
||||
<booleanAttribute key="SUPPRESS_EXCEPTION_POPUP" value="false"/>
|
||||
<booleanAttribute key="USE_PROJECT_COMPILER_ARGUMENTS" value="false"/>
|
||||
<booleanAttribute key="WAITING_DIALOG_PLUGIN" value="false"/>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/spine-as3-example"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="4"/>
|
||||
</listAttribute>
|
||||
</launchConfiguration>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<launchConfiguration type="com.powerflasher.fdt.ui.MxmlcGroup">
|
||||
<stringAttribute key="ADL_DESCRIPTOR_FILE" value=""/>
|
||||
<stringAttribute key="ADOBE_FLASH_PLAYER_EXECUTABLE" value=""/>
|
||||
<booleanAttribute key="ADOBE_FLASH_PLAYER_USE_EXECUTABLE" value="false"/>
|
||||
<booleanAttribute key="ADVANCED_TELEMTRY" value="false"/>
|
||||
<intAttribute key="AIR_VIEWER_CONF" value="0"/>
|
||||
<stringAttribute key="APP_ARGUMENTS" value=""/>
|
||||
<stringAttribute key="ARGUMENTS" value="-static-link-runtime-shared-libraries=true -target-player={playerVersion} -library-path+="{flexSDK}/frameworks/locale/en_US" -default-size=550,400"/>
|
||||
<listAttribute key="COMPILER_CONSTANTS"/>
|
||||
<stringAttribute key="COMPILER_TECHNOLOGY" value="Flex SDK"/>
|
||||
<booleanAttribute key="DISABLE_COMPILE_PROCESS" value="false"/>
|
||||
<booleanAttribute key="FORCE_FRESH_COMPILATION" value="false"/>
|
||||
<booleanAttribute key="FORCE_INCLUDE_TEST_RESOURCES" value="false"/>
|
||||
<booleanAttribute key="IGNORE_SWF_LOCATION_PROBLEM" value="false"/>
|
||||
<booleanAttribute key="INCLUDE_TEST_RESOURCES" value="false"/>
|
||||
<booleanAttribute key="KILL_PREVIOUS_VIEWER" value="true"/>
|
||||
<stringAttribute key="LAUNCHER_DEPENDENCIES" value="[Self]"/>
|
||||
<stringAttribute key="MAIN_CLASS" value="src/spine/examples/Main.as"/>
|
||||
<stringAttribute key="MOBILE_PRESET" value=""/>
|
||||
<booleanAttribute key="NEW_WINDOW_EACH_LAUNCH" value="false"/>
|
||||
<stringAttribute key="OUTPUT" value="bin/spine-as3-example.swf"/>
|
||||
<booleanAttribute key="PASS_CP" value="true"/>
|
||||
<booleanAttribute key="PASS_DEFINES" value="true"/>
|
||||
<booleanAttribute key="PASS_EXTERNS" value="false"/>
|
||||
<booleanAttribute key="PASS_MAIN_CLASS" value="true"/>
|
||||
<booleanAttribute key="PASS_MANIFESTS" value="true"/>
|
||||
<booleanAttribute key="PASS_RSLS" value="false"/>
|
||||
<booleanAttribute key="PASS_SWCS" value="true"/>
|
||||
<intAttribute key="PLAYER_HEIGHT" value="400"/>
|
||||
<booleanAttribute key="PLAYER_SET_SIZE" value="false"/>
|
||||
<intAttribute key="PLAYER_WIDTH" value="550"/>
|
||||
<stringAttribute key="POST_COMPILE_ANT" value=""/>
|
||||
<stringAttribute key="PREFERRED_BROWSER" value=""/>
|
||||
<stringAttribute key="PRE_COMPILE_ANT" value=""/>
|
||||
<stringAttribute key="PROJECT_NAME" value="spine-as3-example"/>
|
||||
<stringAttribute key="PUBLISHER_ID" value=""/>
|
||||
<booleanAttribute key="START_DEBUGGER" value="true"/>
|
||||
<booleanAttribute key="START_SWF_ENABLED" value="true"/>
|
||||
<stringAttribute key="START_SWF_LOCATION" value="bin/spine-as3-example.swf"/>
|
||||
<stringAttribute key="START_SWF_WITH" value="Adobe Flash Player"/>
|
||||
<booleanAttribute key="SUPPRESS_EXCEPTION_POPUP" value="false"/>
|
||||
<booleanAttribute key="USE_PROJECT_COMPILER_ARGUMENTS" value="true"/>
|
||||
<booleanAttribute key="WAITING_DIALOG_PLUGIN" value="false"/>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/spine-as3-example"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="4"/>
|
||||
</listAttribute>
|
||||
</launchConfiguration>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<AS3Classpath>
|
||||
<AS3LibraryFolder>lib</AS3LibraryFolder>
|
||||
<AS3Classpath generateProblems="true" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/player/{playerVersion}/playerglobal.swc</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="source" useAsSharedCode="false">src</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="lib" useAsSharedCode="false">lib/spine-starling.swc</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="lib" useAsSharedCode="false">lib/spine-as3.swc</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="lib" useAsSharedCode="false">lib/starling-2.4.swc</AS3Classpath>
|
||||
</AS3Classpath>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<AS3Classpath>
|
||||
<AS3LibraryFolder>lib</AS3LibraryFolder>
|
||||
<AS3Classpath generateProblems="true" sdkBased="true" type="lib" useAsSharedCode="false">frameworks/libs/player/30.0/playerglobal.swc</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="source" useAsSharedCode="false">src</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="lib" useAsSharedCode="false">lib/spine-starling.swc</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="lib" useAsSharedCode="false">lib/spine-as3.swc</AS3Classpath>
|
||||
<AS3Classpath generateProblems="true" sdkBased="false" type="lib" useAsSharedCode="false">lib/starling-2.4.swc</AS3Classpath>
|
||||
</AS3Classpath>
|
||||
|
||||
@ -14,7 +14,7 @@ com.powerflasher.fdt.core.PassManifests=true
|
||||
com.powerflasher.fdt.core.PassRsls=false
|
||||
com.powerflasher.fdt.core.PassSwcs=true
|
||||
com.powerflasher.fdt.core.PlatformType=WEB
|
||||
com.powerflasher.fdt.core.PlayerVersion=23.0
|
||||
com.powerflasher.fdt.core.PlayerVersion=30.0
|
||||
com.powerflasher.fdt.core.ProjectTypeHint=Web
|
||||
com.powerflasher.fdt.core.Runtime=Flash_Player
|
||||
com.powerflasher.fdt.core.SdkName=Flex 4.6.0
|
||||
|
||||
@ -14,7 +14,7 @@ com.powerflasher.fdt.core.PassManifests=true
|
||||
com.powerflasher.fdt.core.PassRsls=false
|
||||
com.powerflasher.fdt.core.PassSwcs=true
|
||||
com.powerflasher.fdt.core.PlatformType=AIR
|
||||
com.powerflasher.fdt.core.PlayerVersion=22.0
|
||||
com.powerflasher.fdt.core.PlayerVersion=30.0
|
||||
com.powerflasher.fdt.core.ProjectTypeHint=Library AIR
|
||||
com.powerflasher.fdt.core.Runtime=AIR
|
||||
com.powerflasher.fdt.core.SdkName=Flex 4.6.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user