チェンジセット 332
- コミット日時:
- 2008/04/22 23:26:03 (8 ヶ月前)
- ファイル:
-
- as3/AS3Unit/branches/AS3UnitForAsync/flex-dev-sdk3/.actionScriptProperties (更新) (1 diff)
- as3/AS3Unit/branches/AS3UnitForAsync/flex-dev-sdk3/.project (更新) (2 diffs)
- as3/AS3Unit/branches/AS3UnitForAsync/src/org/libspark/as3unit/components/AS3Unit.mxml (更新) (2 diffs)
- as3/AS3Unit/branches/AS3UnitForAsync/src/org/libspark/as3unit/components/as3UnitClasses (追加)
- as3/AS3Unit/branches/AS3UnitForAsync/src/org/libspark/as3unit/components/as3UnitClasses/FinishListener.as (追加)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/AS3Unit/branches/AS3UnitForAsync/flex-dev-sdk3/.actionScriptProperties
r324 r332 3 3 <compiler additionalCompilerArguments="-locale ja_JP" copyDependentFiles="false" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> 4 4 <compilerSourcePath> 5 <compilerSourcePathEntry kind="1" linkType="1" path="/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/ trunk/src"/>6 <compilerSourcePathEntry kind="1" linkType="1" path="/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/ trunk/tests"/>5 <compilerSourcePathEntry kind="1" linkType="1" path="/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/branches/AS3UnitForAsync/src"/> 6 <compilerSourcePathEntry kind="1" linkType="1" path="/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/branches/AS3UnitForAsync/tests"/> 7 7 </compilerSourcePath> 8 8 <libraryPath defaultLinkType="1"> 9 9 <libraryPathEntry kind="4" path=""/> 10 10 <libraryPathEntry kind="1" linkType="1" path="libs"/> 11 <libraryPathEntry kind="1" linkType="1" path="/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/ trunk/lib"/>11 <libraryPathEntry kind="1" linkType="1" path="/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/branches/AS3UnitForAsync/lib"/> 12 12 </libraryPath> 13 13 <sourceAttachmentPath/> as3/AS3Unit/branches/AS3UnitForAsync/flex-dev-sdk3/.project
r324 r332 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>AS3Unit _flex</name>3 <name>AS3UnitForAsync_flex</name> 4 4 <comment></comment> 5 5 <projects> … … 20 20 <name>[source path] src</name> 21 21 <type>2</type> 22 <location>/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/ trunk/src</location>22 <location>/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/branches/AS3UnitForAsync/src</location> 23 23 </link> 24 24 <link> 25 25 <name>[source path] tests</name> 26 26 <type>2</type> 27 <location>/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/ trunk/tests</location>27 <location>/Users/yossy/DataFiles/Libraries/Spark/as3/AS3Unit/branches/AS3UnitForAsync/tests</location> 28 28 </link> 29 29 </linkedResources> as3/AS3Unit/branches/AS3UnitForAsync/src/org/libspark/as3unit/components/AS3Unit.mxml
r293 r332 19 19 <mx:Script> 20 20 <