Compile asdoc info into my swc

I have been trying to figure out how to include asdoc info into my swc file so when another developer uses my library he will get asdoc info with code hinting in Flash Builder.
I came accross this link that basicly says:
Generate SWC
Generate doc XML Files using ASDoc tool
Update SWC with doc XML fIles
I got 1 and 2, no problem, it is 3 I have spent most of the day trying to figure out. I have found a lot of info referencing this page and example. So I downloaded the ExampleFatSWC.zip and imported it into Flash Builder, Moved the build.xml file into my project directory. Modified the build.xml file to fit my project and ran as an ant build. I get the following error:
BUILD FAILED
C:\path\build.xml:21: Problem: failed to create task or type compc
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
Total time: 112 milliseconds
Everywhere I look seems to point back to this build.xml file by by Jason San Jose to add asdoc info to my swc. Is there another way or better way to do this, this seem ridiculously difficult for such a simple, and I would think a very well used aspect of Flash development
thanks

Make sure you have a <taskdef> that points to the Flex Ant tasks. More info here http://livedocs.adobe.com/flex/3/html/help.html?content=anttasks_6.html and here http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7a62.html.
The post you reference on my blog omits that step...I already had it setup in my tasks.
Jason San Jose
Software Engineer, Flex

Similar Messages

  • Adding Javascript into a SWC

    I'm passing on actionscript code to someone in a SWC. Another part of it is a javascript file (goes into the web directory or html-template).
    Is there a way I can also add the javascript file into the SWC so it's all 1 single file without the hassle?
    Maybe it can't be done, maybe it can be done, any creative ideas are welcome

    You can add the JavaSCript file as an assett to the SWC, which will compile it in.
    I have no idea if it will be accessible after dpomg tjat. tjpigj/

  • Getting the Source File name Info into Target Message

    Hi all,
    I want to get the Source file name Info into Target message of one of the fields.
    i followed Michal BLOG /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Requirement :
    1) I am able to get the Target file name as same as the source file name when i check the ASMA in Sender & Receiver Adapter , with out any UDF...............this thing is OK
    2) I took One field extra in the target structure Like "FileName" & I mapped it Like
                              Constant(" " )--UDF-----FileName
    I Checked the Option ASMA in Both Sender & Receiver Adapters
    Here iam getting the Target File name as same as Source file name + Source File name Info in the Target Field " FileName".
    I Dont want to get the Target File name as same as Source file name. I want like Out.xml as Target file name.
    If i de-select the Option ASMA in Adapters means it is showing " null" value in the target field "FileName".
    Please Provide the Solution for this
    Regards
    Bopanna

    Hi All,
    Iam able to do this by checking the Option ASMA in only sender adapter itself
    Regards
    Bopanna

  • Can I sync Address Book and iCal to put contact info into iCal?

    I use Address Book as a contact/customer list and use iCal to prepare my schedule for work. I usually type in the name of the customer I want to see in iCal. Is there anyway to import or drag names out of Address Book into iCal so the location & contact info will be included? I don't want to invite the customer. I just want to input the info into iCal so I don't have retype a name that is already in my Address Book.
    If I have customer "xxx" in Adress Book and I am planning on visiting this customer tomorrow. Is there anyway for me to transfer/import this info to iCal without physically typing "xxx"? When I look at my appointment I would love to see the contact info for "xxx" in iCal when I click on individual appointments.
    I hope this makes sense.

    Hi,
    You can link to the Address Book entry with a URL. See my script +Link to Address Book+ on this page http://www.nhoj.co.uk/applescripts/ which creates a link from the currently selected person in Address Book. These can then be added to the URL field in iCal or the notes field if you have more than one per event.
    Best wishes
    John M
    <hr />As I sell software on my site and ask for donations, the Apple Discussions Use Agreement requires that I state that I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • [svn:fx-trunk] 16262: Move mx components out of framework.swc into mx.swc

    Revision: 16262
    Revision: 16262
    Author:   [email protected]
    Date:     2010-05-20 11:44:39 -0700 (Thu, 20 May 2010)
    Log Message:
    Move mx components out of framework.swc into mx.swc
    The new mx.swc library lives in the libs/mx directory.
    QE notes: Of the 5 failures I saw: 1 was intermittent and 4 are not a bug.
    Managers/StyleManager/AdvancedCSS/descendantSelectors/AdvancedCSS_descendantSelectors_Styl e descendantSelector_combining_nested_style
        This failure was intermittent.
    mx/effects/Resize/Containers/Resize_Containers Effects_Resize_Containers_ApplicationControlBar_FromTo
    mx/effects/Resize/Containers/Resize_Containers Effects_Resize_Containers_ApplicationControlBar_By
    mx/effects/Resize/Containers/Resize_Containers Effects_Resize_Containers_ControlBar_FromTo
    mx/effects/Resize/Containers/Resize_Containers Effects_Resize_Containers_ControlBar_By
        These failures are due to my code changes but I believe the old behavior was incorrect. When a control bar is the last child in a Panel it should appear at the bottom of the Panel. In the test case an ApplicationControlBar/ContorlBar is added to an empty Panel, making it the last child in the Panel. So it should appear at the bottom of the Panel instead of inside the Panel.
    Doc notes: new library, mx.swc
    Bugs:
    Reviewer: Alex
    Tests run:
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/projects/airframework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airframework/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airspark/build.xml
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation_air/build.xml
        flex/sdk/trunk/frameworks/projects/automation_airspark/build.xml
        flex/sdk/trunk/frameworks/projects/automation_dmv/build.xml
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
        flex/sdk/trunk/frameworks/projects/datavisualization/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/framework/defaults-3.0.0.css
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MaskEffectInsta nce.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MoveInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddChild.as
        flex/sdk/trunk/frameworks/projects/halo/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/spark/build.xml
        flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/utilities/build.xml
        flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/manifest.xml
        flex/sdk/trunk/frameworks/projects/mx/
        flex/sdk/trunk/frameworks/projects/mx/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/mx/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/mx/.project
        flex/sdk/trunk/frameworks/projects/mx/.settings/
        flex/sdk/trunk/frameworks/projects/mx/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/mx/build.xml
        flex/sdk/trunk/frameworks/projects/mx/bundles/
        flex/sdk/trunk/frameworks/projects/mx/bundles/da_DK/
        flex/sdk/trunk/frameworks/projects/mx/bundles/da_DK/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/da_DK/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/da_DK/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/
        flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/packages.dita
        flex/sdk/trunk/frameworks/projects/mx/bundles/es_ES/
        flex/sdk/trunk/frameworks/projects/mx/bundles/es_ES/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/es_ES/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/es_ES/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fi_FI/
        flex/sdk/trunk/frameworks/projects/mx/bundles/fi_FI/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fi_FI/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fi_FI/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/
        flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/it_IT/
        flex/sdk/trunk/frameworks/projects/mx/bundles/it_IT/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/it_IT/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/it_IT/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/
        flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ko_KR/
        flex/sdk/trunk/frameworks/projects/mx/bundles/ko_KR/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ko_KR/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ko_KR/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nb_NO/
        flex/sdk/trunk/frameworks/projects/mx/bundles/nb_NO/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nb_NO/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nb_NO/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nl_NL/
        flex/sdk/trunk/frameworks/projects/mx/bundles/nl_NL/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nl_NL/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nl_NL/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/pt_BR/
        flex/sdk/trunk/frameworks/projects/mx/bundles/pt_BR/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/pt_BR/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/pt_BR/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/
        flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/sv_SE/
        flex/sdk/trunk/frameworks/projects/mx/bundles/sv_SE/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/sv_SE/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/sv_SE/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_TW/
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_TW/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_TW/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_TW/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/defaults-3.0.0.css
        flex/sdk/trunk/frameworks/projects/mx/defaults.css
        flex/sdk/trunk/frameworks/projects/mx/manifest.xml
        flex/sdk/trunk/frameworks/projects/mx/src/
        flex/sdk/trunk/frameworks/projects/mx/src/MxClasses.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/AccordionHeaderAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/AlertAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/CheckBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ColorPickerAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ComboBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ComboBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/DataGridAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/DateChooserAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/DateFieldAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/LabelAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/LinkButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ListAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ListBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/MenuAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/MenuBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/PanelAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/RadioButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/SliderAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/TabBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/TitleWindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/TreeAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Accordion.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Accordion.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ApplicationControlBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ApplicationControlBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Box.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Box.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/BoxDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Canvas.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Canvas.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ControlBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ControlBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/DividedBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/DividedBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/DividerState.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Form.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Form.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormHeading.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormHeading.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormItem.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormItemDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Grid.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Grid.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/GridItem.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/GridRow.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/HBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/HBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/HDividedBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/HDividedBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Panel.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Panel.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TabNavigator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TabNavigator.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Tile.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Tile.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TileDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TitleWindow.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TitleWindow.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/VBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/VBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/VDividedBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/VDividedBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ViewStack.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ViewStack.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/accordionClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/dividedBoxClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/gridClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/ApplicationLayout. as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/BoxLayout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/CanvasLayout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/Layout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/PostScaleAdapter.a s
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Alert.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Button.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Button.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ButtonBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ButtonLabelPlacement.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ButtonPhase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/CalendarLayout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/CheckBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/CheckBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ColorPicker.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ColorPicker.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ComboBase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ComboBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ComboBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DataGrid.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DateChooser.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DateField.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DateField.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/FormItemLabel.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HRule.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HRule.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HScrollBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HScrollBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HSlider.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HSlider.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HorizontalList.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HorizontalList.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Image.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Image.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Label.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Label.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/LinkBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/LinkBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/LinkButton.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/LinkButton.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/List.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/List.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Menu.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Menu.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/MenuBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/MenuBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/NavBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/NumericStepper.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/PopUpButton.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/PopUpMenuButton.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButton.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButtonGroup.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButtonGroup.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RichTextEditor.mxml
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RichTextEditor.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TabBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TabBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Text.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Text.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TextArea.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TextArea.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TextInput.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TextInput.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TileList.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TileList.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ToggleButtonBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Tree.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VRule.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VRule.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VScrollBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VScrollBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VSlider.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VSlider.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VideoDisplay.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/alertClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/assets/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/buttonBarClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/colorPickerClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/colorPickerClasses/SwatchPanel.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/colorPickerClasses/SwatchPanel.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/dataGridClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/BaseListData.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/IDropInListItemRenderer .as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseContentHolder.a s
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseFindPending.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseSeekPending.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseSelectionData.a s
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseSelectionDataPe nding.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseSelectionPendin g.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListData.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListItemDragProxy.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListItemRenderer.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListRowInfo.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/TileBase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/TileBaseDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/TileListItemRenderer.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/menuClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/richTextEditorClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/scrollClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/sliderClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/tabBarClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/textClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/treeClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/videoClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/ContainerLayout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/ContainerRawChildrenList.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/ITextInput.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/LayoutContainer.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Repeater.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Repeater.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/ScrollControlBase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Version.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/AddChildAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/AddItemAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/DefaultListEffect.mxml
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/DefaultTileListEffect.mxml
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/Glow.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/RemoveChildAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/RemoveItemAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/Resize.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/SetPropertyAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/UnconstrainItemAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/WipeDown.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/WipeLeft.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/WipeRight.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/WipeUp.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Cubic.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Linear.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Quadratic.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Quartic.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Quintic.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Sine.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/AddChildActionInstance .as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/AddItemActionInstance. as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/GlowInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/RemoveChildActionInsta nce.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/RemoveItemActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/ResizeInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/SetPropertyActionInsta nce.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/UnconstrainItemActionI nstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/WipeDownInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/WipeLeftInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/WipeRightInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/WipeUpInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/CalendarLayoutChangeEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ColorPickerEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/CuePointEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DataGridEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DataGridEventReason.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DateChooserEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DateChooserEventDetail.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DividerEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/IndexChangedEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ListEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ListEventReason.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/MenuEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/MetadataEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/NumericStepperEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ScrollEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ScrollEventDetail.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ScrollEventDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/SliderEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/SliderEventClickTarget.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/TreeEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/VideoEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/modules/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/modules/Module.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/modules/ModuleLoader.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/modules/ModuleLoader.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/printing/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/printing/PrintDataGrid.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/AccordionHeaderSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ActivatorSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ApplicationBackground.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ButtonBarButtonSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ButtonSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/CheckBoxIcon.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ColorPickerSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ComboBoxArrowSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridColumnDropIndicator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridColumnResizeSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridHeaderBackgroundSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridHeaderSeparator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridSortArrow.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DateChooserIndicator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DateChooserMonthArrowSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DateChooserYearArrowSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/HaloBorder.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/HaloColors.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/LinkButtonSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/LinkSeparator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/MenuBarBackgroundSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/NumericStepperDownSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/NumericStepperUpSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/PanelSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/PopUpButtonSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/PopUpIcon.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/PopUpMenuIcon.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ProgressBarSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ProgressIndeterminateSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ProgressMaskSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ProgressTrackSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/RadioButtonIcon.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ScrollArrowSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ScrollThumbSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ScrollTrackSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SliderHighlightSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SliderThumbSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SliderTrackSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SwatchPanelSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SwatchSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/TabSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/TitleBackground.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/WindowBackground.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/AlignStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/AnchorStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/BackgroundStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/BarColorStyle.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/BorderStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/ContainerBackgroundStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/FillStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/FocusStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/GapStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/IconColorStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/LeadingStyle.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/ModalTransparencyStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/PaddingStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/SelectedFillColorsStyle.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/SkinStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/TextStyles.as
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/containers.properties
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderAccImpl. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/CheckBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DataGridAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateChooserAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateFieldAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/LabelAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/LinkButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/PanelAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/RadioButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/SliderAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TabBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TitleWindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TreeAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/BoxDirection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Canvas.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Canvas.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividerState.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormHeading.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormHeading.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItemDirection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Grid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Grid.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridRow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HDividedBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HDividedBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TileDirection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VDividedBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VDividedBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/accordionClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/dividedBoxClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Application Layout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/BoxLayout.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/CanvasLayou t.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Layout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/PostScaleAd apter.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonLabelPlacement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonPhase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CalendarLayout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CheckBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CheckBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/FormItemLabel.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HRule.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HRule.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HScrollBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HScrollBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HSlider.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HSlider.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HorizontalList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HorizontalList.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Image.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Image.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NavBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NumericStepper.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpMenuButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButtonGroup.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButtonGroup.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RichTextEditor.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RichTextEditor.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TabBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TabBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToggleButtonBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VRule.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VRule.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VScrollBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VScrollBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VSlider.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VSlider.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/alertClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/assets/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/buttonBarClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/BaseListData.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/IDropInListItemR enderer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseContentH older.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseFindPend ing.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSeekPend ing.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nData.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nDataPending.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nPending.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListData.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemDragProx y.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemRenderer .as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListRowInfo.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileBaseDirectio n.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileListItemRend erer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/tabBarClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/textClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerLayout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerRawChildrenList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextInput.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutContainer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Repeater.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Repeater.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/DefaultListEffect.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/DefaultTileListEffect.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Glow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Resize.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeDown.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeLeft.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeRight.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeUp.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Cubic.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Linear.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quadratic.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quartic.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quintic.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Sine.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddChildActionI nstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddItemActionIn stance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/GlowInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveChildActi onInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveItemActio nInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ResizeInstance. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetPropertyActi onInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/UnconstrainItem ActionInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeDownInstanc e.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeLeftInstanc e.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeRightInstan ce.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeUpInstance. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CalendarLayoutChangeEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ColorPickerEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CuePointEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DataGridEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DataGridEventReason.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DateChooserEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DateChooserEventDetail.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DividerEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ListEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ListEventReason.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MenuEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MetadataEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/NumericStepperEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEventDetail.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEventDirection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SliderEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SliderEventClickTarget.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TreeEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/VideoEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/Module.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/PrintDataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/AccordionHeaderSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ActivatorSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ApplicationBackground.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ButtonBarButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/CheckBoxIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ColorPickerSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ComboBoxArrowSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridColumnDropIndicato r.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridColumnResizeSkin.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridHeaderBackgroundSk in.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridHeaderSeparator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridSortArrow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserIndicator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserMonthArrowSkin. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserYearArrowSkin.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloColors.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/LinkButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/LinkSeparator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/MenuBarBackgroundSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/NumericStepperDownSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/NumericStepperUpSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PanelSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpMenuIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressBarSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressIndeterminateSkin. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressMaskSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressTrackSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/RadioButtonIcon.as

  • HT204088 So I put in my debit card info into my phone so I could redownload apps and while I was refreshing netflix (which was already purchased) it rebought itself twice and took $14 (USD). What can I do?

    So I put in my debit card info into my phone so I could redownload apps and while I was refreshing netflix (which was already purchased) it rebought itself twice and took $14 (USD). What can I do? Someone please help!

    Contact iTunes Support: http://apple.com/emea/support/itunes/contact.html.

  • Java error when importing info into a table

    Hi I am trying to import data into a table from a csv file. I Log into the Database via Oracle Enterprise Manager 10G. I then goto Administration and Import user file. I then give the username and password of the user on the Server. I choose my csv file and click next. I then Choose my Table and click next, this is when I get an error..
    500 Internal Server Error
    java.lang.ArrayIndexOutOfBoundsException: -128
         at oracle.sysman.emo.util.UIXDataSource.initialize(UIXDataSource.java:322)
         at oracle.sysman.emo.util.UIXDataSource.<init>(UIXDataSource.java:188)
         at oracle.sysman.emo.util.data.LoadPreviewDataDS.<init>(LoadPreviewDataDS.java:58)
         at oracle.sysman.emo.util.data.LoadBean.initPreviewDataTable(LoadBean.java:3002)
         at oracle.sysman.emo.util.data.LoadBean.validateFileFormatPage(LoadBean.java:1920)
         at oracle.sysman.db.util.data.LoadController.validatePage(LoadController.java:757)
         at oracle.sysman.db.util.data.LoadController.onSubmitForm(LoadController.java:707)
         at oracle.sysman.db.util.data.LoadController.handleGoto(LoadController.java:779)
         at oracle.sysman.db.util.DBJobController.handleEvent(DBJobController.java:821)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:376)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:169)
         at oracle.sysman.db.util.UtilControllerResolver.handleRequest(UtilControllerResolver.java:128)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I do not get this error with other tables and this file only with this table. Any help would be greatly appreciated, let me know if more info is needed.

    Thanks that did work out for me. However, I am still curious why I am getting that message in the Enterprise Manager. Well I was able to upload my info into the database and it was a better solution too.

  • How to get all paragraphs style and their fonts of a  indesign file and write all info with para info into txt file with scripting

    how to get all how to get all paragraphs style and their fonts of a  indesign file and write all info with para info into txt file with scriptingstyle and their fonts of a  indesign file and write all info with para info into txt file with scripting

    I write the script this one works
              var par=doc.stories.everyItem().paragraphs.everyItem().getElements();
      for(var i=par.length-1;i>=0;i--)
           var font=par[i].appliedParagraphStyle.name;
            var font1=par[i].appliedFont.name;
             var size=par[i].pointSize;
            WriteToFile (par[i].contents  +   "\r" +  "Style  : " + font  + "\r" +  "FONT1  : " + font1  + "\r" +  "Size  : " + size  + "\r", reportFilePath);
                            function WriteToFile(text, reportFilePath) { 
        file = new File(reportFilePath); 
        file.encoding = "UTF-8"; 
        if (file.exists) { 
            file.open("e"); 
            file.seek(0, 2); 
        else { 
            file.open("w"); 
          file.writeln(text);  
        file.close(); 
    Thanks for all your support

  • How to make this into a SWC?

    I have 1 movie clip and four buttons, along with a layer for actionscript. selecting evrything and going "convert to symbol - movie clip" breaks the application as the code cannot find the specified componets such as button 1, 2,3,4 and the movie clip.
    How do I take this project and make it into a swc so I can use it in flash builder? Publishing as is, as a swc, doen't work as I cannot then call it in flashbuilder because I have no class to call.

    select the on-stage objects only and convert to a movieclip symbol.  then copy and actionscript in the actions panel, go to your movieclip's timeline, click the first frame and paste that code into the actions panel.
    now find your new movieclip in the library, right click and click export swc.

  • Entering info into "category"

    Anyone know how to enter info into the "category" heading for an iTunes selection? When I "get info" for an iTunes selection, I do not see the "Category" heading that is offerd in "view options".
    Many thanks.

    Richard,
    I'm so glad you posted this question. I just discovered the mysterious "category" field today. The following post discusses it a bit, but I'm hoping to find out more.
    Bensch, "How do I use the new fields "category" or "description"?", 06:10pm Sep 7, 2005 CDT

  • Saving nonlinear calibration info into a compressed PNG or with no image data

    I need to save nonlinear calibration info into the flash memory of a camera. The flash memory available is limited. Fortunately saving a monochrome compressed PNG image is well within the available space.
    However, IMAQ Write Image And Vision Info File 2 saves only uncompressed PNGs. Is there a way to save compressed or without image data?
    Does the newest version of Vision save any differently?
    Thanks ahead for your reply,
    Ferenc

    I've solved the problem myself.
    Under the Calibration Learn Setup for the IMAQ Learn Calibration Template VI I had Learn Error Map and Learn Correction Table set as true. This increased the file size from 240kB to 84Mb.

  • Should I load product info into memory or keep in db?

    Hi,
    I am going to develop a b2c shopping website with jboss-tomcat bundle. Now I must make a decision on whether I should load product info into memory or just keep it in table. If load into memory, the performance of customer browsing and searching will be good; but I am afraid of the memory capacity and issues like, when I want to update the product price or description, I need to refresh the memory objects. This shop has about 500 products and we will develop this application into Dell server with 1GB memory. Can anyone who has ever developed such e-commerce website give me some suggestions?
    Thanks.
    Henry

    I usally use XSLT enabled servlets using Apache Xalan http://xml.apache.org
    Its as easy as caching the result of a transformation for a particular URL request in a generic servlet against the string url and putting htem in a HashMap.
    Usual architecture is EJN stateless session beans sending xml to a servlet which styles it and caches the result according to configuration.
    Work out cache expiry etc later once you get things going.
    To answer your question completely, it would be on the servlet side that I would do the caching.
    You may be able to do it using servlet chaining or filters, although I have not tried this but have seen some tutorials about this sort of stuff.
    The main concept of page caching is storing the whole html page in memory in the servlet (or in a Java class structure contained in the servlet) and whenever a page request matches a cached entry, just send the cached html straight at the browser, instead of expensively creating a new dynamic page.
    Consider implementing gzip encoding as well and storing zipped pages in memory, much faster. Avoid implemrnting stuff that a proxy server would give you out of the box.
    I usually try to configure what urls are cached and what are not.
    If you are using JSP, I am sure someone has implemented caching of jsp content, a preoduct called Tiles perhaps?
    Josh

  • Import GPS metadata info into Lightroom

    How do I import GPS metadata info into Lightroom from either my camera or from disk?  I'm using lightroom 3.2.  It shows up in CS5 Bridge, why not in Lightroom?
    oracle 52

    I downloaded the plug-in and used the metadata file preset for geo-tagging plus all the others in Adobe Lightroom 3 prior to "import" using the "Add" submenu.  Only under the geo-tagging preset in Metadata did I see the "labels" of latitude, longitude, etc.  However, the metadata for each of the photos for these labels were blank.  Yet, when viewing these photos on Nikon VX from which the photos was imported shows the correct GPS coordinates.  Why isn't this data being displayed in Lightroom as it appears from the original file on my hard drive?
    oracle52

  • Downloaded adobe reader, i have been inputting info into some forms, the areas I populate all have red squares around them, what does this mean?

    downloaded adobe reader, i have been inputting info into some forms, the areas I populate all have red squares around them, what does this mean? mac book pro as well. The forms i have been working on are from Canada Immigration, has any one else experienced this? thanks and yes I am new here, lol.

    Yes thank you I figured it out. Lol
    Sent from Samsung Mobile

  • How can I import vcard info into numbers 3.0?

    How can I import vcard info into the new numbers 3.0?
    To the old numbers, it is easy ;-)

    If you're trying to bring in information from Contacts, another user (I'll try to find the link) posted a "hidden solution".  In Contacts select as many contacts as you want, command-c to copy, then in a Numbers sheet command-v to paste. A table is formed automatically.
    SG
    Edit:
    Found it. ronniefromcalifornia in this thread.

Maybe you are looking for

  • Large number VSS errors "The specified network resource or device is no longer available."

    I have a 2 node Hyper V Cluster backed up via Veeam Off-Host Proxy. I've already logged, without answer, a thread about the Off-Host Proxy server randomly (I guess) creating new duplicate iSCSI connections. Today I have a single VM that won't backup.

  • Batch management - Shelf life and Production date

    Hi All, I am working with batch management where i did all the setting of characterestics, Batch class and neccessary settings. i am working with three characterestics shelf life expiration, production date and last goods reciept. I have to active sh

  • How can I download a full installer for Yosemite?

    I updated to the latest version of Yosemite from App Store/Updates but I would like to have a full installer available on my system "just in case." However, when I go select OS X Yosemite from the Featured section and click Download all I see is a sp

  • Problem in deploying EJB2.0 webservice after migration

    Hi, Our portal server is recently upgraded from 7.01 to 7.31. As part of the migration activities, we have migrated the existing EJB 2.0 (webservice) DC's using NWDS 7.31 by adding all necessary dependencies... After migration, the Local Build state

  • Big problem with N70

    hi i'm new here and as you will see i'm not verry good in english so please understand my probleme is that i can't write any letter in my N70 just numbers even if i push the dieze button, also the pen does not appear what can i do please help me