[svn:fx-trunk] 5946: restore mxml-manifest. xml so that FB will work properly when working directly off the trunk

Revision: 5946
Author:   [email protected]
Date:     2009-04-06 09:12:34 -0700 (Mon, 06 Apr 2009)
Log Message:

Revision: 5946
Author:   [email protected]
Date:     2009-04-06 09:12:34 -0700 (Mon, 06 Apr 2009)
Log Message:

Similar Messages

  • [svn:fx-i11.5] 5885: We now need mxml-2009-manifest.xml and mxml-manifest. xml.

    Revision: 5885
    Author: [email protected]
    Date: 2009-04-02 12:55:45 -0700 (Thu, 02 Apr 2009)
    Log Message:
    We now need mxml-2009-manifest.xml and mxml-manifest.xml.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/mxml-2009
    Added Paths:
    flex/sdk/branches/i11.5/frameworks/mxml-2009-manifest.xml
    flex/sdk/branches/i11.5/frameworks/mxml-manifest.xml

    Revision: 5885
    Author: [email protected]
    Date: 2009-04-02 12:55:45 -0700 (Thu, 02 Apr 2009)
    Log Message:
    We now need mxml-2009-manifest.xml and mxml-manifest.xml.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/mxml-2009
    Added Paths:
    flex/sdk/branches/i11.5/frameworks/mxml-2009-manifest.xml
    flex/sdk/branches/i11.5/frameworks/mxml-manifest.xml

  • [svn:fx-trunk] 11541: Fix the textLayout build number that is set in the main build. xml to match what will be set when the build machine does NOT do the build

    Revision: 11541
    Author:   [email protected]
    Date:     2009-11-06 14:29:41 -0800 (Fri, 06 Nov 2009)
    Log Message:
    Fix the textLayout build number that is set in the main build.xml to match what will be set when the build machine does NOT do the build
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml

    Thats good news.

  • [svn:fx-trunk] 13299: fix the _rb swc so that it updates properly when changes happen - update=" true" so that it will compile correctly when using locales

    Revision: 13299
    Revision: 13299
    Author:   [email protected]
    Date:     2010-01-05 19:07:45 -0800 (Tue, 05 Jan 2010)
    Log Message:
    fix the _rb swc so that it updates properly when changes happen - update="true" so that it will compile correctly when using locales
    QE notes: ensure it contains a catalog.xml file, a swf, and a locale directory with properties file
    Doc notes:
    Bugs: https://bugs.adobe.com/jira/browse/SDK-24802
    Reviewer: pete
    Tests run:
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24802
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/build.xml

    I've dropped my guard before with the security and I had so much trouble with my computer because of all the people trying to attack my computer I just can't take the chance again.  www.MySafetyGates.com

  • HT1766 After restoring my iphone 4 to factory settings, then restoring from a recent backup, my phone will reboot but keeps coming back to the "new setup or restore from backup screen". How can I by-pass this screen to go directly to the sync apps/music s

    After restoring my iphone 4 to factory settings, then restoring from a recent backup, my phone will reboot but keeps coming back to the "new setup or restore from backup screen". How can I by-pass this screen to go directly to the sync apps/music screen?

    Well, it's certainly behaving as though the phone that was backed up was synced to a different iTunes library.
    I'm going to throw one more thing out there... Yes, you backed it up to this computer... Was the phone previously set up to sync with this computer? Or was it syncing with a different computer and you just backed it up to this one?
    You may have to end up setting it up as a new device and rebuilding the phone by manually re-syncing your data, apps, music, etc. to the phone.
    Trying to keep your library on a different drive can be tricky. If iTunes starts up and the library isn't available, it may end up generating a new library ID, meaning that you could easily find yourself in exactly the position you're in now...
    I'm curious why there was a need to restore your phone to begin with... It may not have any bearing on this at all, but it could.

  • Ipad is connected to the computer however doesn't show up in the menu, I'm trying to restore it but am concerned that it will restore the iphone and not the ipad. any suggestions?

    ipad is connected to the computer however doesn't show up in the menu, I'm trying to restore it but am concerned that it will restore the iphone and not the ipad. any suggestions?

    Hi vanover7,
    It sounds as if when you connect your iPad to your computer it does not show up in iTunes, is that correct? 
    Please use the steps in this article to troubleshoot the issue -
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • [svn:bz-trunk] 20693: Add a web.xml. crx that has no MessageBroker and RDSServlet.

    Revision: 20693
    Revision: 20693
    Author:   [email protected]
    Date:     2011-03-08 13:09:18 -0800 (Tue, 08 Mar 2011)
    Log Message:
    Add a web.xml.crx that has no MessageBroker and RDSServlet.  Remove reference of webtier in HttpServiceTest.java.  Not sure which tests are using this class and hopefully we can get rid of it since webtier.jar is about to be gone.  Watch out for any new failtures that might be related.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/dev/httpservice/HttpServiceTest.java
        blazeds/trunk/qa/apps/qa-regress/build.xml
    Added Paths:
        blazeds/trunk/qa/resources/webtier/qa/web.xml.crx

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • A STANDARD XML TAG IS NOT WORKING PROPERLY WHEN USED IN RTF FILE FOR XML RE

    Hi,
    I am using the following tag :
    <?if:TASK_STATUS='Open'?><xsl:attribute xdofo:ctx="block“name="color">red</xsl:attribute>
    <?end if?>
    for changing foreground color of text which depending on certain conditiosi need to print in
    pdf format using xml reports and rtf files.
    But i was able to get only 3 colors (Red,Blue,Green) for use, other colors such as orange,cyan etc are not
    working.
    Please let me know what all colors are supported by oracle in printing in pdf format using xml reports.
    Suggest if we need to do some settings related stuff or so.
    I am usning XML 5.6.3 version.
    Regards,
    Amar

    Colors can be expressed by known name and by a hex value. The hex value format is widely used in HTML programming, and has a format of #abcdef, and "abcdef" can be values like aaddcc and so on. For some primary colors, you can get away with #abc, but that is not very common.
    You should always design with Web-safe colors in mind. That limits you to 16, but should be plenty for most purposes (plus all 16 have known names like red, cyan, yellow, etc.).
    http://www.w3schools.com/Html/html_colors.asp has a good explanation of the standards.

  • Iphone 4s will not shut down.  Constant reboot unless powered.  I have done a full restore (losing half my apps) that helped for a while but now back to the same problem

    My iphone 4s will not shut down?  Please help??

    Basic troubleshooting steps outlined in the user guide are restart, reset, restore from backup, restore as new device.  Try each of these steps until your problem is solved. If these steps fail to solve your issue, then you'll need to bring your phone into Apple (or an authorized service provider in your area) for evaluation.

  • My computer was not working properly last week.  Now the computer starts, but it appears like its all factory settings.  How do I restore so I can read my email, see my pictures, itunes etc....?

    How do I restore my personal items such as iTunes, my pictures, email etc...?  The computer was acting up last week, and now everything looks like factory settings.

    Hello, first thing to do is in the Finder, double click on your hard drive's icon, see how many users are in the Users folder, sounds like your Home folder was possibly renamed.

  • I bought my friends ipod and i need to restore it to factory settings but it will not connect to my itunes and the ipod says disabled

    i cannot connect it to my itunes and the ipod says disabled but itunes says i need to type in the pascode but i cant do anything on the ipod

    Try this program to get the iPod in recovery mode.
    RecBoot: Easy Way to Put iPhone into Recovery Mode | Jaxov

  • [svn] 4916: sdk-14180 Handle updates to more than one field in an item when autoupdates are off .

    Revision: 4916
    Author: [email protected]
    Date: 2009-02-10 13:32:12 -0800 (Tue, 10 Feb 2009)
    Log Message:
    sdk-14180 Handle updates to more than one field in an item when autoupdates are off.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-14180
    Reviewer: ryan
    tests: checkintests mustella:collections
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-14180
    http://bugs.adobe.com/jira/browse/sdk-14180
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/collections/ListCollectionView .as

    Revision: 4916
    Author: [email protected]
    Date: 2009-02-10 13:32:12 -0800 (Tue, 10 Feb 2009)
    Log Message:
    sdk-14180 Handle updates to more than one field in an item when autoupdates are off.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-14180
    Reviewer: ryan
    tests: checkintests mustella:collections
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-14180
    http://bugs.adobe.com/jira/browse/sdk-14180
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/collections/ListCollectionView .as

  • Firefox 3.5.1 on WinXP automatically switches to "Work Offline" when a connection to the internet drops. User must un-click "Work Offline" for it to work once a connection has been restored. Why?

    Firefox 3.5.1 on WinXP automatically switches to "Work Offline" when a connection to the internet drops. This was not the case with earlier versions. Why is this necessary? Is there an option/preference setting to change this?

    # Yes, if you go to accounts.firefox.org, sign out, you will now be signed out.
    # Sign back in, and you will be asked to save the password you entered.
    # This will save the password and autocomplete if you have this option turned on.
    I am not exactly sure why the menu did not detect the password change or if it was stored incorrectly after you changed it? But after storing the correct password you can manage any duplicate passwords in the password manager.[[Password manager - Remember, delete and change saved passwords in Firefox]]

  • HT201210 my phone is stuck in the activation screen and when i try to restore  it says that there was an error  when trying to download  the request

    i updated my iphone 4 to ios6 and  today it doeasnt let me get out of my activations screen. it says the activation server is unavailabe. i just cant get out of the activation screen and use the apps nor se my phone. help please

    And i did it from my iPod

  • [svn:fx-trunk] 8558: Fixed two manifest bugs.

    Revision: 8558
    Author:   [email protected]
    Date:     2009-07-14 13:42:23 -0700 (Tue, 14 Jul 2009)
    Log Message:
    Fixed two manifest bugs. Two effects (UnconstrainItemAction and Pause) were not in the proper manifests, so mxml code would not compile when referencing these effects.
    Modified Paths:
        flex/sdk/trunk/frameworks/halo-manifest.xml
        flex/sdk/trunk/frameworks/mxml-manifest.xml
        flex/sdk/trunk/frameworks/spark-manifest.xml

Maybe you are looking for

  • Ram issues in Macbook Pro

    Hi, I have had my Macbook Pro for about 2 years now and decided to upgrade the ram. It has a 2.16ghz processor and 1gb ram from apple. I decided to put 2 2gb sticks in (I know it will only read 3gb, just didnt want to risk reducing preformance by usi

  • How to provide authentication to a caller (Axis Web-Services)

    Hi everybody im a new bie to web services .So,i donno how to provide a user name and password to the client who is consuming my web service.My web server is Tomcat and soap engine is Axis. Kindly provide me a sample prog(if any) or any links which ca

  • Is there any way to convert psd to html through dreamweaver

    I am very new in websites and i want to know if is there any way to create themes for wordpres or convert psd to html with adobe dreamweaver? i have this website but i would like to create a new one. lajme

  • What file(s) are required to launch WebHelp?

    I'm using RoboHelp 8 HTML, and generating WebHelp for an application that is supported on Firefox (Windows/Mac) and IE (latest versions of both). What WebHelp output file is used to launch the help? i.e., if I press F1 or click the Help button, what

  • JDBC requirement

    Hi My scenario is file - xi- jdbc. Here I want to delete the entire records in the database and insert the new one. Normally update command is used to delete the records which matches and to create the new if it won't exist. But in this case how will