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 he...@apache.org on 2010/10/05 10:07:54 UTC

svn commit: r1004565 - in /xmlgraphics/batik/trunk: CHANGES README contrib/rasterizertask/README documentation-sources/content/xdocs/faq.xml documentation-sources/content/xdocs/install.xml documentation-sources/content/xdocs/using/extending.xml

Author: helder
Date: Tue Oct  5 08:07:53 2010
New Revision: 1004565

URL: http://svn.apache.org/viewvc?rev=1004565&view=rev
Log:
General:
  Bump minimum required Java version to 1.4
    (partially addresses bug 46202).

Modified:
    xmlgraphics/batik/trunk/CHANGES
    xmlgraphics/batik/trunk/README
    xmlgraphics/batik/trunk/contrib/rasterizertask/README
    xmlgraphics/batik/trunk/documentation-sources/content/xdocs/faq.xml
    xmlgraphics/batik/trunk/documentation-sources/content/xdocs/install.xml
    xmlgraphics/batik/trunk/documentation-sources/content/xdocs/using/extending.xml

Modified: xmlgraphics/batik/trunk/CHANGES
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/CHANGES?rev=1004565&r1=1004564&r2=1004565&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/CHANGES (original)
+++ xmlgraphics/batik/trunk/CHANGES Tue Oct  5 08:07:53 2010
@@ -59,6 +59,10 @@ Bug fixing is an on-going task, so it is
   * Exporting 256 color indexed PNG files in Squiggle now works.
   * Avoid an NPE in ttf2svg when resolving substitutions for Arabic script.
 
+5. Misc
+
+  * Minimum required Java version was raised to 1.4.
+
 1.7beta1 -> 1.7
 ---------------
 

Modified: xmlgraphics/batik/trunk/README
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/README?rev=1004565&r1=1004564&r2=1004565&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/README (original)
+++ xmlgraphics/batik/trunk/README Tue Oct  5 08:07:53 2010
@@ -45,7 +45,7 @@
   Requirements
   ------------
 
-   o  A Java 1.3 or later compatible virtual machine for your operating system.
+   o  A Java 1.4 or later compatible virtual machine for your operating system.
 
   Optional Libraries
   ------------------

Modified: xmlgraphics/batik/trunk/contrib/rasterizertask/README
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/contrib/rasterizertask/README?rev=1004565&r1=1004564&r2=1004565&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/contrib/rasterizertask/README (original)
+++ xmlgraphics/batik/trunk/contrib/rasterizertask/README Tue Oct  5 08:07:53 2010
@@ -22,5 +22,5 @@ work if the Ant in use is a different ve
 the task. Use the same Ant version to build and to execute task to avoid 
 strange problems.
 
-At least JDK 1.3 is needed to build and execute the task.
+At least JDK 1.4 is needed to build and execute the task.
 

Modified: xmlgraphics/batik/trunk/documentation-sources/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/faq.xml?rev=1004565&r1=1004564&r2=1004565&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/faq.xml (original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/faq.xml Tue Oct  5 08:07:53 2010
@@ -379,7 +379,7 @@
       <question>What are the system requirements to run Batik?</question>
       <answer>
         <p>
-          Batik is written in the Java language and requires a version 1.3
+          Batik is written in the Java language and requires a version 1.4
           implementation at this time. 
         </p>
       </answer>
@@ -389,8 +389,8 @@
       <question>How do I install Batik?</question>
       <answer>
         <p>
-          You will need the <a href="http://java.sun.com/">JDK 1.3</a> to run
-          Batik.
+          You will need a <a href="http://java.sun.com/">JRE/JDK</a> version
+          1.4 or above to run Batik.
         </p>
         <p>
           To install Batik you need to <a href="site:download">download</a>

Modified: xmlgraphics/batik/trunk/documentation-sources/content/xdocs/install.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/install.xml?rev=1004565&r1=1004564&r2=1004565&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/install.xml (original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/install.xml Tue Oct  5 08:07:53 2010
@@ -40,15 +40,8 @@
         <dt>Java Runtime Environment</dt>
         <dd>
           <p>
-            A Java 1.3 or above compatible runtime environment must be present.
-            Note that to support the following features a Java 1.4 or above
-            JRE is required:
-          </p>
-          <ul>
-            <li>
-              SVG 1.2 <a href="dev/svg12.html#other">mouse wheel events</a>
-            </li>
-          </ul>
+            A Java 1.4 or above compatible runtime environment must be present.
+          </p>
         </dd>
       </dl>
     </section>

Modified: xmlgraphics/batik/trunk/documentation-sources/content/xdocs/using/extending.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/using/extending.xml?rev=1004565&r1=1004564&r2=1004565&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/using/extending.xml (original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/using/extending.xml Tue Oct  5 08:07:53 2010
@@ -41,7 +41,7 @@
     <p>
       In general, extensions are added through the Service
       Provider Interface mechanism as described in the 
-      <a href="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service Provider">jar
+      <a href="http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html#Service Provider">jar
         file documentation</a>.  This allows for the extension of Batik
       simply by adding a new jar file(s) to the class path, and thus no
       modification of the Batik source is required!