You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2017/03/27 09:48:45 UTC

svn commit: r1788866 - /xmlgraphics/batik/trunk/build.xml

Author: ssteiner
Date: Mon Mar 27 09:48:45 2017
New Revision: 1788866

URL: http://svn.apache.org/viewvc?rev=1788866&view=rev
Log:
Add pom to zip

Modified:
    xmlgraphics/batik/trunk/build.xml

Modified: xmlgraphics/batik/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.xml?rev=1788866&r1=1788865&r2=1788866&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.xml (original)
+++ xmlgraphics/batik/trunk/build.xml Mon Mar 27 09:48:45 2017
@@ -82,7 +82,7 @@ To display the available targets type:
     </tstamp>
     <property name="Project"            value="Apache Batik" />
     <property name="project"            value="batik" />
-    <property name="year"               value="2014" />
+    <property name="year"               value="2017" />
     <property name="version"            value="svn-trunk" />
     <property name="revisionType"       value="" />
     <property name="revisionNumber"     value="" />
@@ -433,6 +433,7 @@ To display the available targets type:
         <include name="build.bat"/>
         <include name="build.sh"/>
         <include name="build.xml"/>
+        <include name="**/pom.xml"/>
         <include name="forrest.properties"/>
         <include name="svn-revision"/>
         <include name="contrib/**"/>