equal
deleted
inserted
replaced
1 <?xml version="1.0"?> |
1 <?xml version="1.0"?> |
2 <!-- |
2 <!-- |
3 Copyright (c) 2002, 2006, Oracle and/or its affiliates. All rights reserved. |
3 Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. |
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 |
5 |
6 This code is free software; you can redistribute it and/or modify it |
6 This code is free software; you can redistribute it and/or modify it |
7 under the terms of the GNU General Public License version 2 only, as |
7 under the terms of the GNU General Public License version 2 only, as |
8 published by the Free Software Foundation. |
8 published by the Free Software Foundation. |
34 </xsl:template> |
34 </xsl:template> |
35 |
35 |
36 <xsl:template match="specification"> |
36 <xsl:template match="specification"> |
37 <xsl:call-template name="sourceHeader"/> |
37 <xsl:call-template name="sourceHeader"/> |
38 <xsl:text> |
38 <xsl:text> |
39 # include "incls/_precompiled.incl" |
|
40 # include "incls/_jvmtiEnv.cpp.incl" |
|
41 |
39 |
42 // end file prefix - do not modify or remove this line |
40 // end file prefix - do not modify or remove this line |
43 </xsl:text> |
41 </xsl:text> |
44 <xsl:apply-templates select="functionsection"/> |
42 <xsl:apply-templates select="functionsection"/> |
45 </xsl:template> |
43 </xsl:template> |