チェンジセット 3462
- コミット日時:
- 2010/02/27 14:37:55 (3 年前)
- ファイル:
-
- as3/gunyarapaint/branches/gunyarapaint/air/.actionScriptProperties (更新) (2 diffs)
- as3/gunyarapaint/branches/gunyarapaint/air/.project (更新) (1 diff)
- as3/gunyarapaint/branches/gunyarapaint/air/src/ApplicationDelegate.mxml (更新) (1 diff)
- as3/gunyarapaint/branches/gunyarapaint/air/src/Drawer.mxml (更新) (1 diff)
- as3/gunyarapaint/branches/gunyarapaint/air/src/FlexUnitApplication-app.xml (削除)
- as3/gunyarapaint/branches/gunyarapaint/air/src/FlexUnitApplication.mxml (削除)
- as3/gunyarapaint/branches/gunyarapaint/air/src/FlexUnitCompilerApplication-app.xml (削除)
- as3/gunyarapaint/branches/gunyarapaint/air/src/FlexUnitCompilerApplication.mxml (削除)
- as3/gunyarapaint/branches/gunyarapaint/air/src/PlayerDelegate.mxml (更新) (2 diffs)
- as3/gunyarapaint/branches/gunyarapaint/air/src/org (追加)
- as3/gunyarapaint/branches/gunyarapaint/air/src/org/libspark (追加)
- as3/gunyarapaint/branches/gunyarapaint/air/src/org/libspark/gunyarapaint (追加)
- as3/gunyarapaint/branches/gunyarapaint/air/src/org/libspark/gunyarapaint/framework (追加)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/gunyarapaint/branches/gunyarapaint/air/.actionScriptProperties
r3426 r3462 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <actionScriptProperties mainApplicationPath=" ApplicationDelegate.mxml" projectUUID="c00350f2-0dd8-4868-ba41-287f709be5f1" version="6">2 <actionScriptProperties mainApplicationPath="PlayerDelegate.mxml" projectUUID="c00350f2-0dd8-4868-ba41-287f709be5f1" version="6"> 3 3 <compiler additionalCompilerArguments="-locale ja_JP" autoRSLOrdering="true" copyDependentFiles="true" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="true" useDebugRSLSwfs="true" verifyDigests="true" warn="true"> 4 4 <compilerSourcePath/> … … 13 13 <libraryPathEntry kind="1" linkType="1" path="${FLEXUNIT_LIB_LOCATION}/version4libs/FlexProject/"/> 14 14 <libraryPathEntry kind="1" linkType="1" path="${FLEXUNIT_LOCALE_LOCATION}/version4locale/"/> 15 <libraryPathEntry kind="3" linkType="1" path="/framework/bin/framework.swc" useDefaultLinkType="false"/> 15 16 </libraryPath> 16 17 <sourceAttachmentPath/> 17 18 </compiler> 18 19 <applications> 19 <application path="FlexUnitApplication.mxml">20 <airExcludes/>21 </application>22 20 <application path="Drawer.mxml"> 23 <airExcludes/>24 </application>25 <application path="FlexUnitCompilerApplication.mxml">26 21 <airExcludes/> 27 22 </application> as3/gunyarapaint/branches/gunyarapaint/air/.project
r3426 r3462 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <projectDescription> 3 <name> gunyarapaint</name>3 <name>air</name> 4 4 <comment/> 5 5 <projects> as3/gunyarapaint/branches/gunyarapaint/air/src/ApplicationDelegate.mxml
r3271 r3462 19 19 <fx:Script> 20 20 <
