Changeset 113 for trunk/buddypub
- Timestamp:
- 04/28/08 18:52:00 (8 months ago)
- Location:
- trunk/buddypub/bpclientflex
- Files:
-
- 3 modified
-
.actionScriptProperties (modified) (1 diff)
-
.project (modified) (1 diff)
-
src/org/cnflex/buddypub/mvc/view/container/Main.mxml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/.actionScriptProperties
r112 r113 6 6 <libraryPathEntry kind="4" path=""/> 7 7 <libraryPathEntry kind="1" linkType="1" path="libs"/> 8 <libraryPathEntry kind="3" linkType="1" path="/cnflexlib/bin/cnflexlib.swc" useDefaultLinkType="false"/> 8 9 </libraryPath> 9 10 <sourceAttachmentPath/> -
trunk/buddypub/bpclientflex/.project
r109 r113 20 20 <name>bin-debug</name> 21 21 <type>2</type> 22 <location>D:/ FlexLession/www/swf</location>22 <location>D:/Projects/melinky/httproot/swf</location> 23 23 </link> 24 24 </linkedResources> -
trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/view/container/Main.mxml
r112 r113 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" xmlns:container="org.cnflex.buddypub.mvc.view.container.*" xmlns:widget="org.cnflex.share.widget.*" xmlns:controls="flexlib.controls.*" xmlns:containers="flexlib.containers.*"> 2 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" 3 xmlns:container="org.cnflex.buddypub.mvc.view.container.*" 4 xmlns:widget="org.cnflex.share.widget.*" 5 xmlns:controls="flexlib.controls.*" 6 xmlns:containers="flexlib.containers.*" xmlns:view="com.river.view.*"> 3 7 <mx:Script> 4 8 <