[svn] 945: Added runtime resources for 13 additional locales.

Revision: 945
Author: [email protected]
Date: 2008-03-26 16:37:01 -0700 (Wed, 26 Mar 2008)
Log Message:
Added runtime resources for 13 additional locales.
The additional locales were provided by the LCDS team. The 15 locales that we now have are:
da_DK: Danish / Denmark
de_DE: German / Germany
en_US: English / United States
es_ES: Spanish / Spain
fi_FI: Finnish / Finland
fr_FR: French / France
it_IT: Italian / Italy
ja_JP: Japanese / Japan
ko_KR: Korean / South Korea
nb_NO: Norwegian Bokmal / Norway
nl_NL: Dutch / Netherlands
pt_BR: Portuguese / Brazil
sv_SE: Swedish / Sweden
zh_CN: Simplified Chinese / China
zh_TW: Traditional Chinese / Taiwan
The LCDS team localized framework.swc and rpc.swc, but not airframework.swc. For the time being, there is a placeholder aircontrols.properties file for each additional locale, but it is a copy of the en_US one.
Various Ant scripts, including the top-level one, now have an "other.locales" target which builds the new locales; the "main" target still builds only en_US and ja_JP.
The new locales have not yet been tested by the Flex team and are not yet packaged into any ZIP deliverables.
The setup.sh script now sets -XX:MaxPermSize=384m in ANT_OPTS as well as -Xmx384m, in order to avoid a PermGen type of OutOfMemoryError when building the "other.locales" target.
Modified Paths:
flex/sdk/trunk/build.xml
flex/sdk/trunk/frameworks/build.xml
flex/sdk/trunk/frameworks/projects/airframework/build.xml
flex/sdk/trunk/frameworks/projects/framework/build.xml
flex/sdk/trunk/frameworks/projects/rpc/build.xml
flex/sdk/trunk/setup.sh
Added Paths:
flex/sdk/trunk/frameworks/projects/airframework/bundles/da_DK/
flex/sdk/trunk/frameworks/projects/airframework/bundles/da_DK/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/de_DE/
flex/sdk/trunk/frameworks/projects/airframework/bundles/de_DE/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/es_ES/
flex/sdk/trunk/frameworks/projects/airframework/bundles/es_ES/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/fi_FI/
flex/sdk/trunk/frameworks/projects/airframework/bundles/fi_FI/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/
flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/it_IT/
flex/sdk/trunk/frameworks/projects/airframework/bundles/it_IT/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/ko_KR/
flex/sdk/trunk/frameworks/projects/airframework/bundles/ko_KR/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/nb_NO/
flex/sdk/trunk/frameworks/projects/airframework/bundles/nb_NO/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/nl_NL/
flex/sdk/trunk/frameworks/projects/airframework/bundles/nl_NL/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/pt_BR/
flex/sdk/trunk/frameworks/projects/airframework/bundles/pt_BR/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/sv_SE/
flex/sdk/trunk/frameworks/projects/airframework/bundles/sv_SE/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_CN/
flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_CN/aircontrols.properties
flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_TW/
flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_TW/aircontrols.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/validators.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/SharedResources.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/collections.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/containers.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/controls.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/core.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/effects.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/formatters.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/logging.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/skins.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/states.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/styles.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/utils.properties
flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/validators.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/da_DK/
flex/sdk/trunk/frameworks/projects/rpc/bundles/da_DK/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/da_DK/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/
flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/es_ES/
flex/sdk/trunk/frameworks/projects/rpc/bundles/es_ES/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/es_ES/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/fi_FI/
flex/sdk/trunk/frameworks/projects/rpc/bundles/fi_FI/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/fi_FI/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/
flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/it_IT/
flex/sdk/trunk/frameworks/projects/rpc/bundles/it_IT/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/it_IT/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/ko_KR/
flex/sdk/trunk/frameworks/projects/rpc/bundles/ko_KR/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/ko_KR/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/nb_NO/
flex/sdk/trunk/frameworks/projects/rpc/bundles/nb_NO/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/nb_NO/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/nl_NL/
flex/sdk/trunk/frameworks/projects/rpc/bundles/nl_NL/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/nl_NL/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/pt_BR/
flex/sdk/trunk/frameworks/projects/rpc/bundles/pt_BR/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/pt_BR/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/sv_SE/
flex/sdk/trunk/frameworks/projects/rpc/bundles/sv_SE/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/sv_SE/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/
flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/rpc.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_TW/
flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_TW/messaging.properties
flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_TW/rpc.properties

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.

Similar Messages

  • [svn:cairngorm3:] 16403: Added runtime support for latest module library ( LazyModuleLoadPolicyTag).

    Revision: 16403
    Revision: 16403
    Author:   [email protected]
    Date:     2010-06-02 12:47:11 -0700 (Wed, 02 Jun 2010)
    Log Message:
    Added runtime support for latest module library (LazyModuleLoadPolicyTag).
    Modified Paths:
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/CairngormModuleXMLSupport.as
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibRuntimeSample.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/runtimeContext.xml

    Bing,
    I think one thing you might want to do is to post your code on the Web somewhere. Maybe you can open a Weblog and post this there.
    http://www.jroller.com will let you open a blog for free we'll love to see more customers of JDeveloper opening weblogs and sharing their experience over the Web.

  • [svn] 4599: Adding MXUnit tests for MessageFilter runtime configuration.

    Revision: 4599
    Author: [email protected]
    Date: 2009-01-20 11:51:40 -0800 (Tue, 20 Jan 2009)
    Log Message:
    Adding MXUnit tests for MessageFilter runtime configuration.
    CheckInTests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/filters/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/filters/MessageF ilterBrokerConfig.java
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/runtimeconfig/filters/TertiaryTestFilter.jav a
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/messagefilters/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/messagefilters/ createMessageFilterTest.mxml

    Very impressive!  Thanks for such a fast response.
    But I'm afraid it still doesn't work. After compiling for 10 minutes it couldn't finish:
    ../../dist/lib/libgkconcvs_s.a(nsCanvasRenderingContext2D.o): In function `nsCanvasRenderingContext2D::Destroy()':
    nsCanvasRenderingContext2D.cpp:(.text+0x51e2): undefined reference to `XFreePixmap'
    ../../dist/lib/libgkconcvs_s.a(nsCanvasRenderingContext2D.o): In function `nsCanvasRenderingContext2D::SetDimensions(int, int)':
    nsCanvasRenderingContext2D.cpp:(.text+0x56f6): undefined reference to `XRenderFindStandardFormat'
    nsCanvasRenderingContext2D.cpp:(.text+0x571e): undefined reference to `XListPixmapFormats'
    nsCanvasRenderingContext2D.cpp:(.text+0x575e): undefined reference to `XFree'
    nsCanvasRenderingContext2D.cpp:(.text+0x5796): undefined reference to `XCreatePixmap'
    collect2: ld returned 1 exit status
    make[4]: *** [libgklayout.so] Error 1
    make[4]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj/layout/build'
    make[3]: *** [libs] Error 2
    make[3]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj/layout'
    make[2]: *** [tier_9] Error 2
    make[2]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj'
    make[1]: *** [default] Error 2
    make[1]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj'
    make: *** [build] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Hope this helps.

  • [svn] 4408: Adding Config tests for DeserializationValidators and MessageFilters

    Revision: 4408
    Author: [email protected]
    Date: 2009-01-06 12:56:35 -0800 (Tue, 06 Jan 2009)
    Log Message:
    Adding Config tests for DeserializationValidators and MessageFilters
    CheckInTests: passed
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good MessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good MessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good MessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/mult ipleGoodMessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/mult ipleGoodMessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/mult ipleGoodMessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingMessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingMessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingMessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingValidatorTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeMessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeMessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeMessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeValidatorTest/services-config.xml

  • Adding security principles for metro app local data

    I accidently replaced all security principles on my user folder. Now my metro apps are not opening as I replaced security principles of their local data folder located at %UserProfile%\AppData\Local\Packages. How can I reset these security principles.
    Note:
    Adding "ALL APPLICATION PACKAGES" to security principles is working. But I want to replace it with individual metro app id for security reasons.
    What are needed:
    1-> individual App's uid 
    2-> adding to folder using powershell or cmd as GUI may not work.
    See image for clarity.
    Thank You

    Hi,
    Generally speaking, system restore would be an efficient method to resolve this problem, please have a try.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • [svn:fx-trunk] 12663: Adding the resource bundle and fat-swc targets for osmf and textlayout.

    Revision: 12663
    Revision: 12663
    Author:   [email protected]
    Date:     2009-12-08 12:22:31 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Adding the resource bundle and fat-swc targets for osmf and textlayout.  Also for osmf adding the doc target.  This new format that I added to the two project build files will be what we will use going forward for all projects.  I have all the other projects modified and plan on checking them in soon.  The format change will make adding new locales easier as well as adding the fat-swc target when needed.
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/bundles/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/osmf.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/textLayout.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFDocClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/empty.properties

    Thats good news.

  • [svn:fx-trunk] 11169: Adding placeholder ASDoc for release engineering to build a resource bundle to accompany playerglobal .swc.

    Revision: 11169
    Author:   [email protected]
    Date:     2009-10-26 15:22:16 -0700 (Mon, 26 Oct 2009)
    Log Message:
    Adding placeholder ASDoc for release engineering to build a resource bundle to accompany playerglobal.swc.
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: David Z
    Tests run: N/A
    Is noteworthy for integration: No
    Added Paths:
        flex/sdk/trunk/frameworks/projects/playerglobal/
        flex/sdk/trunk/frameworks/projects/playerglobal/build.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/__Global__.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.net.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.update.events.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.update.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.accessibility.xm l
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.data.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.desktop.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.display.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.errors.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.events.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.external.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filesystem.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filters.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.geom.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.html.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.drm.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.printing.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.profiler.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.sampler.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.security.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.engine.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.ui.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.utils.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.xml.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/packages.dita
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/packages.dita.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/empty.properties
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/src/
        flex/sdk/trunk/frameworks/projects/playerglobal/src/Empty.as

    Thats good news.

  • [svn] 1566: Added the unmodified source distribution for Apache Velocity 1. 4 as modules/thirdparty/velocity.

    Revision: 1566
    Author: [email protected]
    Date: 2008-05-05 18:19:41 -0700 (Mon, 05 May 2008)
    Log Message:
    Added the unmodified source distribution for Apache Velocity 1.4 as modules/thirdparty/velocity. It was obtained from http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.zip.
    Bugs: -
    QA: No
    Doc: No
    Reviewer: Pete F
    Ticket Links:
    http://bugs.adobe.com/jira/browse/velocity-1
    Added Paths:
    flex/sdk/trunk/modules/thirdparty/velocity/
    flex/sdk/trunk/modules/thirdparty/velocity/LICENSE
    flex/sdk/trunk/modules/thirdparty/velocity/NOTICE
    flex/sdk/trunk/modules/thirdparty/velocity/README.txt
    flex/sdk/trunk/modules/thirdparty/velocity/build/
    flex/sdk/trunk/modules/thirdparty/velocity/build/build.xml
    flex/sdk/trunk/modules/thirdparty/velocity/build/jakarta.scm
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/antlr-runtime.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/bcel-5.0rc1.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/commons-collections.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/fop-bin-0_17_0.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/jdom-b9.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/junit-3.7.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/log4j-1.1.3.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/log4j-core-1.1.3.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/logkit-1.0.1.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/oro.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/servlet.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/w3c.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/werken.xpath.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/test.sh
    flex/sdk/trunk/modules/thirdparty/velocity/build/testcases.xml
    flex/sdk/trunk/modules/thirdparty/velocity/build/xsl/
    flex/sdk/trunk/modules/thirdparty/velocity/build/xsl/xml2pdf.xsl
    flex/sdk/trunk/modules/thirdparty/velocity/build/xsl/xml2xml.xsl
    flex/sdk/trunk/modules/thirdparty/velocity/convert/
    flex/sdk/trunk/modules/thirdparty/velocity/convert/buildcp.bat
    flex/sdk/trunk/modules/thirdparty/velocity/convert/convert-wm.bat
    flex/sdk/trunk/modules/thirdparty/velocity/convert/convert-wm.sh
    flex/sdk/trunk/modules/thirdparty/velocity/convert/convert.wm
    flex/sdk/trunk/modules/thirdparty/velocity/docs/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/anakia.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/allclasses-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/deprecated-list.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/help-doc.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/index-all.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/index.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/Template.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/VelocityContext.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/AnakiaElem ent.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/AnakiaJDOM Factory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/AnakiaTask .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/Escape.htm l
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/NodeList.A ttributeXMLOutputter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/NodeList.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/OutputWrap per.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/TreeWalker .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/XPathCache .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/XPathTool. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ AnakiaElement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ AnakiaJDOMFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ AnakiaTask.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ Escape.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ NodeList.AttributeXMLOutputter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ NodeList.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ OutputWrapper.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ TreeWalker.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ XPathCache.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ XPathTool.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/package-fr ame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/package-su mmary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/package-tr ee.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/package-us e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/FieldMethodiz er.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/Velocity.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/VelocityEngin e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/class-use/Fie ldMethodizer.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/class-use/Vel ocity.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/class-use/Vel ocityEngine.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/EventCa rtridge.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/EventHa ndler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/MethodE xceptionEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/NullSet EventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/Referen ceInsertionEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/EventCartridge.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/EventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/MethodExceptionEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/NullSetEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/ReferenceInsertionEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/package-frame .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/package-summa ry.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/package-tree. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/package-use.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/Velocit yFormatter.VelocityAlternator.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/Velocit yFormatter.VelocityAutoAlternator.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/Velocit yFormatter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/class-u se/VelocityFormatter.VelocityAlternator.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/class-u se/VelocityFormatter.VelocityAutoAlternator.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/class-u se/VelocityFormatter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/class-use/Templat e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/class-use/Velocit yContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/AbstractC ontext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/Context.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalC ontextAdapter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalC ontextAdapterImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalC ontextBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalE ventContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalH ousekeepingContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalW rapperContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/VMContext .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /AbstractContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /Context.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalContextAdapter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalContextAdapterImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalContextBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalEventContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalHousekeepingContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalWrapperContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /VMContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/package-f rame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/package-s ummary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/package-t ree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/package-u se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/WebMacro. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/class-use /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/class-use /WebMacro.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/package-f rame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/package-s ummary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/package-t ree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/package-u se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/MethodI nvocationException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/ParseEr rorException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/Resourc eNotFoundException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/Velocit yException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/MethodInvocationException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/ParseErrorException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/ResourceNotFoundException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/VelocityException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/VelocityWriter .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/class-use/Velo cityWriter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/package-frame. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/package-summar y.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/package-tree.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/package-use.ht ml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/package-frame.htm l
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/package-summary.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Runtime.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeCo nstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeIn stance.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeLo gger.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeSe rvices.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeSi ngleton.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Velocimac roFactory.Twonk.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Velocimac roFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Velocimac roManager.MacroEntry.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Velocimac roManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /Runtime.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeInstance.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeLogger.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeServices.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeSingleton.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /VelocimacroFactory.Twonk.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /VelocimacroFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /VelocimacroManager.MacroEntry.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /VelocimacroManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ Compiler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ class-use/Compiler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/Configuration.PropertiesReader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/Configuration.PropertiesTokenizer.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/Configuration.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/class-use/Configuration.PropertiesReader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/class-use/Configuration.PropertiesTokenizer.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/class-use/Configuration.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Directive.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /DirectiveConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Foreach.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Include.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /InputBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Literal.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Macro.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /MacroParseException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Parse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /ParseDirectiveException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /VMProxyArg.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /VelocimacroProxy.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Directive.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/DirectiveConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Foreach.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Include.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/InputBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Literal.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Macro.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/MacroParseException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Parse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/ParseDirectiveException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/VMProxyArg.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/VelocimacroProxy.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /NodeException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /ReferenceException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /class-use/NodeException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /class-use/ReferenceException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Avalo nLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Log4J LogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/LogMa nager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/LogSy stem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/NullL ogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Primo rdialLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Simpl eLog4JLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Veloc ityFormatter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/AvalonLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/Log4JLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/LogManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/LogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/NullLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/PrimordialLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/SimpleLog4JLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/VelocityFormatter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/packa ge-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/packa ge-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/packa ge-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/packa ge-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/package-f rame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/package-s ummary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/package-t ree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/package-u se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Ch arStream.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/JJ TParserState.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rseException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rser.JJCalls.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rser.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rserConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rserTokenManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rserTreeConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/To ken.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/To kenMgrError.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Ve locityCharStream.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/CharStream.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/JJTParserState.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/ParseException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/Parser.JJCalls.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/Parser.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/ParserConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/ParserTokenManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/ParserTreeConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/Token.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/TokenMgrError.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/VelocityCharStream.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTAddNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTAndNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTAssignment.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTBlock.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTComment.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTDivNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTEQNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTElseIfStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTElseStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTEscape.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTEscapedDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTExpression.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTFalse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTGENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTGTNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTIdentifier.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTIfStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTIncludeStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTIntegerRange.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTLENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTLTNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTMethod.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTModNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTMulNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTNENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTNotNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTNumberLiteral.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTObjectArray.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTOrNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTParameters.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTReference.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTSetDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTStringLiteral.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTSubtractNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTText.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTTrue.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTVariable.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTWord.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTprocess.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/AbstractExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/BooleanPropertyExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/GetExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/Node.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/NodeUtils.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ParserVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/PropertyExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/SimpleNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTAddNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTAndNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTAssignment.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTBlock.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTComment.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTDivNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTEQNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTElseIfStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTElseStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTEscape.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTEscapedDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTExpression.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTFalse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTGENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTGTNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTIdentifier.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTIfStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTIncludeStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTIntegerRange.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTLENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTLTNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTMethod.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTModNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTMulNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTNENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTNotNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTNumberLiteral.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTObjectArray.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTOrNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTParameters.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTReference.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTSetDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTStringLiteral.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTSubtractNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTText.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTTrue.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTVariable.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTWord.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTprocess.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/AbstractExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/BooleanPropertyExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/GetExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/Node.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/NodeUtils.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ParserVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/PropertyExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/SimpleNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/pa ckage-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/pa ckage-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/pa ckage-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/pa ckage-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ContentResource.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ Resource.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceCache.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceCacheImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceManagerImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ContentResource.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/Resource.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceCache.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceCacheImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceManagerImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/ClasspathResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/DataSourceResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/FileResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/JarHolder.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/JarResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/ResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/ResourceLoaderFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/ClasspathResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/DataSourceResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/FileResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/JarHolder.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/JarResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/ResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/ResourceLoaderFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/B aseVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/N odeViewMode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/V MReferenceMungeVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/c lass-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/c lass-use/BaseVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/c lass-use/NodeViewMode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/c lass-use/VMReferenceMungeVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/p ackage-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/p ackage-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/p ackage-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/p ackage-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/VelocityS ervlet.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/class-use /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/class-use /VelocityServlet.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/package-f rame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/package-s ummary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/package-t ree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/package-u se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/AnakiaTestCa se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/BaseTestCase .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ClassloaderC hangeTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ClasspathRes ourceTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/CommonsExtPr opTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Configuratio nTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ContextSafet yTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/EncodingTest Case.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/EventHandlin gTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ExternalLogg erTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/InlineScopeV MTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase.MethodProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Bar.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Foo.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Tester.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Tester2.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Woogie.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase3.MethodProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase3.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/MethodInvoca tionExceptionTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/MiscTestCase .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/MultiLoaderT estCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/MultipleFile ResourcePathTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ParserTestCa se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TemplateTest Base.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TemplateTest Case.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TemplateTest Suite.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TestClassloa der.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TexenClasspa thTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TexenTestCas e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocimacroT estCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityAppT estCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.MockHttpServletResponse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.MockServletConfig.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.MockServletContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.MockVelocityServlet.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/An akiaTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ba seTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Cl assloaderChangeTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Cl asspathResourceTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Co mmonsExtPropTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Co nfigurationTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Co ntextSafetyTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/En codingTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ev entHandlingTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ex ternalLoggerTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In lineScopeVMTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase.MethodProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Bar.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Foo.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Tester.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Tester2.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Woogie.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase3.MethodProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase3.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Me thodInvocationExceptionTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Mi scTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Mu ltiLoaderTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Mu ltipleFileResourcePathTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Pa rserTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te mplateTestBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te mplateTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te mplateTestSuite.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te stClassloader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te xenClasspathTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te xenTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locimacroTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityAppTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.MockHttpServletResponse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.MockServletConfig.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.MockServletContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.MockVelocityServlet.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/Test.ht ml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/class-u se/Test.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/package-fram e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/package-summ ary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/package-tree .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/package-use. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/Boo lObj.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/Chi ld.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/Per son.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/Tes tProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/BoolObj.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/Child.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/Person.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/TestProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/pac kage-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/pac kage-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/pac kage-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/pac kage-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/Templat eNodeView.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/class-u se/TemplateNodeView.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/texen/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/texen/Generator.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/texen/ant/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/texen/ant/TexenTa sk.html
    flex/sdk/trunk

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

  • [svn:fx-trunk] 12753: A checkintest for runtime functionality for FXG 2.0.

    Revision: 12753
    Revision: 12753
    Author:   [email protected]
    Date:     2009-12-09 13:47:34 -0800 (Wed, 09 Dec 2009)
    Log Message:
    A checkintest for runtime functionality for FXG 2.0.
    QE notes: No
    Doc notes: No
    Bugs: N/A
    Reviewer: Me
    Tests run: Checkintests (Mac)
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
    Added Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/FXG2RuntimeTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/views/FXG2RuntimeTests.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/views/tomatoes.JPG

    Revision: 12753
    Revision: 12753
    Author:   [email protected]
    Date:     2009-12-09 13:47:34 -0800 (Wed, 09 Dec 2009)
    Log Message:
    A checkintest for runtime functionality for FXG 2.0.
    QE notes: No
    Doc notes: No
    Bugs: N/A
    Reviewer: Me
    Tests run: Checkintests (Mac)
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
    Added Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/FXG2RuntimeTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/views/FXG2RuntimeTests.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/views/tomatoes.JPG

  • [svn] 4641: Updated MXUnit tests for MessageFilter runtime configuration.

    Revision: 4641
    Author: [email protected]
    Date: 2009-01-23 07:04:12 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Updated MXUnit tests for MessageFilter runtime configuration. Adding MXUnit tests for Deserializationvalidator runtime configuration.
    CheckInTests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/messagefilters/ createMessageFilterTest.mxml
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/validators/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/validators/Deser ializationValidatorBrokerConfig.java
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/validators/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/validators/Dese rializationValidatorConfigTest.mxml

    Revision: 4641
    Author: [email protected]
    Date: 2009-01-23 07:04:12 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Updated MXUnit tests for MessageFilter runtime configuration. Adding MXUnit tests for Deserializationvalidator runtime configuration.
    CheckInTests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/messagefilters/ createMessageFilterTest.mxml
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/validators/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/validators/Deser ializationValidatorBrokerConfig.java
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/validators/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/validators/Dese rializationValidatorConfigTest.mxml

  • [svn:fx-trunk] 5353: * Added compiler error for Halo Navigators containing non-Containers

    Revision: 5353
    Author: [email protected]
    Date: 2009-03-17 12:59:06 -0700 (Tue, 17 Mar 2009)
    Log Message:
    * Added compiler error for Halo Navigators containing non-Containers
    as their first level child.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19317
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    compiler/mxml/lang/StandardDefs.java
    Added getContainerPackage(), isHaloNavigator(), CLASS_VIEWSTACK,
    CLASS_ACCORDION, and PACKAGE_MX_CONTAINERS.
    compiler/mxml/builder/ComponentBuilder.java
    Modified
    ComponentBuilder.ComponentAttributeHandler.nestedDeclaration() to
    report an error if a non-container is declared as a child of a
    Halo navigator.
    compiler_en.properties
    Added HaloNavigatorsRequireHaloContainerChildren message.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19317
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

  • [svn:osmf:] 15972: ChromeLibrary: adding rudimentary support for loading plug-ins defined in XML.

    Revision: 15972
    Revision: 15972
    Author:   [email protected]
    Date:     2010-05-08 07:31:24 -0700 (Sat, 08 May 2010)
    Log Message:
    ChromeLibrary: adding rudimentary support for loading plug-ins defined in XML.
    Modified Paths:
        osmf/trunk/libs/ChromeLibrary/.flexLibProperties
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/application/ChromeApplication.as
    Added Paths:
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/PluginsParser.as

    rnair wrote:
    I am trying to install Oracle 11g R2 on my windows 7, 64bit computer. After 42% of installation, it started showing some files are missing. Few of them are:
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\owb.tmp
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\setowbenv.tmp
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml
    And the final pop up winow says:
    Database configuration Assistant:Info
    *"Template General_Purpose.dbc does not exists. Please specify an exixting template for database creation"*
    *"[INS-20802] Oracle Database Configuration Assistant failed"*
    Details:
    Cause:- The plug-in failed in its perform method
    Action:- Refer to the logs or contact Oracle Support Services.
    Following are the last few lines of the log file. Can anyone please help me to fix this problem?<snip>
    the error has nothing to do with DBCA. DBCA was simply the last in a long string of victims.
    Go back and read the instructions where you downloaded the install media. They state that the TWO zip files you download must be unzipped into the same directory.

  • [svn:fx-4.x] 14929: Added missing override for maxHeight to push maxHeight down to RichEditableText .

    Revision: 14929
    Revision: 14929
    Author:   [email protected]
    Date:     2010-03-22 17:45:01 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Added missing override for maxHeight to push maxHeight down to RichEditableText.  If RichEditable text is scrolling make sure to always compose with a composer so that we get consistent results.  The factory and the composer produce slightly different results which confuses the scroller.  If the component doesn't have focus there is not necessarily a composer.  It is possible that with this fix  adjustContentBoundsForScroller() is no longer needed but leave it in for now.
    QE notes:
    Doc notes: None
    Bugs: SDK-25899
    Reviewed By: Gordon
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25899
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/supportClasses/Skinn ableTextBase.as

    Yes it is 64bit:
    [vuvffufg@HereAndNow-Main ~]$ uname -a
    Linux HereAndNow-Main 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64 GNU/Linux

  • [svn:fx-3.x] 7748: Adding preview images for 3.x themes.

    Revision: 7748
    Author:   [email protected]
    Date:     2009-06-11 07:34:57 -0700 (Thu, 11 Jun 2009)
    Log Message:
    Adding preview images for 3.x themes.
    Added Paths:
        flex/sdk/branches/3.x/frameworks/themes/AeonGraphical/preview.jpg
        flex/sdk/branches/3.x/frameworks/themes/Ice/preview.jpg
        flex/sdk/branches/3.x/frameworks/themes/Institutional/preview.jpg
        flex/sdk/branches/3.x/frameworks/themes/Smoke/preview.jpg
        flex/sdk/branches/3.x/frameworks/themes/Wooden/preview.jpg

  • [svn:osmf:] 11293: Adding unit tests for ContentDownloadableTrait.

    Revision: 11293
    Author:   [email protected]
    Date:     2009-10-30 02:38:42 -0700 (Fri, 30 Oct 2009)
    Log Message:
    Adding unit tests for ContentDownloadableTrait.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/content/TestContentDownloadableTrait .as

Maybe you are looking for

  • PDFs will not open in Windows 7 (downloads receive error message)

    I have spent so much time on this and it is so frustrating!  There are many other forums on the web with other frustrated customers/clients using different versions of Windows / AV and the same problem.  I am using Windows 7, downloaded Adobe Reader

  • (DB) ERROR: DbSlControl(DBSL_CMD_IMP_FUNS_SET) rc = 20

    Dear All, Currently, I’ve install combine Unicode system. I got the Error in Import ABAP phase as below. Error in import_monitor.log Loading of 'DDLOG' import package is interrupted with R3load error. Process '/usr/sap/DB1/SYS/exe/run/R3load -i DDLOG

  • Blurred text in image - Photoshop - iPad

    For some reason, the iPad blurs the text in images which have been created in Photoshop as a text overlay, then exported out as a png or jpeg file (using maximum quality). I use text overlays when it is not appropriate to upload an image and then wri

  • How do I get airport express to work again?

    I get a message that I need to download Airport utility 5.6 for lion, which I have done.  When I try to install the download, I get to the destination point on the menu, and there is a yellow triangle over the HD icon which says that the download is

  • Problem while attempting to install After Effect CS6 Trial.

    Attempting to install After Effect CS6 Trial. Receiving this error after 2% of the installation is complete.... Exit Code: 34 -------------------------------------- Summary -------------------------------------- - 1 fatal error(s), 0 error(s), 0 warn