Fix MPPDF-21
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ddfda58ae
commit
d3534dfd77
@ -16,7 +16,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
|
||||
<!-- Templates for rendering headers, footers, and chapter headings -->
|
||||
<xsl:template name="body-header">
|
||||
@ -470,4 +469,5 @@
|
||||
</xsl:apply-templates>
|
||||
</fo:block>
|
||||
</xsl:template>
|
||||
<xsl:template match="style"/>
|
||||
</xsl:stylesheet>
|
||||
|
||||
@ -57,5 +57,15 @@
|
||||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
<section name="Test for MPPDF-21">
|
||||
<p>
|
||||
<style type="text/css">
|
||||
img.screenshot {
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
<img class="screenshot" src="images/maven.gif"/>
|
||||
</p>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
@ -22,7 +22,8 @@
|
||||
<author email="dion@apache.org">dIon Gillard</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.3-SNAPSHOT" date="2004-09-27">
|
||||
<release version="2.3-SNAPSHOT" date="In CVS">
|
||||
<action dev="aheritier" type="fix" issue="MPPDF-21">The content of style tag was printed on the PDF file.</action>
|
||||
<action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action>
|
||||
</release>
|
||||
<release version="2.2" date="2004-09-27">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user