チェンジセット 374

差分発生行の前後
無視リスト:
コミット日時:
2008/05/06 17:40:31 (7 ヶ月前)
コミッタ:
jirox
ログメッセージ:

サンプルの追加
不要なフィールドの削除

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • air/AirAutoUpdater/trunk/build.sh

    r373 r374  
    11#!/bin/sh 
     2# for swc 
    23acompc -output bin/AirAutoUpdater.swc -source-path src -include-classes net.jirox.AirAutoUpdater 
     4 
     5# for sample 
     6amxmlc --source-path=sample sample/sample.mxml 
  • air/AirAutoUpdater/trunk/src/net/jirox/AirAutoUpdater.as

    r373 r374  
    4141                private namespace descriptor = 'http://ns.adobe.com/air/application/1.0'; 
    4242 
    43                 public var currentVersion:Number; 
     43                /** version.xmlがあるURL */ 
    4444                public var url:String; 
    4545                private var versionLoader:URLLoader;