You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2005/09/20 18:10:51 UTC

svn commit: r290480 - in /maven/maven-1/plugins/trunk/pdf: plugin.jelly xdocs/changes.xml

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org