Author: kkolinko
Date: Sun Jun 17 06:19:53 2012
New Revision: 1351058
URL: http://svn.apache.org/viewvc?rev=1351058&view=rev
Log:
CTR
Merged revision 1351056 from tomcat/trunk:
Correct reference to Apache Batik project in SVG generation example
It now lives in xmlgraphics.apache.org.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/textRotate.jspx
Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1351056
Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html?rev=1351058&r1=1351057&r2=1351058&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html
(original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html Sun Jun
17 06:19:53 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/examples/jsp/jsp2/jspx/textRotate.jspx?name=JSPX">
Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/textRotate.jspx
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/textRotate.jspx?rev=1351058&r1=1351057&r2=1351058&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/textRotate.jspx
(original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/textRotate.jspx Sun Jun
17 06:19:53 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: [email protected]
For additional commands, e-mail: [email protected]