[svn] 3629: take trunk change from rev.3603

Revision: 3629
Author: [email protected]
Date: 2008-10-14 11:55:28 -0700 (Tue, 14 Oct 2008)
Log Message:
take trunk change from rev.3603
Removed check which trapped const initialized declaration within a loop (file FlowANalyzer.java:3337)
In general, decidability of const'ness is a flow problem. In this case the error was being reported for
a const initialized declaration which should have been allowed.
fixes: SDK-16446
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-16446
Modified Paths:
flex/sdk/branches/3.0.x/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java

pressh wrote:to not duplicate work I've already created a python script some time ago which you can use to build e17 pacman packages using the community PKGBUILDs: http://dev.archlinux.org/~ronald/e17.html
I may extend its usage if someone sees any use for it. Either way, just thought I should drop it here.
is that script any different from a full build through makepkg/yaourt using AUR's Pkgbuilds?
I tried to use it but i get a list of errors similar to
cp: impossibile creare il file normale `eina-build/eina/.svn/prop-base/NEWS.svn-
base': Permission denied
but if i can use yaourt, why not?
Edit: sorry, i looked at the python source and realized that it actually just syncs abs and then runs makepkg and namcap for each package. so i guess i'll use yaourt instead (or try to understand why makepkg exits with that error)
Last edited by pikiweb (2009-06-19 08:48:46)

Similar Messages

  • [svn:osmf:] 10660: Code changes from MAST code review.

    Revision: 10660
    Author:   [email protected]
    Date:     2009-09-28 17:29:18 -0700 (Mon, 28 Sep 2009)
    Log Message:
    Code changes from MAST code review.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/MASTSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/MASTSample/src/MASTSample.as
        osmf/trunk/plugins/MASTPlugin/.actionScriptProperties
        osmf/trunk/plugins/MASTPlugin/MASTPlugin.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTDocumentProcessor.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoader.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/managers/MASTConditionManager.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTProxyElement.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/parser/MASTParser.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/traits/MASTPlayableTrait.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/types/MASTConditionOperator.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/types/MASTConditionType.as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/.actionScriptProperties

  • Advice on steps to take when changing from BES environment to BIS environment?

    I have seen posts on switch to the BIS environment but I am leaving a company with BES and would like to convert my BB to use with BIS.. I think there are BES rules, etc that I would like to get a clean slate on but wish to keep my address book, calendar, etc.  Also, the company had backup over the network versus using Desktop Manager.. I probably need to go back to that.. is there anything I should know?

    well if you wanna retain your calendar and contacts, backup your device. Typically you will wipe it to clean it from previous BES, but it wont conflict with BIS, so you can use with BIS without doing anything. Now you have to create a BIS account and then add your personal or compnay account
    Click on KUDOS to appreciate our efforts and mark the thread RESOLVED if your issue is resolved.

  • 3D capture from Revit 2010

    Does anyone have idea / any set up guide line to take 3D capture from Revit structure 2010? It works with Revit structure 2009 by turning on OpenGL option, but I don't know the set up in Revit structure 2010. Any direction would be appreciate.
    Thanks.

    3D Capture is still working on my Sprout.  Not well, but it functions.  I am not sure what to suggest to you.  Again, make sure your resolution settings are correct for Sprout.

  • [svn:fx-trunk] 7661: Change from charset=iso-8859-1" to charset=utf-8" and save file with utf-8 encoding.

    Revision: 7661
    Author:   [email protected]
    Date:     2009-06-08 17:50:12 -0700 (Mon, 08 Jun 2009)
    Log Message:
    Change from charset=iso-8859-1" to charset=utf-8" and save file with utf-8 encoding.
    QA Notes:
    Doc Notes:
    Bugs: SDK-21636
    Reviewers: Corey
    Ticket Links:
        http://bugs.adobe.com/jira/browse/iso-8859
        http://bugs.adobe.com/jira/browse/utf-8
        http://bugs.adobe.com/jira/browse/utf-8
        http://bugs.adobe.com/jira/browse/SDK-21636
    Modified Paths:
        flex/sdk/trunk/templates/swfobject/index.template.html

    same problem here with wl8.1
    have you sold it and if yes, how?
    thanks

  • [svn] 3872: init tracking on the asdoc/ mx folder so changes from trunk can be pulled down to here

    Revision: 3872
    Author: [email protected]
    Date: 2008-10-24 09:36:45 -0700 (Fri, 24 Oct 2008)
    Log Message:
    init tracking on the asdoc/mx folder so changes from trunk can be pulled down to here
    Property Changed:
    flex/sdk/branches/gumbo_alpha/

    Well, when I've done URL connections from an applet session and cookies seem to have sorted themselves out. I'm not sure how, but there seems to be some functionality for it in the URLConnection class.
    I haven't tried setting the method like this, I always cast to HttpURLConnection and call setMethod to select POST. Your way might be right as well though.
    Have you checked the server access logs?
    It may be that your URL is rejected by the security manager for not having the same form of the hostname as the original applet retrieval.
    You should be able to get a domain name and port from the "code source" of your code, which will reference the online jar it comes from. You can generally get at this as getClass().getProtectionDomain().getCodeSource().getLocation(), or less elegantly by requesting the current class file as a resource.

  • [svn:fx-trunk] 11885: Integrating Sujata and Min' s changes from the latest approved FXGUtils from CT changelist 633842.

    Revision: 11885
    Revision: 11885
    Author:   [email protected]
    Date:     2009-11-16 20:19:46 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Integrating Sujata and Min's changes from the latest approved FXGUtils from CT changelist 633842.
    CT Bugs Fixed:
    - bug #2480280 (FXGUtils: pixelHinting setting to true for SolidColorStroke doesn't work.)
    - bug #2479187(FXGUtils is drawing compiled FXG items is off by half a pixel)
    - Fixed other instances of rounding errors from casting to int.
    - Bug 2480289: Compiling richtext content markup in MXML with FlexSDK runtime option is throwing errors.
    -  LinkFormats cannot be child of  tag has children, you do not get a compile error.
    -  Bug  2477649: FXGUtils needs to support setting justificationStyle to prioritizeLeastAdjustment for RichText.
    -  Bug 2477661: Incomplete error message when an invalid textAlign attribute value is provided.
    -  Bug 2444256: FXG compiler fails on percentage lineheight inside formatted text content.
    QE notes: Please investigate 2 mustella failures for FXG stroke tests.
    Doc notes: N/A
    Bugs: N/A
    Reviewer: Sujata, Min
    Tests run: checkintests, mustella fxg
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/ContentPropertyNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/EllipseNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RectNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextProperty Node.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/LeadingModel.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java

  • [svn:fx-trunk] 7868: Fixed bug in flex4test testWheel app; it needed to be updated to the latest effects API after motionPaths changed from an Array to a Vector . MotionPath

    Revision: 7868
    Author:   [email protected]
    Date:     2009-06-15 16:37:33 -0700 (Mon, 15 Jun 2009)
    Log Message:
    Fixed bug in flex4test testWheel app; it needed to be updated to the latest effects API after motionPaths changed from an Array to a Vector.
    Modified Paths:
        flex/sdk/trunk/development/eclipse/flex/flex4test/src/testWheel.mxml

    Walter Laan wrote:
    almightywiz wrote:
    Walter Laan wrote:
    The security popup really messes with the focus in Firefox (3.6.16) though.Not saying you're wrong, but I'm using FireFox 3.6.16, as well, and I have none of the focus troubles you've described.Cannot reproduce it now either. Weird.I got the impression you were referring to keyboard focus, so I did some further tests on focus behavior. The test results are listed in the Accumulated Results table on the 1st post.
    The only browser so far that works as I'd expect, or at least as I'd like, is IE.
    Applets and keyboard navigation have always been a PITA. Some time ago I vaguely recall seeing an update involving a new parameter to regulate initial focus (applet or page, ..or another applet), but for the life of me I cannot locate it now. Given that it was a parameter for initial focus, I doubt it would help in this case.
    Edited by: Andrew Thompson on Mar 26, 2011 6:18 PM
    Removed table which has now been expanded & added to 1st post.

  • [svn:fx-trunk] 15173: Merge 15171 SpriteVisualElement change from 4. x to trunk.

    Revision: 15173
    Revision: 15173
    Author:   [email protected]
    Date:     2010-03-31 11:00:24 -0700 (Wed, 31 Mar 2010)
    Log Message:
    Merge 15171 SpriteVisualElement change from 4.x to trunk.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
    Property Changed:
        flex/sdk/trunk/

  • Why is does my apple run SLOW.you go to open a program and the circle thing just spins for a delayed period of time.  You change from typing in a word doc and go to say email or internet and it takes several minutes to allow you open anything up.  Like it

    Why is does my apple run SLOW.you go to open a program and the circle thing just spins for a delayed period of time.  You change from typing in a word doc and go to say email or internet and it takes several minutes to allow you open anything up.  Like it is frozen.  I have tried rebooting the computer and it works for a few minutes then gets stuck.

    Which model iMac do you have?
    How large is your HD and how much space do you have left?
    Check out the following & do the necessary: 
    User Tip:  Why is my computer slow?
    What to do when your computer is too slow
    Speeding up your Mac
    OS X (10.6.6)
    Use Software Update or the OS 10.6.8 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.

  • [svn:osmf:] 13966: 1. Integrate code changes from Matthew to remove timeBias and add support for subclip

    Revision: 13966
    Revision: 13966
    Author:   [email protected]
    Date:     2010-02-03 15:04:44 -0800 (Wed, 03 Feb 2010)
    Log Message:
    1. Integrate code changes from Matthew to remove timeBias and add support for subclip
    2. A minor bug fix with the index handler
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingState.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as

    Maybe you try posting in one of the Enterprise & Remote Computing forums:
    http://forum.java.sun.com/category.jspa?categoryID=14
    And please use the forum CODE tags for formatted readable display of your code on the board.
    http://forum.java.sun.com/post!reply.jspa?messageID=9989322#

  • [svn:osmf:] 11996: Updates and changes from the spec review for FMMLoader.

    Revision: 11996
    Revision: 11996
    Author:   [email protected]
    Date:     2009-11-19 11:12:19 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Updates and changes from the spec review for FMMLoader.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/LoadableProxyElement.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/FMMLoader.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/ManifestLoader.as

    Hi
    I've Updated App Builder, gone back to the DPS App Builder portal, regenerated new zip and ipa files and downloaded them.
    I clicked the Application Loader 3.0 link, downloaded the latest Appication Version, clicked on the "Deliver your App" button, and submitted the newly built App that was built using 32.4.2 version. (All the app icons were listed as "stored on server" so I presume they are all ok). The .zip file appeared to 'deliver' to Apple successfully. I've tried to resubmit it but get ta "Redundant Binary Upload. There already exists a binary upload with build version..." error message, so presume the orginal binary upload was successful. I have no idea how I can get this app from the "prepare for submission", to "in review". The last time I thought I'd submitted this app I got as far as the "waiting for review" status, and no further.
    At the moment I don't have a"+" button in the Build section - as mentioned on page 66 of Adobe's Step_by_step_guide_to_dps_se.pdf.
    So I can't add the new .zip file to the iTunes Connect > My Apps portal in the Build section of the Versions tab.
    I have put a support email into Apple, but don't expect a reply any day soon.
    The problem with starting all the way back through the App wizard is that I really want to use all the same App Name, Bundle ID, and details etc.
    Do you mean, going back to the Folio Producer Panel, and building a whole new App?
    This process certainly isn't for the faint-hearted!
    HELP!

  • [svn] 2493: Partial change from revision 2216 was missed in a merge.

    Revision: 2493
    Author: [email protected]
    Date: 2008-07-15 13:30:36 -0700 (Tue, 15 Jul 2008)
    Log Message:
    Partial change from revision 2216 was missed in a merge. Making the change again.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java

    Another approach:
    FrameMaker uses the conditions Inserted and Deleted to mark inserted and deleted text in the CMP file.
    In the Search/Replace dialog select the Deleted condition for deleted text to search for.
    Leave the Replace box empty.
    Then search for the Deleted condition and either replace (i.e. delete the text) or leave it as it is.
    After this search/replace the remaining text with the Deleted condition is correct. Therefore delete this condition without deleting the text.
    Then do the same with the Inserted condition for inserted text. Either delete this text or leave it as it is.
    Then delete this Inserted condition.

  • [svn:osmf:] 14092: [dvr proto] integrating trunk changes.

    Revision: 14092
    Revision: 14092
    Author:   [email protected]
    Date:     2010-02-10 06:10:47 -0800 (Wed, 10 Feb 2010)
    Log Message:
    integrating trunk changes.
    Modified Paths:
        osmf/branches/dvr-prototype/framework/OSMF/.flexLibProperties
    Added Paths:
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/events/PluginManagerEvent.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/HorizontalAlign.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutMode.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutRendererBase.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutRendererProperties.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutTargetEvent.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutTargetRenderers.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/VerticalAlign.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/LoadableElementBase.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaFactoryItem.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaFactoryItemResolver.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaFactoryItemType.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/MetricsProviderB ase.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/NetStreamSwitchM anager.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/DownloadRatioRule.a s
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/HTTPMetricsProvider .as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/f4f/FragmentAccessI nformation.as
    Removed Paths:
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/display/MediaContainerGroup.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/events/PluginLoadEvent.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/DefaultLayoutRenderer.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutProperties.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutRendererChangeEvent.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutRendererFacet.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutUtils.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/RegistrationPoint.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/DefaultMediaResourceHandlerReso lver.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/IMediaResourceHandler.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/IMediaResourceHandlerResolver.a s
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/LoadableMediaElement.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaInfo.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaInfoType.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/NetLoadedContext.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/NetStreamDRMTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/DroppedFramesRul e.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/DynamicNetStream .as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/INetStreamMetric s.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/ISwitchingRule.a s
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/InsufficientBand widthRule.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/InsufficientBuff erRule.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/MetricsProvider. as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/SufficientBandwi dthRule.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/SwitchingDetail. as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/SwitchingDetailC odes.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingNetStr eamDynamicStreamTrait.as

    These are automated emails from the OSMF forums.  To unsubscribe, go here:
    http://forums.adobe.com/community/opensource/osmf/commits
    -- Brian

  • [svn:osmf:] 14091: [dvr proto] integrating trunk changes.

    Revision: 14091
    Revision: 14091
    Author:   [email protected]
    Date:     2010-02-10 05:59:53 -0800 (Wed, 10 Feb 2010)
    Log Message:
    integrating trunk changes.
    Modified Paths:
        osmf/branches/dvr-prototype/framework/OSMF/.flexLibProperties
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/containers/HTMLMediaContainer.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/containers/MediaContainer.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/display/MediaPlayerSprite.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/events/DRMEvent.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/events/DynamicStreamEvent.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/events/HTTPStreamingIndexHandlerEvent .as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/events/LoaderEvent.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/events/MediaErrorCodes.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/events/MediaPlayerCapabilityChangeEve nt.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/DefaultLayoutRenderer.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/ILayoutTarget.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutFacet.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutProperties.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutRenderer.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/DefaultMediaFactory.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/DefaultTraitResolver.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaElement.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaFactory.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaResourceBase.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/media/MediaTraitResolver.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/metadata/FacetSynthesizer.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/metadata/IMetadataProvider.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/metadata/NullFacetSynthesizer.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/metadata/TemporalFacet.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/NetStreamLoadTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/DynamicStreaming NetLoader.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/NetStreamDynamic StreamTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/dynamicstreaming/SwitchingRuleBas e.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingIndexH andlerBase.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingNetLoa der.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingState. as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils. as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRu nTable.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4 FIndexHandler.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4 FIndexInfo.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4 FStreamInfo.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/flv/FLVHeader.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/httpstreaming/flv/FLVParser.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/plugin/DynamicPluginLoader.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/plugin/PluginElement.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/plugin/PluginInfo.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/plugin/PluginLoader.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/plugin/PluginManager.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/plugin/StaticPluginLoader.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/DRMTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/DynamicStreamTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/LoadTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/LoaderBase.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/MediaTraitType.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/utils/HTTPLoader.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/utils/OSMFStrings.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/utils/Version.as
    Added Paths:
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/Beacon.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/DurationElement.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/ParallelElement.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/audioClasses/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/audioClasses/SoundAdapter.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/beaconClasses/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/compositeClasses/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/compositeClasses/CompositeMe tadataEvent.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/compositeClasses/TraitLoader .as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/f4mClasses/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/htmlClasses/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/htmlClasses/HTMLTimeTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/loaderClasses/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/elements/proxyClasses/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/drm/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/net/rtmpstreaming/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/plugin/PluginLoadTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/DRMAuthenticationMethod.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/DRMState.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/utils/HTTPLoadTrait.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/utils/TraitEventDispatcher.as
    Removed Paths:
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/audio/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/composition/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/content/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/drm/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/external/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/image/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/manifest/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/plugin/PluginLoadedContext.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/proxies/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/swf/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/tracking/
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/ILoadedContext.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/traits/ILoader.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/utils/HTTPLoadedContext.as
        osmf/branches/dvr-prototype/framework/OSMF/org/osmf/video/

    These are automated emails from the OSMF forums.  To unsubscribe, go here:
    http://forums.adobe.com/community/opensource/osmf/commits
    -- Brian

Maybe you are looking for

  • How can I make this desktop dialogue box default on a larger size?

    When I do a "save as" with a document, the dialogue box is so small I have to scroll to reach the folder I want it in.  Then I have to drag the corner to make it larger.  Is there a way to make this box default on a larger size so I can see more file

  • How do you know what version methods became available ?

    A reply to another one of my posts informed me that String.replaceAll did not become available until version 1.4. How could I find out what version methods became available? I think I'm experiencing a similar situation with String.ValueOf. Thanks in

  • Simulating a command prompt

    Hi, is it possible to simulate a command prompt with captivate? so for example i want a user to double click the command prompt icon, get a command prompt window and then type in pre configured commands and get pre configred responses. EX: ipconfig /

  • Monitor status

    Hi Experts, I am not sure how to change monitor result status from red to green. Would you be able to provide some clues? Thanks Adette

  • Late 2012 Mac Mini to LG 29EB73-P Monitor

    Hi I have just purchased a late 2012 Mac Mini that I am trying to connect to a LG monitor. Also, I'm trying to obtain the 2560x1080 resolution. The monitor has the following in-puts: Display Port/DVI-D/HDMLx2. The Mac Mini has HDML/Mini Display Port.