You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2012/10/14 12:40:31 UTC

svn commit: r1398050 - /xmlgraphics/commons/trunk/build.xml

Author: jeremias
Date: Sun Oct 14 10:40:30 2012
New Revision: 1398050

URL: http://svn.apache.org/viewvc?rev=1398050&view=rev
Log:
Bumped copyright year.
Added lib/build/** to source distribution to fix its build.

Modified:
    xmlgraphics/commons/trunk/build.xml

Modified: xmlgraphics/commons/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/build.xml?rev=1398050&r1=1398049&r2=1398050&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/build.xml (original)
+++ xmlgraphics/commons/trunk/build.xml Sun Oct 14 10:40:30 2012
@@ -25,7 +25,7 @@
 
   <property name="Name" value="Apache XML Graphics Commons"/>
   <property name="name" value="xmlgraphics-commons"/>
-  <property name="year" value="1999-2010"/>
+  <property name="year" value="1999-2012"/>
 
   <property name="javac.debug" value="on"/>
   <property name="javac.optimize" value="off"/>
@@ -104,6 +104,7 @@
   <fileset dir="${basedir}" id="dist.src">
     <include name="src/**"/>
     <patternset refid="dist.lib"/>
+    <include name="lib/build/**"/>
     <include name="test/**"/>
     <include name="examples/**"/>
     <include name="LICENSE"/>



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