Changeset 38799 in vbox
- Timestamp:
- Sep 20, 2011 11:19:47 AM (13 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r38796 r38799 3478 3478 <xsl:call-template name="startFile"> 3479 3479 <xsl:with-param name="file" select="'IUnknown.java'" /> 3480 <xsl:with-param name="package" select="$G_virtualBoxPackage Com" />3480 <xsl:with-param name="package" select="$G_virtualBoxPackage" /> 3481 3481 </xsl:call-template> 3482 3482 … … 3526 3526 <xsl:call-template name="startFile"> 3527 3527 <xsl:with-param name="file" select="'Helper.java'" /> 3528 <xsl:with-param name="package" select="$G_virtualBoxPackage Com" />3528 <xsl:with-param name="package" select="$G_virtualBoxPackage" /> 3529 3529 </xsl:call-template> 3530 3530 -
trunk/src/VBox/Main/webservice/Makefile.kmk
r38796 r38799 391 391 $(call MSG_L1,Generating javadoc html documentation) 392 392 $(VBOX_JAVADOC) $(VBOX_JAVADOC_OPTS) -quiet \ 393 @$(VBOX_JWS_GEN)/jwsglue.list\393 -sourcepath $(VBOX_JWS_GEN)/java org.virtualbox$(VBOX_API_SUFFIX) \ 394 394 -d $(VBOX_JWSDOC_JDEST) 395 395 $(call MSG_LINK,$(notdir $@),$@)
Note:
See TracChangeset
for help on using the changeset viewer.