Author: ssteiner
Date: Wed Feb 5 14:33:08 2020
New Revision: 1873638
URL: http://svn.apache.org/viewvc?rev=1873638&view=rev
Log:
FOP-2895: Build at root
Modified:
xmlgraphics/fop/trunk/fop/build.xml
Modified: xmlgraphics/fop/trunk/fop/build.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/build.xml?rev=1873638&r1=1873637&r2=1873638&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/build.xml (original)
+++ xmlgraphics/fop/trunk/fop/build.xml Wed Feb 5 14:33:08 2020
@@ -615,12 +615,7 @@ list of possible build targets.
<include name="xmlgraphics-commons*.jar"/>
</fileset>
<target name="transcoder-pkg" depends="remove-cache" description="Generates
the jar for the transcoder package for Batik">
- <exec executable="mvn" dir="${basedir}/../fop-transcoder">
- <arg value="clean"/>
- <arg value="install"/>
- <arg value="-DskipTests"/>
- </exec>
- <exec executable="mvn" dir="${basedir}/../fop-transcoder-allinone">
+ <exec executable="mvn" dir="${basedir}/..">
<arg value="clean"/>
<arg value="install"/>
<arg value="-DskipTests"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]