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 ca...@apache.org on 2008/01/01 00:21:58 UTC

svn commit: r607783 - in /xmlgraphics/batik/trunk: CHANGES build.xml

Author: cam
Date: Mon Dec 31 15:21:53 2007
New Revision: 607783

URL: http://svn.apache.org/viewvc?rev=607783&view=rev
Log:
Mention bug 42311 fix.  Bump year to 2008.

Modified:
    xmlgraphics/batik/trunk/CHANGES
    xmlgraphics/batik/trunk/build.xml

Modified: xmlgraphics/batik/trunk/CHANGES
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/CHANGES?rev=607783&r1=607782&r2=607783&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/CHANGES (original)
+++ xmlgraphics/batik/trunk/CHANGES Mon Dec 31 15:21:53 2007
@@ -12,11 +12,11 @@
     26815, 28344, 35165, 36570, 37496, 38498, 40163, 40727, 41205,
     41820, 41947, 41955, 41988, 42014, 42021, 42032, 42075, 42118,
     42137, 42168, 42169, 42196, 42209, 42210, 42212, 42221, 42228,
-    42255, 42258, 42312, 42333, 42381, 42386, 42479, 42504, 42505,
-    42543, 42645, 42651, 42697, 42698, 42807, 42961, 42963, 42968,
-    43022, 43043, 43045, 43165, 43194, 43195, 43370, 43418, 43446,
-    43638, 43657, 43744, 43760, 43764, 43787, 43854, 43871, 43904,
-    43953, 44029, 44054, 44092, 44146
+    42255, 42258, 42311, 42312, 42333, 42381, 42386, 42479, 42504,
+    42505, 42543, 42645, 42651, 42697, 42698, 42807, 42961, 42963,
+    442968, 3022, 43043, 43045, 43165, 43194, 43195, 43370, 43418,
+    443446, 3638, 43657, 43744, 43760, 43764, 43787, 43854, 43871,
+    443904, 3953, 44029, 44054, 44092, 44146
 
 2. New features
 

Modified: xmlgraphics/batik/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.xml?rev=607783&r1=607782&r2=607783&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.xml (original)
+++ xmlgraphics/batik/trunk/build.xml Mon Dec 31 15:21:53 2007
@@ -82,7 +82,7 @@
     </tstamp>
     <property name="Project"            value="Apache Batik"/>
     <property name="project"            value="batik"/>
-    <property name="year"               value="2007"/>
+    <property name="year"               value="2008"/>
     <property name="version"            value="1.7"/>
     <property name="revisionType"       value="pre"/>
     <property name="revisionNumber"     value=""/>
@@ -399,6 +399,7 @@
         <include name="build.bat"/>
         <include name="build.sh"/>
         <include name="build.xml"/>
+        <include name="forrest.properties"/>
         <include name="svn-revision"/>
         <include name="contrib/**"/>
         <include name="lib/**"/>
@@ -467,6 +468,7 @@
         <include name="build.bat"/>
         <include name="build.sh"/>
         <include name="build.xml"/>
+        <include name="forrest.properties"/>
         <include name="svn-revision"/>
         <include name="contrib/**"/>
         <include name="documentation-sources/**"/>