チェンジセット 3345
- コミット日時:
- 2010/01/24 23:18:18 (2 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/.actionScriptProperties
r3342 r3345 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <actionScriptProperties mainApplicationPath=" SimpleCube.as" version="3">2 <actionScriptProperties mainApplicationPath="Main.as" version="3"> 3 3 <compiler additionalCompilerArguments="" copyDependentFiles="true" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersion="10.0.22" htmlPlayerVersionCheck="true" outputFolderPath="bin" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> 4 4 <compilerSourcePath> … … 12 12 <libraryPathEntry kind="1" linkType="1" path="${PROJECT_FRAMEWORKS}/locale/{locale}"/> 13 13 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/qtp.swc" useDefaultLinkType="false"/> 14 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/rpc.swc" useDefaultLinkType="false"/> 14 15 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/charts.swc" useDefaultLinkType="false"/> 15 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/ rpc.swc" useDefaultLinkType="false"/>16 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/framework.swc" useDefaultLinkType="false"/> 16 17 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/datavisualization.swc" useDefaultLinkType="false"/> 17 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/framework.swc" useDefaultLinkType="false"/>18 18 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation.swc" useDefaultLinkType="false"/> 19 19 <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation_dmv.swc" useDefaultLinkType="false"/> … … 26 26 </compiler> 27 27 <applications> 28 <application path="Earth.as"/> 29 <application path="SimpleCube.as"/> 28 <application path="Main.as"/> 30 29 </applications> 31 30 <modules/> as3/FLARToolKit/trunk/src/examples/FLARToolKitExample_ColladaData.as
r3344 r3345 25 25 * rokubou 26 26 */ 27 package example {27 package examples { 28 28 29 29 import flash.events.Event;

