Author: aheritier
Date: Mon Apr  9 14:05:41 2007
New Revision: 526918

URL: http://svn.apache.org/viewvc?view=rev&rev=526918
Log:
Use AWT headless mode to generate SVG with batik (JDK 1.4 required).

Modified:
    maven/maven-1/plugins/trunk/pdf/plugin.jelly
    maven/maven-1/plugins/trunk/pdf/project.xml
    maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/plugin.jelly?view=diff&rev=526918&r1=526917&r2=526918
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/pdf/plugin.jelly Mon Apr  9 14:05:41 2007
@@ -309,6 +309,8 @@
       <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" path="true"/>
       <!-- Proxy settings -->
       <j:if test="${!empty(maven.proxy.host)}">
         <jvmarg value="-DproxySet=true"/>

Modified: maven/maven-1/plugins/trunk/pdf/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/project.xml?view=diff&rev=526918&r1=526917&r2=526918
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/project.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/project.xml Mon Apr  9 14:05:41 2007
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <artifactId>maven-pdf-plugin</artifactId>
   <name>Maven PDF Plugin</name>
-  <currentVersion>2.5.1</currentVersion>
+  <currentVersion>2.5.2-SNAPSHOT</currentVersion>
   <description>PDF Documentation generator</description>
   <shortDescription>Generator of project documentation in PDF 
Format.</shortDescription>
   <versions>

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?view=diff&rev=526918&r1=526917&r2=526918
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Mon Apr  9 14:05:41 2007
@@ -25,6 +25,9 @@
     <author email="[EMAIL PROTECTED]">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>  


Reply via email to