Changeset 69378 in vbox for trunk/src/VBox
- Timestamp:
- Oct 26, 2017 4:21:50 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118702
- Location:
- trunk/src/VBox/Main/glue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r61452 r69378 1924 1924 </xsl:call-template> 1925 1925 </xsl:variable> 1926 <xsl:value-of select="concat(' ', $attrname, ' = ', $wrapped, '; ')" /> 1926 <xsl:value-of select="concat(' ', $attrname, ' = ', $wrapped, '; ')" /> 1927 1927 </xsl:if> 1928 1928 </xsl:for-each> … … 4891 4891 } 4892 4892 } 4893 4893 4894 4894 4895 4895 public class VirtualBoxManager -
trunk/src/VBox/Main/glue/tests/Makefile
r50041 r69378 34 34 35 35 36 # 36 # 37 37 # No changes should be necessary after this point. 38 38 #
Note:
See TracChangeset
for help on using the changeset viewer.