チェンジセット 3345

差分発生行の前後
無視リスト:
コミット日時:
2010/01/24 23:18:18 (2 年前)
コミッタ:
rokubou
ログメッセージ:

誤字修正

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/.actionScriptProperties

    r3342 r3345  
    11<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
    2 <actionScriptProperties mainApplicationPath="SimpleCube.as" version="3"> 
     2<actionScriptProperties mainApplicationPath="Main.as" version="3"> 
    33  <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"> 
    44    <compilerSourcePath> 
     
    1212          <libraryPathEntry kind="1" linkType="1" path="${PROJECT_FRAMEWORKS}/locale/{locale}"/> 
    1313          <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"/> 
    1415          <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"/> 
    1617          <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"/> 
    1818          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation.swc" useDefaultLinkType="false"/> 
    1919          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation_dmv.swc" useDefaultLinkType="false"/> 
     
    2626  </compiler> 
    2727  <applications> 
    28     <application path="Earth.as"/> 
    29     <application path="SimpleCube.as"/> 
     28    <application path="Main.as"/> 
    3029  </applications> 
    3130  <modules/> 
  • as3/FLARToolKit/trunk/src/examples/FLARToolKitExample_ColladaData.as

    r3344 r3345  
    2525 *  rokubou 
    2626 */ 
    27  package example
     27 package examples
    2828 
    2929        import flash.events.Event;