root/as3/Cohesion/framework/trunk/CHCommon/swcconfig.xml

リビジョン 366, 2.2 kB (コミッタ: amoi, コミット時期: 4 年 前)

MovieLoader?モジュールをSystemCommand?モジュールに統合。

Line 
1 <?xml version="1.0"?>
2 <flex-config xmlns="http://www.adobe.com/2006/flex-config">
3     <output>../lib/CHCommon.swc</output>
4     <compute-digest>false</compute-digest>
5     <compiler>
6       <source-path>
7         <path-element>.</path-element>
8       </source-path>
9       <debug>false</debug>
10     </compiler>
11    
12     <include-classes>
13         <class>ServiceProxy</class>
14        
15         <class>jp.cohesion.common.IKernel</class>
16         <class>jp.cohesion.common.ICommandManager</class>
17         <class>jp.cohesion.common.IGadgetManager</class>
18         <class>jp.cohesion.common.ISystemMessageManager</class>
19         <class>jp.cohesion.common.Gadget</class>
20         <class>jp.cohesion.common.Logger</class>
21         <class>jp.cohesion.common.CohesionUtil</class>
22         <class>jp.cohesion.common.CohesionMovieClip</class>
23        
24         <class>jp.cohesion.common.types.ParamterType</class>
25         <class>jp.cohesion.common.types.Int</class>
26         <class>jp.cohesion.common.types.Long</class>
27         <class>jp.cohesion.common.types.Double</class>
28         <class>jp.cohesion.common.types.NullString</class>
29         <class>jp.cohesion.common.types.Encrypted</class>
30        
31         <class>jp.cohesion.common.errors.CohesionError</class>
32        
33         <class>jp.cohesion.common.clips.Spinner</class>
34         <class>jp.cohesion.common.clips.SystemMessage</class>
35         <class>jp.cohesion.common.clips.SharpButton</class>
36         <class>jp.cohesion.common.clips.Popup</class>
37        
38         <class>jp.cohesion.common.module.BaseModule</class>
39         <class>jp.cohesion.common.module.SimpleModule</class>
40         <class>jp.cohesion.common.module.MovieLoaderGadget</class>
41        
42         <class>jp.cohesion.common.module.events.CohesionEvent</class>
43         <class>jp.cohesion.common.module.events.ServerEvent</class>
44         <class>jp.cohesion.common.module.events.ReceiveMessageEvent</class>
45        
46         <class>jp.cohesion.common.module.events.CommandEvent</class>
47         <class>jp.cohesion.common.module.events.ExecuteCompleteEvent</class>
48         <class>jp.cohesion.common.module.events.CommandErrorEvent</class>
49         <class>jp.cohesion.common.module.events.CommandLockEvent</class>
50     </include-classes>
51 </flex-config>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。