Author: kkolinko Date: Sun Jun 17 06:24:34 2012 New Revision: 1351059 URL: http://svn.apache.org/viewvc?rev=1351059&view=rev Log: CTR Correct reference to Apache Batik project in SVG generation example It now lives in xmlgraphics.apache.org.
It is backport of r1351056 from trunk. Modified: tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/svgexample.html tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/textRotate.jspx Modified: tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/svgexample.html URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/svgexample.html?rev=1351059&r1=1351058&r2=1351059&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/svgexample.html (original) +++ tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/svgexample.html Sun Jun 17 06:24:34 2012 @@ -33,7 +33,7 @@ <p> To execute this example, follow these steps: <ol> - <li>Download <a href="http://xml.apache.org/batik/index.html">Batik</a>, + <li>Download <a href="http://xmlgraphics.apache.org/batik/index.html">Apache Batik</a>, or any other SVG viewer.</li> <li>Copy the following URL: <a href="http://localhost:8080/jsp-examples/jsp2/jspx/textRotate.jspx?name=JSPX"> Modified: tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/textRotate.jspx URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/textRotate.jspx?rev=1351059&r1=1351058&r2=1351059&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/textRotate.jspx (original) +++ tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/jsp2/jspx/textRotate.jspx Sun Jun 17 06:24:34 2012 @@ -16,7 +16,7 @@ --> <!-- - This example is based off the textRotate.svg example that comes - - with Batik. The original example was written by Bill Haneman. + - with Apache Batik. The original example was written by Bill Haneman. - This version by Mark Roth. --> <svg xmlns="http://www.w3.org/2000/svg" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org