チェンジセット 2628
- コミット日時:
- 2009/05/12 22:37:24 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
air/TLife/trunk/TLife.as3proj
r2511 r2628 23 23 <option es="False" /> 24 24 <option loadConfig="" /> 25 <option optimize=" False" />25 <option optimize="True" /> 26 26 <option showActionScriptWarnings="True" /> 27 27 <option showBindingWarnings="True" /> … … 49 49 <element path="lib\AirAutoUpdater.swc" /> 50 50 <element path="lib\KenLogger.swc" /> 51 <element path="lib\as3corelib.swc" /> 51 52 </libraryPaths> 52 53 <!-- External Libraries --> air/TLife/trunk/application.xml
r2511 r2628 3 3 4 4 <id>uwi.TLife</id> 5 <version>alpha</version> 6 <filename>TLife</filename> 7 5 <version>alpha17</version> 6 <filename>TLife</filename> 8 7 <name>TLife</name> 9 8 <description>Twitter is Life.</description> … … 13 12 <title>TLife</title> 14 13 <content>TLife.swf</content> 15 <!-- <systemChrome>standard</systemChrome> --> 16 <!-- <transparent>false</transparent> --> 17 <systemChrome>none</systemChrome> 18 <transparent>true</transparent> 14 <systemChrome>standard</systemChrome> 15 <transparent>false</transparent> 19 16 <visible>false</visible> 20 17 <minimizable>true</minimizable> 21 18 <maximizable>false</maximizable> 22 19 <resizable>true</resizable> 23 </initialWindow> 20 </initialWindow> 24 21 25 <!-- 26 More options: 27 http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413 28 --> 22 <icon> 23 <image16x16>icon/icon_016.png</image16x16> 24 <image32x32>icon/icon_032.png</image32x32> 25 <image48x48>icon/icon_048.png</image48x48> 26 <image128x128>icon/icon_128.png</image128x128> 27 </icon> 29 28 </application>

