VirtualBox

Changeset 7492 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Mar 18, 2008 10:07:36 PM (17 years ago)
Author:
vboxsync
Message:

Main/Settings: Fixed 1.2=>1.3 conversion: Add UART and LPT keys if missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/SettingsConverter.xsl

    r7466 r7492  
    289289                     vb:Machine//vb:AudioAdapter"
    290290              mode="v1.3">
     291  <xsl:if test="not(../vb:Uart)">
     292    <UART/>
     293  </xsl:if>
     294  <xsl:if test="not(../vb:Lpt)">
     295    <LPT/>
     296  </xsl:if>
    291297  <xsl:copy>
    292298    <xsl:apply-templates select="@*[not(name()='driver')]|node()" mode="v1.3"/>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette