Revert last change. It worked on windows one hour ago, and now it's failling....

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@526970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-10 00:25:39 +00:00
parent f4297a26f9
commit 8acd165258
3 changed files with 1 additions and 6 deletions

View File

@ -309,8 +309,6 @@ plugin.currentVersion = [${plugin.currentVersion}]
<sysproperty key="javax.xml.transform.TransformerFactory" value="org.apache.xalan.processor.TransformerFactoryImpl"/>
<!-- System proxies for jdk 1.5+ -->
<sysproperty key="java.net.useSystemProxies" value="true"/>
<!-- For Batik and SVG -->
<sysproperty key="java.awt.headless" value="true"/>
<!-- Proxy settings -->
<j:if test="${!empty(maven.proxy.host)}">
<jvmarg value="-DproxySet=true"/>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<artifactId>maven-pdf-plugin</artifactId>
<name>Maven PDF Plugin</name>
<currentVersion>2.5.2-SNAPSHOT</currentVersion>
<currentVersion>2.5.1</currentVersion>
<description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF Format.</shortDescription>
<versions>

View File

@ -25,9 +25,6 @@
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="2.5.2-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="fix">Use AWT headless mode to generate SVG with batik (JDK 1.4 required).</action>
</release>
<release version="2.5.1" date="2007-03-28">
<action dev="ltheussl" type="fix" issue="MPPDF-57">Unable to remove cover type and version.</action>
</release>