Update SQL script for lower SQL version

Hi, I am copying same records 9 times and this query is working fine in SQL-2008 or newer version but getting the following error in Lower SQL version. How I can run this script for lower SQL version.
drop table #temp
create table #temp (Code1 varchar(10))
insert into #temp values ('ABC')
;With Numbers As
(Select 1 As Number
Union All 
Select Number + 1
From Numbers
Where Number < 9)
Select t.* 
From #temp t
Cross Join Numbers;
Error: Line 2: Incorrect syntax near ';'.

Why are you using CTE in SQl server 2000. They were introduced from 2005. of course you need to confirm version of SQL Server
Plus use code like below
If object_ID('tempdb..#Temp') IS NOT NULL
drop table #temp
create table #temp (Code1 varchar(10))
insert into #temp values ('ABC')
;With Numbers As
(Select 1 As Number
Union All
Select Number + 1
From Numbers
Where Number < 9)
Select t.*
From #temp t
Cross Join Numbers;
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
My Technet Wiki Article
MVP

Similar Messages

  • Please help me resolve the Lync server 2013 deployment error: "An error occurred while applying SQL script for the feature BackendStore."

    I am getting an error in "Step 2 - Setup or Remove Lync Server Components" of "Install or Update Lync Server System" step.
    "An error occured while applying SQL script for the feature BackendStore. For details, see the log file...."
    Additionally, all previous steps such as: Prepare Active Directory, Prepare first Standard Edition server, Install Administrative Tools, Create and publish topology are done without any errors. The user that I used to setup the Lync server is member of:
    Administrators
    CSAdministrator
    Domain Admins
    Domain Users
    Enterprise Admins
    Group Policy Creator Owners
    RTCComponentUniversalServices
    RTCHSUniversalServices
    RTCUniversalConfigReplicator
    RTCUniversalServerAdmins
    Schema Admins
    I have tried to re-install all the things and started to setup a new one many times but the same error still occurred. Please see the log below and give me any ideas/solutions to tackle this problem.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.BlobStore'****
    Initializing DbSetupBase
    Parsing parameters...
    Found Parameter: SqlServer Value lync.lctbu.com\rtc.
    Found Parameter: SqlFilePath Value C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup.
    Found Parameter: Publisheracct Value LCTBU\RTCHSUniversalServices;RTC Server Local Group;RTC Local Administrators;LCTBU\RTCUniversalServerAdmins.
    Found Parameter: Replicatoracct Value LCTBU\RTCHSUniversalServices;RTC Server Local Group.
    Found Parameter: Consumeracct Value LCTBU\RTCHSUniversalServices;RTC Server Local Group;RTC Local Read-only Administrators;LCTBU\RTCUniversalReadOnlyAdmins.
    Found Parameter: DbPath Value D:\CsData\BackendStore\rtc\DbPath.
    Found Parameter: LogPath Value D:\CsData\BackendStore\rtc\LogPath.
    Found Parameter: Role Value master.
    Trying to connect to Sql Server lync.lctbu.com\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 2100.
    Sql version is acceptable.
    Validating parameters...
    DbName rtcxds validated.
    SqlFilePath C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup validated.
    DbFileBase rtcxds validated.
    DbPath D:\CsData\BackendStore\rtc\DbPath validated.
    Effective database Path: \\lync.lctbu.com\D$\CsData\BackendStore\rtc\DbPath.
    LogPath D:\CsData\BackendStore\rtc\LogPath validated.
    Effective Log Path: \\lync.lctbu.com\D$\CsData\BackendStore\rtc\LogPath.
    Checking state for database rtcxds.
    Checking state for database rtcxds.
    State of database rtcxds is detached.
    Attaching database rtcxds from Data Path \\lync.lctbu.com\D$\CsData\BackendStore\rtc\DbPath, Log Path \\lync.lctbu.com\D$\CsData\BackendStore\rtc\LogPath.
    The operation failed because of missing file '\\lync.lctbu.com\D$\CsData\BackendStore\rtc\DbPath\rtcxds.mdf'
    Attaching database failed because one of the files not found. The database will be created.
    State of database rtcxds is DbState_DoesNotExist.
    Creating database rtcxds from scratch. Data File Path = D:\CsData\BackendStore\rtc\DbPath, Log File Path= D:\CsData\BackendStore\rtc\LogPath.
    Clean installing database rtcxds.
    Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.RtcSharedDatabase'****
    Initializing DbSetupBase
    Parsing parameters...
    Found Parameter: SqlServer Value lync.lctbu.com\rtc.
    Found Parameter: SqlFilePath Value C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup.
    Found Parameter: Serveracct Value LCTBU\RTCHSUniversalServices;RTC Server Local Group.
    Found Parameter: DbPath Value D:\CsData\BackendStore\rtc\DbPath.
    Found Parameter: LogPath Value D:\CsData\BackendStore\rtc\LogPath.
    Trying to connect to Sql Server lync.lctbu.com\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 2100.
    Sql version is acceptable.
    Validating parameters...
    DbName rtcshared validated.
    SqlFilePath C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup validated.
    DbFileBase rtcshared validated.
    DbPath D:\CsData\BackendStore\rtc\DbPath validated.
    Effective database Path: \\lync.lctbu.com\D$\CsData\BackendStore\rtc\DbPath.
    LogPath D:\CsData\BackendStore\rtc\LogPath validated.
    Effective Log Path: \\lync.lctbu.com\D$\CsData\BackendStore\rtc\LogPath.
    Checking state for database rtcshared.
    Reading database version for database rtcshared.
    Database version for database rtcshared - Schema Version5, Sproc Version 0, Update Version 1.
    Thanks and Regards,
    Thanh Le

    Thanks Lạc
    Phạm 2
    I Had similar issue i end up uninstalling and reinstallting but same issue, then i change the drive but same issue. It was I/O issue. After adjusting my I/O it fix our issue and installation went on without any issue. 
    If any one using KVM here is detail article 
    We just  give this option cache=‘writeback
    using this article http://www.ducea.com/2011/07/06/howto-improve-io-performance-for-kvm-guests/ and http://itscblog.tamu.edu/improve-disk-io-performance-in-kvm/ this fix my issue thanks 

  • An error occurred while applying SQL script for the feature BackendStore.

    Hello,
    I am using my AD in Windows Azure VMs. I created new VM of A3 (4 cores, 7 GB Memory) Windows Server 2012 R2, Port 1433 MSSQL added, made it a member of Domain and planned to install first Lync Server 2013 on it.
    In "Setup or Remove Lync Server Components" of "Install or Update Lync Server System", got an Red Coloured text "An error
    occurred while applying SQL script for the feature BackendStore."
    I have not enabled monitoring and archiving server in topology builder. I added "Network Service" and assign "Full Control" in Security Permissions of "C:\CsData" and "C:\LyncShare".
    I executed the SQL Setup Wizard and upgraded any instance to 2012.
    Please guide.
    Thanks, Divyaprakash Koli

    Please check you have enough disk space for the disk where the folders are.
    Check view log for detailed log information.
    The following link is a similar thread for you to refer:
    http://social.technet.microsoft.com/Forums/lync/en-US/a3cb9ab0-7451-4df5-af96-3d2784d1b075/an-error-occurred-while-applying-sql-script-for-the-feature-backendstore-for-details-see-the-log?forum=lyncdeploy
    Lisa Zheng
    TechNet Community Support

  • How to get SQL script for generating table, constraint, indexes?

    I'd like to get from somewhere Oracle tool for generating simple SQL script for generating table, indexes, constraint (like Toad) and it has to be Oracle tool but not Designer.
    Can someone give me some edvice?
    Thanks!
    m.

    I'd like to get from somewhere Oracle tool for
    generating simple SQL script for generating table,
    indexes, constraint (like Toad) and it has to be
    Oracle tool but not Designer.
    SQL Developer is similar to Toad and is an Oracle tool.
    http://www.oracle.com/technology/products/database/sql_developer/index.html

  • An error occurred while applying SQL script for the feature BackendStore. For details, see the log file

    Hello
    i got this error in step2
    Error: An error occurred while applying SQL script for the feature BackendStore. For details, see the log file 'C:\Users\administrator.RCC\AppData\Local\Temp\2\Create-BackendStore-lync.rcc.local_rtc-[2013_09_23][09_05_16].log'
    here is full summary
    > Bootstrap-CsComputer
    Logging status to: C:\Users\administrator.RCC\AppData\Local\Temp\2\BootstrapFull-[2013_09_23][12_17_37].html
    Checking prerequisites for bootstrapper...
    Checking prerequisite WMIEnabled...prerequisite satisfied.
    Checking prerequisite NoBootstrapperOnBranchOfficeAppliance...prerequisite satisfied.
    Checking prerequisite SupportedOS...prerequisite satisfied.
    Checking prerequisite NoOtherVersionInstalled...prerequisite satisfied.
    Host name: lync.rcc.local
    Disabling unused roles...
    Executing PowerShell command: Disable-CSComputer -Confirm:$false -Verbose -Report "C:\Users\administrator.RCC\AppData\Local\Temp\2\Disable-CSComputer-[2013_09_23][12_17_46].html"
    Checking prerequisites for roles...
    Checking prerequisite SupportedOS...prerequisite satisfied.
    Checking prerequisite SupportedOSNoDC...prerequisite satisfied.
    Checking prerequisite SupportedSqlRtcLocal...prerequisite satisfied.
    Checking prerequisite WMIEnabled...prerequisite satisfied.
    Checking prerequisite NoOtherVersionInstalled...prerequisite satisfied.
    Checking prerequisite PowerShell...prerequisite satisfied.
    Checking prerequisite WindowsIdentityFoundation...prerequisite satisfied.
    Checking prerequisite SupportedServerOS...prerequisite satisfied.
    Checking prerequisite NoUnsupportedWinFab...prerequisite satisfied.
    Checking prerequisite SupportedSqlLyncLocal...prerequisite satisfied.
    Checking prerequisite SupportedSqlRtc...prerequisite satisfied.
    Checking prerequisite IIS...prerequisite satisfied.
    Checking prerequisite IIS7Features...prerequisite satisfied.
    Checking prerequisite ASPNet...prerequisite satisfied.
    Checking prerequisite KB2646886Installed...prerequisite satisfied.
    Checking prerequisite BranchCacheBlock...prerequisite satisfied.
    Checking prerequisite WCF...prerequisite satisfied.
    Checking prerequisite WindowsMediaFoundation...prerequisite satisfied.
    Checking prerequisite SqlInstanceRtcLocal...prerequisite satisfied.
    Checking prerequisite VCredist...prerequisite satisfied.
    Checking prerequisite SqlNativeClient...prerequisite satisfied.
    Checking prerequisite SqlClrTypes...prerequisite satisfied.
    Checking prerequisite SqlSharedManagementObjects...prerequisite satisfied.
    Checking prerequisite UcmaRedist...prerequisite satisfied.
    Checking prerequisite WinFab...prerequisite satisfied.
    Checking prerequisite MicrosoftIdentityExtensions...prerequisite satisfied.
    Checking prerequisite SqlInstanceLyncLocal...prerequisite satisfied.
    Checking prerequisite SqlInstanceRtc...prerequisite satisfied.
    Checking prerequisite RewriteModule...prerequisite satisfied.
    Checking prerequisite SpeechPlatformRuntime...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_ca-ES_Herena...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_da-DK_Helle...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_de-DE_Hedda...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_en-AU_Hayley...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_en-CA_Heather...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_en-GB_Hazel...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_en-IN_Heera...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_en-US_Helen...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_es-ES_Helena...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_es-MX_Hilda...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_fi-FI_Heidi...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_fr-CA_Harmonie...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_fr-FR_Hortense...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_it-IT_Lucia...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_ja-JP_Haruka...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_ko-KR_Heami...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_nb-NO_Hulda...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_nl-NL_Hanna...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_pl-PL_Paulina...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_pt-BR_Heloisa...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_pt-PT_Helia...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_ru-RU_Elena...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_sv-SE_Hedvig...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_zh-CN_HuiHui...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_zh-HK_HunYee...prerequisite satisfied.
    Checking prerequisite MSSpeech_TTS_zh-TW_HanHan...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_ca-ES_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_da-DK_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_de-DE_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_en-AU_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_en-CA_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_en-GB_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_en-IN_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_en-US_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_es-ES_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_es-MX_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_fi-FI_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_fr-CA_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_fr-FR_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_it-IT_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_ja-JP_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_ko-KR_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_nb-NO_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_nl-NL_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_pl-PL_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_pt-BR_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_pt-PT_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_ru-RU_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_sv-SE_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_zh-CN_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_zh-HK_TELE...prerequisite satisfied.
    Checking prerequisite MSSpeech_SR_zh-TW_TELE...prerequisite satisfied.
    Checking prerequisite UcmaWorkflowRuntime...prerequisite satisfied.
    Installing any collocated databases...
    Executing PowerShell command: Install-CSDatabase -Confirm:$false -Verbose -LocalDatabases -Report "C:\Users\administrator.RCC\AppData\Local\Temp\2\Install-CSDatabase-[2013_09_23][12_17_52].html"
    An error occurred while applying SQL script for the feature BackendStore. For details, see the log file 'C:\Users\administrator.RCC\AppData\Local\Temp\2\Create-BackendStore-lync.rcc.local_rtc-[2013_09_23][12_17_54].log'
    what should i do?
    Please help me

    Hi,
    The issue may be related to disk read and write cache. Here is a similar case for your reference:
    http://blog.kloud.com.au/2013/07/15/publish-lync-2013-with-2012-r2-preview-web-application-proxy/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Kent Huang
    TechNet Community Support

  • How can I extract the full SQL script for a schema?

    Hi,
    How can I extract the full SQL script for a schema?
    I am looking for some method that needs jus SQL*Plus and preferably doesn’t need any extra tool.
    Thank you,
    Alan

    How can I extract the full SQL script for a schema?What are you looking for? PL/SQL code? DDL for objects?

  • Calling sql script from pl/sql block

    Hi
    I want to call a sql script from pl/sql block.
    like
    CREATE OR REPLACE procedure DataBaseExport(user_name in varchar2, pwd in varchar2)
    as
    begin
    execute immediate  '@ C:\Documents and Settings\umesh\emp.sql';
    end DataBaseExport;
    /

    Try something like this -
    CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "Host" AS
    import java.io.*;
    public class Host
         public static void executeCommand(String command)
         try {
                String[] finalCommand;
                   if (isWindows())
                        finalCommand = new String[4];
                        // Use the appropriate path for your windows version.
                        finalCommand[0] = "C:\\windows\\system32\\cmd.exe"; // Windows XP/2003
                        //finalCommand[0] = "C:\\winnt\\system32\\cmd.exe"; // Windows NT/2000
                        finalCommand[1] = "/y";
                        finalCommand[2] = "/c";
                        finalCommand[3] = command;
                   else
                        finalCommand = new String[3];
                        finalCommand[0] = "/bin/sh";
                        finalCommand[1] = "-c";
                        finalCommand[2] = command;
              final Process pr = Runtime.getRuntime().exec(finalCommand);
             pr.waitFor();
             new Thread(new Runnable()
                public void run()
                      BufferedReader br_in = null;
                   try
                        br_in = new BufferedReader(new InputStreamReader(pr.getInputStream()));
                        String buff = null;
                        while ((buff = br_in.readLine()) != null)
                                  System.out.println("Process out :" + buff);
                               try {Thread.sleep(100); } catch(Exception e) {}
                        br_in.close();
                   catch (IOException ioe)
                        System.out.println("Exception caught printing process output.");
                        ioe.printStackTrace();
                 finally
                     try {
                              br_in.close();
                          } catch (Exception ex) {}
         ).start();
         new Thread(new Runnable()
           public void run()
                BufferedReader br_err = null;
                try
                   br_err = new BufferedReader(new InputStreamReader(pr.getErrorStream()));
                   String buff = null;
                   while ((buff = br_err.readLine()) != null)
                        System.out.println("Process err :" + buff);
                        try
                           Thread.sleep(100);
                         } catch(Exception e) {}
                   br_err.close();
               catch (IOException ioe)
                   System.out.println("Exception caught printing process error.");
                   ioe.printStackTrace();
              finally
                  try
                          br_err.close();
                   catch (Exception ex) {}
          ).start();
         catch (Exception ex)
                  System.out.println(ex.getLocalizedMessage());
      public static boolean isWindows()
              if (System.getProperty("os.name").toLowerCase().indexOf("windows") != -1)
              return true;
              else
              return false;
    CREATE OR REPLACE PROCEDURE Host_Command (p_command IN VARCHAR2)
    AS LANGUAGE JAVA
    NAME 'Host.executeCommand (java.lang.String)';
    --- THE PERMISSIONS ---
    call dbms_java.grant_permission('SYSTEM', 'SYS:java.io.FilePermission', '<<ALL FILES>>', 'read ,write, execute, delete');
    call dbms_java.grant_permission('SYSTEM', 'SYS:java.lang.RuntimePermission', 'writeFileDescriptor', '');
    call dbms_java.grant_permission('SYSTEM', 'SYS:java.lang.RuntimePermission', 'readFileDescriptor', '');And, finally,
    create or replace procedure call_sql_file(usr  in varchar2,
                                              pwd  in varchar2,
                                              host_str in varchar2)
    is
    begin
       host('sqlplus -s usr/pwd@host_str C:\UAX_Auto_Count.sql');
    exception
      when others then
        dbms_output.put_line(sqlerrm);
    end;Now, you can pass all the argument in order to execute that file.
    N.B.: Not Tested...
    Regards.
    Satyaki De.

  • Running sql script from pl/sql

    Is there any standard way to run an external sql script from pl/sql
    I really appreciate any assistance.

    If you want, I did start writing a function reading and executing statements out of sql script with utl_file.
    can I issue this command in PL/SQL: EXECUTE IMMEDIATE '@filename.sql';
    the function could be extended for DDL, session setting, etc...
    Regards
    Laurent

  • [svn:fx-trunk] 5101: Update action script files with asdoc version tags.

    Revision: 5101
    Author: [email protected]
    Date: 2009-02-26 21:22:45 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
    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/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/accessibility/UIComponentAccProps.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/automation/Automation.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/automation/IAutomationObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/BindabilityInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Binding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/BindingManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/FunctionReturnWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/IBindingClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/PropertyWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/RepeatableBinding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/RepeaterComponentWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/StaticPropertyWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Watcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/XMLWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/BindingUtils.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/CursorBookmark.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ICollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/IList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/IViewCursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ItemResponder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ItemWrapper.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ModifiedCollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/Sort.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/SortField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/XMLListAdapter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/XMLListCollection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/CollectionViewErro r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/CursorError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/ItemPendingError.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/SortError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
    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/ControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormHeading.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
    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/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/HDividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
    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/VBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VDividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/accordionClasses/Accordion Header.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/dividedBoxClasses/BoxDivid er.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/errors/ConstraintError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/GridColumnInfo .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/GridRowInfo.as
    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/ConstraintC olumn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintR ow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Flex.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/FlexChildIn fo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/IConstraint Layout.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/ButtonBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonLabelPlacement.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/ColorPicker.as
    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/DataGrid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
    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/HScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HSlider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HorizontalList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/IFlexContextMenu.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Image.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
    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/PopUpButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpMenuButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarLabelPlacement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarMode.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButtonGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Spacer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TabBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToggleButtonBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToolTip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VRule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VSlider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/alertClasses/AlertForm.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/buttonBarClasses/ButtonBarBu tton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/WebSafePa lette.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridBase .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridDrag Proxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead er.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead erBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridItem Renderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridList Data.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridLock edRowContentHolder.as
    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/IListItemRendere r.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/IMenuBarItemRend erer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuDataDescrip tor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuItemRendere r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuBarItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/ToolBa r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBarDirec tion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollThumb.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/Slider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderDataTip. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderDirectio n.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderLabel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderThumb.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/tabBarClasses/Tab.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/textClasses/TextRange.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/DefaultDataDescr iptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalColl ectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalView Cursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/ITreeDataDescrip tor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/ITreeDataDescrip tor2.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/CuePointManager .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/INCManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/NCManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/VideoError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/VideoPlayer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/BitmapAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ButtonAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ByteArrayAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ClassFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ComponentDescriptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerCreationPolicy.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/ContextualClassFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/CrossDomainRSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DeferredInstanceFromClass.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DeferredInstanceFromFunction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DragSource.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EdgeMetrics.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EmbeddedFont.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EmbeddedFontRegistry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EventPriority.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexApplicationBootstrap.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexBitmap.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexMovieClip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexShape.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexSimpleButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexSprite.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexTextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexVersion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FontAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IChildList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IConstraintClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDataRenderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredInstantiationUIComponen t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDisplayObjectContainerInterface .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDisplayObjectInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IEmbeddedFontRegistry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexDisplayObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModuleFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFontContextComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IIMESupport.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IInteractiveObjectInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IInvalidating.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IMXMLObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IProgrammaticSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IPropertyChangeNotifier.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRawChildrenContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRectangularBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRepeater.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRepeaterClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFBridgeGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFBridgeProvider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISpriteInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IStateClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IStateClient2.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextFieldFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextFieldInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IToolTip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUID.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElementContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutElementUIComponentUtils.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MXMLObjectAdapter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MovieClipAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MovieClipLoaderAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/RSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/RSLListLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Repeater.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ResourceModuleRSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SWFBridgeGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollPolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SoundAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SpriteAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/TextFieldAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentCachePolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentDescriptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentGlobals.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextFormat.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/mx_internal.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/AnimateProperty.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Blur.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/CompositeEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Dissolve.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectTargetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Fade.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Glow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IAbstractEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffectTargetHost.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Iris.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/MaskEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Move.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Pause.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/Rotate.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Sequence.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SoundEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Tween.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/TweenEffect.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/Zoom.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Back.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Bounce.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Circular.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Cubic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Elastic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Exponential.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/ActionEffectIns tance.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/AddRemoveEffect TargetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AnimateProperty Instance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/BlurInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/CompositeEffect Instance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/DissolveInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/GlowInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/HideShowEffectT argetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/IrisInstance.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/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PauseInstance.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PropertyChanges .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/RotateInstance. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetPropertyActi onInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetStyleActionI nstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SoundEffectInst ance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/TweenEffectInst ance.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/effects/effectClasses/ZoomInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/BrowserChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CalendarLayoutChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ChildExistenceChangedEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CloseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CollectionEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CollectionEventKind.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/DragEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DropdownEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DynamicEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/EffectEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/EventListenerRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexMouseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FocusRequestDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InterDragManagerEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InterManagerRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InvalidateRequestData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ItemClickEvent.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/ModuleEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MoveEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/NumericStepperEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/PropertyChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/PropertyChangeEventKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/RSLEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ResizeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ResourceEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SWFBridgeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SWFBridgeRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SandboxMouseEvent.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/StateChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/StyleEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ToolTipEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TreeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TweenEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ValidationResultEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/VideoEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/CurrencyFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/Formatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberBaseRoundType.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/PhoneFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/StringFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/SwitchSymbolFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/ZipCodeFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientEntry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/ImageSnapshot.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RectangularDropShadow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RoundedRectangle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/Stroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/IImageEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/JPEGEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/PNGEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/AbstractTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/ILogger.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/ILoggingTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/Log.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogEventLevel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogLogger.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/errors/InvalidCategoryError.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/errors/InvalidFilterError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/LineFormattedTarget.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/MiniDebugTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/TraceTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerPriority.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/HistoryManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/HistoryManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IBrowserManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerComplexComponen t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IHistoryManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ISystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IToolTipManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/InitLocalConnection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/LayoutManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/MainLocalConnection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerChildList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManagerProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemRawChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/layoutClasses/PriorityQueue. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/RemotePopUp.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/StageEventProx y.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/IModuleInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/Module.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/DownloadProgressBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/IPreloaderDisplay.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/FlexPrintJob.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/FlexPrintJobScaleType.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/PrintDataGrid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceBundle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/Locale.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/LocaleSorter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceBundle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/rpc/IResponder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/Border.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/ProgrammaticSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/RectangularBorder.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/BrokenImageBorderSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/BusyCursor.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/DefaultDragImage.as
    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/HaloFocusRect.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/ListDropIndicator.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
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollArrowSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollThumbSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderHighlightSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderThumbSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchPanelSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/TabSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/TitleBackground.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ToolTipBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddChild.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/IOverride.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/RemoveChild.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetEventHandler.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetProperty.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/State.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/Transition.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSCondition.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSConditionKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelectorKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IAdvancedStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/ISimpleStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AlignStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AnchorStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BarColorStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BorderStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FillStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FocusStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/GapStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/IconColorStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/LeadingStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/ModalTransparencyStyl es.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/PaddingStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SelectedFillColorsSty le.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SkinStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/TextStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ArrayUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Decoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/BitFlagUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ColorUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/DescribeTypeCache.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/DisplayUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/EventUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/GraphicsUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/HSBColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/IXMLNotifiable.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LoaderUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/NameUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OrderedObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/SHA256.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/SecurityUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/StringUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/UIDUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/XMLNotifier.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/XMLUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/object_proxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CreditCardValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CreditCardValidatorCardTyp e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CurrencyValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CurrencyValidatorAlignSymb ol.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/DateValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/EmailValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/IValidatorListener.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/NumberValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/PhoneNumberValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/RegExpValidationResult.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/RegExpValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/SocialSecurityValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/StringValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ValidationResult.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/Validator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ZipCodeValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ZipCodeValidatorDomainType .as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Copying SQL Script from Oracle SQL Developer into Excel with formatting

    I need to copy a SQL Script into Excel in order to develop some VBA code. Is there any nice way that I can copy SQL Script from Oracle SQL Developer into Excel and retain its formatting? I am a stickler for having legible, readable SQL and like to have all my columns lined up and aliases lined up. When we used to use SQL Navigator, the tab formatting seemed to copy and paste just fine. Now that we have migrated to Oracle SQL Developer, the formatting seems to get all messed up.
    And suggestions are greatly appreciated and Thanks in advance for your review and am hopeful for an answer.
    Thanks.
    PSULionRP

    I suppose you want a real tabulator instead of spaces. You can configure this in the preferences (SQL Formatter - Oracle). You have to apply it then to your existing code (e.g. CTRL-F7), but new code should get it right from the start.
    Hope that helps,
    K.

  • [svn:fx-trunk] 5100: Update action script files with asdoc version tags.

    Revision: 5100
    Author: [email protected]
    Date: 2009-02-26 21:00:39 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/AccordionHeaderSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ActivatorSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ApplicationBackground.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/BrokenImageBorderSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/BusyCursor.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ButtonBarButtonSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ButtonSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/CheckBoxIcon.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ColorPickerSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ComboBoxArrowSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridColumnDropIndicator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridColumnResizeSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridHeaderBackgroundSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridHeaderSeparator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridSortArrow.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DateChooserIndicator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DateChooserMonthArrowSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DateChooserYearArrowSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DefaultDragImage.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/HaloBorder.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/HaloColors.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/HaloFocusRect.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/LinkButtonSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/LinkSeparator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ListDropIndicator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/MenuBarBackgroundSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/NumericStepperDownSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/NumericStepperUpSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/PanelSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/PopUpButtonSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/PopUpIcon.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/PopUpMenuIcon.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ProgressBarSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ProgressIndeterminateSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ProgressMaskSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ProgressTrackSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/RadioButtonIcon.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ScrollArrowSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ScrollThumbSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ScrollTrackSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SliderHighlightSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SliderThumbSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SliderTrackSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SwatchPanelSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SwatchSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/TabSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/TitleBackground.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ToolTipBorder.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/AccordionHeaderSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ActivatorSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/BusyCursor.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ButtonBarButtonSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ButtonSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/CheckBoxIcon.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ColorPickerSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ComboBoxArrowSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DataGridColumnResizeSkin.a s
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DataGridHeaderSeparator.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DataGridSortArrow.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DateChooserBackArrowSkin.a s
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DateChooserDownArrowSkin.a s
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DateChooserFwdArrowSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DateChooserUpArrowSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DefaultDragImage.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/HaloColors.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/HaloFocusRect.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/HaloRectBorder.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/LinkButtonSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/LinkSeparator.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ListDropIndicator.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/MenuBarBackgroundSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/NumericStepperDownSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/NumericStepperUpSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/PopUpButtonSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/PopUpIcon.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/PopUpIconTypeB.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ProgressBarSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ProgressIndeterminateSkin. as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ProgressTrackSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/RadioButtonIcon.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ScrollArrowDownSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ScrollArrowUpSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ScrollThumbSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ScrollTrackSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SliderHighlightSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SliderThumbSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SliderTrackSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SliderVThumbSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SwatchPanelSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SwatchSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/TabSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/TitleBackground.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ToolTipBorder.as
    flex/sdk/trunk/frameworks/projects/utilities/src/com/adobe/viewsource/ViewSource.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 5098: Update action script files with asdoc version tags.

    Revision: 5098
    Author: [email protected]
    Date: 2009-02-26 18:21:27 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DropDownList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxApplication.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButtonBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxCheckBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxDataContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxPanel.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxRadioButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxRadioButtonGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxScroller.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxScrollerLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxSpinner.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxTextArea.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxTextInput.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxToggleButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/HGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/ItemRenderer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/MXMLComponent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/PopUp.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/ResizeMode.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Skin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextSelectionVisibility.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/VGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/DropDownBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxComponent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxContainerBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxListBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxRange.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTextBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTrackBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/IDeferredContentOwner.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/ISelectableRenderer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/IViewport.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/InvalidatingSprite.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/ScrollUnit.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/AddAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/CallAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate3D.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateColor.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxCrossFade.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxFade.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxMove.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxResize.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxRotate.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxRotate3D.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxWipe.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/PropertyValuesHolder.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/RemoveAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Timeline.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/WipeDirection.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/AddActionInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/CallActionInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimate3DInstance .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateColorInsta nce.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateFilterInst ance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxFadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxMoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxResizeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxRotate3DInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxRotateInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxWipeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/RemoveActionInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/SetActionInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/ArrayInterpolator.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/EaseInOut.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/HSBInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/IEaser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/IInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Linear.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/NumberArrayInterpol ator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/NumberInterpolator. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Power.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/RGBInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Sine.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/AnimationEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/ElementExistenceEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/RendererExistenceEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/TextOperationEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BlurFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ColorMatrixFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ConvolutionFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DisplacementMapFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DropShadowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ShaderFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapResizeMode.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/CloseSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/CubicBezierSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/FilledElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Graphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/IGraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/ISharedDisplayObject.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Line.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/LineSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/MaskType.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/MoveSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/PathSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/QuadraticBezierSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Rect.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/GraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/ISharedGraphicsDispl ayObject.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/TextGraphicElement.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/BasicLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/Block.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/HorizontalAlign.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/HorizontalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/ILayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutElementFactory.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutElementHelper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LinearLayoutVector.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/TileLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/VerticalAlign.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/VerticalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxFocusSkin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/SparkSkin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/states/AddItems.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/AdvancedTextLayoutFormatS tyles.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/BasicTextLayoutFormatStyl es.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/SelectionFormatTextStyles .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/utils/MouseShieldUtil.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 5099: Update action script files with asdoc version tags.

    Revision: 5099
    Author: [email protected]
    Date: 2009-02-26 19:43:02 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework_textLayout/src/mx/core/UITLFTextField.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractConsumer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractMessageStore.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractProducer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Channel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Consumer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/FlexClient.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MessageAgent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MessageResponder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MultiTopicConsumer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MultiTopicProducer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Producer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/SubscriptionInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/AMFChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/DirectHTTPChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/HTTPChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/NetConnectionChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/PollingChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/SecureAMFChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/SecureHTTPChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/SecureStreamingAMFChanne l.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/SecureStreamingHTTPChann el.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/StreamingAMFChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/StreamingConnectionHandl er.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/StreamingHTTPChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/amfx/AMFXContext.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ConfigMap.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ServerConfig.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/ChannelError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/InvalidChannelError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/InvalidDestinationError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/MessageSerializationError. as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/MessagingError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/NoChannelAvailableError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/ChannelEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/ChannelFaultEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/MessageAckEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/MessageEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/MessageFaultEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/MessagePersisterEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/Attribute.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanAttributeInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanConstructorInfo.a s
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanFeatureInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanOperationInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanParameterInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/ObjectInstance.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/ObjectName.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AbstractMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AcknowledgeMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AcknowledgeMessageExt.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AsyncMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AsyncMessageExt.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/CommandMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/CommandMessageExt.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/ErrorMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/HTTPRequestMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/IMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/ISmallMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceInfo.a s
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils. as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/RemotingMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/SOAPMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncRequest.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncResponder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncToken.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/CallResponder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/Fault.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/IResponder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/Responder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/AbstractEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/FaultEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/HeaderEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/InvokeEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/ResultEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/SchemaLoadEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/WSDLLoadEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/XMLLoadEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/SerializationFilter.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/mxml/Concurrency.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/mxml/IMXMLSupport.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/RemoteObject.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/RemoteObject.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/AbstractWebService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/ISOAPDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/ISOAPEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/LoadEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPConstants.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPFault.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPHeader.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/WebService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/mxml/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/mxml/WebService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/types/DataSetType.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/types/SOAPArrayType.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDL.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLBinding.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLConstants.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLEncoding.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLLoader.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLMessagePart.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLPort.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLPortType.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/ContentProxy.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/IXMLDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/IXMLEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/IXMLSchemaInstance.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/QualifiedResourceManager.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/Schema.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaConstants.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaLoader.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaManager.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaMarshaller.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaProcessor.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaTypeRegistry.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLLoader.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/HexEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RPCObjectUtil.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RPCStringUtil.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RPCUIDUtil.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/Translator.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/URLUtil.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Generating SQL Script for Existing Tables and DBs

    Hello,
    is it possible to generate automatically a SQL-Script from an existing table or oracle database ?
    I want to export an existing table from an Oracle DB (g11) if its possible with the data.
    Perhaps somebody could me explain how to to do this.
    I am using the "SQL Developer 2.1" and the "enterprise manager konsole".
    I'm a rookie in using this tools.
    Thank you for any informations.
    N. Wylutzki

    If you want to export data, you should use the export utility. This is documented:
    http://tinyurl.com/23b7on

  • Generating .sql script for all objects of a User/Schema

    Hi All,
    What are the ways in which I can generate scripts for a full USER (all objects) with dependencies. (by dependencies I mean for example that PK be created first before creating FK).
    We can export the full schema using (exp rows=n) but this will generate a .dmp file. I want a .sql file which can be run on any other machine (from SQL> prompt) so that user and all objects are created (without the need to use "imp").
    Thanks
    -AKJ

    But the easiest way to do this would be to do an export with rows=N and then an import.
    You coule do an export and then let run the import utility with indexfile=<you_name_it>.sql and this way you'll get a file with all statements included (but table definition commented out).
    Or you do it yourself (DIY-method), where you have to select all your relevant objects and their dependencies.

Maybe you are looking for

  • Scanning multiple pages in one file - Deskjet 1510

    How to scan multiple pages and put them all in one pdf file? Currently, system is letting me scan one page and makes it one separate file, whereas I need to put them all in one single PDF file. Please assist. This question was solved. View Solution.

  • Phone name change

    I have successfully set up my iPhone 3GS except that I did not realise that I could change my phone's name. Now i am sitting with the "ugly" name of "Administrator's iPhone". Is there a way I can change it?

  • Quicktime file size

    I have a twenty-minute long clip of miniDV footage that I've shot. I'm trying to move it to another drive. I get a system error that it's too large. There's plenty of room on the drive I am copying it too.

  • ISync stopped working suddenly?

    I have been syncing fine on my G4 AGP Mac OSX 10.4. When trying to sync today I got the following message:- Invalid .Mac Username or Password. Please verify your .Mac Member Name and Password in .Mac System Preferences. My member name and password ar

  • Safari 5 keeps on crashing HELPP!!

    Hi.. ever since I upgraded to Safari 5 it keeps on crashing on several and many occasions.. here is the recent log: Process: Safari [2561] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 5.0 (6533.16) Build