チェンジセット 3332
- コミット日時:
- 2010/01/23 17:31:18 (2 年前)
- ファイル:
-
- air/AirDao/AirDao.as3proj (更新) (4 diffs)
- air/AirDao/Test-app.xml (追加)
- air/AirDao/lib/FlexUnit1Lib.swc (追加)
- air/AirDao/lib/FlexUnit4.swc (追加)
- air/AirDao/lib/FlexUnit4UIListener.swc (追加)
- air/AirDao/lib/hamcrest-1.0.2.swc (追加)
- air/AirDao/obj (追加)
- air/AirDao/obj/AirDaoConfig.old (追加)
- air/AirDao/obj/AirDaoConfig.xml (追加)
- air/AirDao/tests (追加)
- air/AirDao/tests/OnMemoryTest.as (追加)
- air/AirDao/tests/Test.mxml (追加)
- air/AirDao/tests/TestSuite.as (追加)
- air/AirDao/tests/entities (追加)
- air/AirDao/tests/entities/BooleanOnly.as (追加)
- air/AirDao/tests/entities/ByteArrayOnly.as (追加)
- air/AirDao/tests/entities/DateOnly.as (追加)
- air/AirDao/tests/entities/IntOnly.as (追加)
- air/AirDao/tests/entities/NumberOnly.as (追加)
- air/AirDao/tests/entities/StringOnly.as (追加)
- air/AirDao/tests/entities/UIntOnly.as (追加)
- air/AirDao/tests/entities/User.as (追加)
- air/AirDao/tests/entities/XMLListOnly.as (追加)
- air/AirDao/tests/entities/XMLOnly.as (追加)
- air/AirDao/tests/onMemory (追加)
- air/AirDao/tests/onMemory/ConstructorTest.as (追加)
- air/AirDao/tests/onMemory/InsertTest.as (追加)
- air/AirDao/tests/onMemory/ReadTest.as (追加)
- air/AirDao/tests/onMemory/UpdateTest.as (追加)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
air/AirDao/AirDao.as3proj
r2386 r3332 5 5 <movie disabled="False" /> 6 6 <movie input="" /> 7 <movie path="bin\AirDao .swf" />7 <movie path="bin\AirDaoTest.swf" /> 8 8 <movie fps="30" /> 9 9 <movie width="800" /> 10 10 <movie height="600" /> 11 <movie version=" 9" />11 <movie version="10" /> 12 12 <movie background="#FFFFFF" /> 13 13 </output> … … 15 15 <classpaths> 16 16 <class path="src" /> 17 <class path="tests" /> 17 18 </classpaths> 18 19 <!-- Build options --> … … 44 45 <!-- SWC Libraries --> 45 46 <libraryPaths> 46 <!-- example: <element path="..." /> --> 47 <element path="D:\bin\Adobe\Flex SDK 3\default\frameworks\libs\air\" /> 48 <element path="lib" /> 47 49 </libraryPaths> 48 50 <!-- External Libraries --> … … 65 67 <!-- Class files to compile (other referenced classes will automatically be included) --> 66 68 <compileTargets> 67 < !-- example: <compile path="..." /> -->69 <compile path="tests\Test.mxml" /> 68 70 </compileTargets> 69 71 <!-- Paths to exclude from the Project Explorer tree -->

