remove previous change. headless mode for awt doesn't work with batik.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@491523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ee1df8638
commit
36dbbfc9a5
@ -260,7 +260,6 @@ plugin.currentVersion = [${plugin.currentVersion}]
|
||||
<sysproperty key="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.xerces.jaxp.DocumentBuilderFactoryImp"/>
|
||||
<sysproperty key="javax.xml.parsers.SAXParserFactory" value="org.apache.xerces.jaxp.SAXParserFactoryImpl"/>
|
||||
<sysproperty key="java.endorsed.dirs" path="${java.home}/lib/endorsed;${maven.home}/lib/endorsed}"/>
|
||||
<jvmarg value="-Djava.awt.headless=true"/>
|
||||
<classpath>
|
||||
<pathelement location="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
|
||||
<pathelement location="${plugin.getDependencyPath('xalan')}"/>
|
||||
@ -306,7 +305,6 @@ plugin.currentVersion = [${plugin.currentVersion}]
|
||||
<echo>Generating ${internal_pdf_workingDir}/${maven.pdf.pdfName} ...</echo>
|
||||
<echo>Config file: ${internal_pdf_workingDir}/userconfig.xml</echo>
|
||||
<java classname="org.apache.fop.apps.Fop" fork="true" failonerror="true">
|
||||
<jvmarg value="-Djava.awt.headless=true"/>
|
||||
<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"/>
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.5.1-SNAPSHOT" date="in SVN">
|
||||
<action dev="aheritier" type="fix">Error "Can't connect to X11 window server" on Unix.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPPDF-57">Unable to remove cover type and version.</action>
|
||||
</release>
|
||||
<release version="2.5" date="2006-07-21">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user