You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2016/03/31 13:59:35 UTC

svn commit: r1737230 - /xmlgraphics/fop/trunk/fop/build.xml

Author: ssteiner
Date: Thu Mar 31 11:59:35 2016
New Revision: 1737230

URL: http://svn.apache.org/viewvc?rev=1737230&view=rev
Log:
Add util sources to jar

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=1737230&r1=1737229&r2=1737230&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/build.xml (original)
+++ xmlgraphics/fop/trunk/fop/build.xml Thu Mar 31 11:59:35 2016
@@ -507,6 +507,9 @@ list of possible build targets.
       <fileset dir="${events.src.java.dir}">
         <patternset refid="java-only"/>
       </fileset>
+      <fileset dir="${util.src.java.dir}">
+        <patternset refid="java-only"/>
+      </fileset>
       <fileset dir="${basedir}">
         <include name="../LICENSE"/>
         <include name="../NOTICE"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org