VirtualBox

Changeset 69736 in vbox


Ignore:
Timestamp:
Nov 18, 2017 2:31:57 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119133
Message:

glue/glue-java.xsl: skip midl stuff in xpcom glue style to try fix IVBoxSVC burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r69378 r69736  
    51855185      </xsl:when>
    51865186
     5187      <xsl:when test="$G_vboxGlueStyle='xpcom'">
     5188        <!-- We don't need WSDL-specific nor MIDL-specific interfaces here -->
     5189        <xsl:if test="not(@internal='yes') and not($self_target='midl') and not($module)">
     5190          <xsl:call-template name="genIface">
     5191            <xsl:with-param name="ifname" select="@name" />
     5192            <xsl:with-param name="filename" select="concat(@name, '.java')" />
     5193          </xsl:call-template>
     5194        </xsl:if>
     5195      </xsl:otherwise>
     5196
    51875197      <xsl:otherwise>
    51885198        <!-- We don't need WSDL-specific interfaces here -->
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