Author: ltheussl
Date: Tue Sep 20 09:10:48 2005
New Revision: 290480
URL: http://svn.apache.org/viewcvs?rev=290480&view=rev
Log:
MPPDF-50: maven.pdf.cover.projectCompany didn't work
Modified:
maven/maven-1/plugins/trunk/pdf/plugin.jelly
maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/plugin.jelly?rev=290480&r1=290479&r2=290480&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/pdf/plugin.jelly Tue Sep 20 09:10:48 2005
@@ -154,7 +154,7 @@
<arg value="publicationYear"/>
<arg value="${maven.pdf.copyrightYear}"/>
<arg value="-PARAM"/>
- <arg value="-PARAM coverProjectCompany
${maven.pdf.cover.projectCompany}"/>
+ <arg value="coverProjectCompany"/>
<arg value="${maven.pdf.cover.projectCompany}"/>
<arg value="-PARAM"/>
<arg value="coverProjectName"/>
Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?rev=290480&r1=290479&r2=290480&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Tue Sep 20 09:10:48 2005
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="2.5-SNAPSHOT" date="in SVN">
+ <action dev="ltheussl" type="fix" issue="MPPDF-50">Fix
<code>maven.pdf.cover.projectCompany</code>.</action>
<action dev="ltheussl" type="add">Make cover header- and footer-height
configurable.</action>
<action dev="ltheussl" type="fix" issue="MPPDF-40">Use optional id tag
for sub/section anchors to avoid problems with identical names.</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]