VirtualBox

Changeset 59925 in vbox


Ignore:
Timestamp:
Mar 4, 2016 1:57:37 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105859
Message:

Main/xml/SchemaDefs.xsl: throw out some leftovers which today are totally useless

File:
1 edited

Legend:

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

    r44948 r59925  
    99 *  and should be reviewed on every Schema change.
    1010
    11     Copyright (C) 2006-2012 Oracle Corporation
     11    Copyright (C) 2006-2016 Oracle Corporation
    1212
    1313    This file is part of VirtualBox Open Source Edition (OSE), as
     
    121121  <!-- process include statements -->
    122122  <xsl:for-each select="xsd:include">
    123     <!-- skip VirtualBox-settings-root.xsd inclusion as it is computed at runtime -->
    124     <xsl:if test="not(@schemaLocation='VirtualBox-settings-root.xsd')">
    125       <xsl:apply-templates select="document(@schemaLocation)/xsd:schema" mode="declare.enum"/>
    126     </xsl:if>
     123    <xsl:apply-templates select="document(@schemaLocation)/xsd:schema" mode="declare.enum"/>
    127124  </xsl:for-each>
    128125
Note: See TracChangeset for help on using the changeset viewer.

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