Author: markt
Date: Mon Jul 20 11:57:25 2009
New Revision: 795786
URL: http://svn.apache.org/viewvc?rev=795786&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47444
Remove Jakarta references
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/debug-taglib.tld
tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld
tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/functions.jsp
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/config.jsp
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp
tomcat/tc6.0.x/trunk/webapps/examples/jsp/simpletag/foo.jsp
tomcat/tc6.0.x/trunk/webapps/examples/jsp/source.jsp
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Jul 20 11:57:25 2009
@@ -212,6 +212,9 @@
<bug>47235</bug>: Remove use of autoReconnect from MySQL examples.
(markt)
</fix>
+ <fix>
+ <bug>47444</bug>: Remove Jakarta references. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Other">
Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/debug-taglib.tld
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/debug-taglib.tld?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/debug-taglib.tld
(original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/debug-taglib.tld Mon Jul
20 11:57:25 2009
@@ -25,7 +25,7 @@
<tlib-version>1.0</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>debug</short-name>
- <uri>http://jakarta.apache.org/tomcat/debug-taglib</uri>
+ <uri>http://tomcat.apache.org/debug-taglib</uri>
<description>
This tag library defines no tags. Instead, its purpose is encapsulated
in the TagLibraryValidator implementation that simply outputs the XML
Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld
(original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld Mon
Jul 20 11:57:25 2009
@@ -24,7 +24,7 @@
<tlib-version>1.0</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>simple</short-name>
- <uri>http://jakarta.apache.org/tomcat/example-taglib</uri>
+ <uri>http://tomcat.apache.org/example-taglib</uri>
<description>
A simple tab library for the examples
</description>
Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml Mon Jul 20 11:57:25
2009
@@ -193,7 +193,7 @@
<jsp-config>
<taglib>
<taglib-uri>
- http://jakarta.apache.org/tomcat/debug-taglib
+ http://tomcat.apache.org/debug-taglib
</taglib-uri>
<taglib-location>
/WEB-INF/jsp/debug-taglib.tld
@@ -202,7 +202,7 @@
<taglib>
<taglib-uri>
- http://jakarta.apache.org/tomcat/examples-taglib
+ http://tomcat.apache.org/examples-taglib
</taglib-uri>
<taglib-location>
/WEB-INF/jsp/example-taglib.tld
@@ -211,7 +211,7 @@
<taglib>
<taglib-uri>
- http://jakarta.apache.org/tomcat/jsp2-example-taglib
+ http://tomcat.apache.org/jsp2-example-taglib
</taglib-uri>
<taglib-location>
/WEB-INF/jsp2/jsp2-example-taglib.tld
Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/functions.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/functions.jsp?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/functions.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/functions.jsp Mon Jul 20
11:57:25 2009
@@ -15,7 +15,7 @@
limitations under the License.
-->
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
-<%@ taglib prefix="my"
uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<html>
<head>
Modified:
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
---
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp
(original)
+++
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp
Mon Jul 20 11:57:25 2009
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib prefix="my"
uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<html>
<head>
Modified:
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp
(original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp Mon
Jul 20 11:57:25 2009
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib prefix="my"
uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<html>
<head>
Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/config.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/config.jsp?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/config.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/config.jsp Mon Jul 20
11:57:25 2009
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib prefix="my"
uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<h1>JSP 2.0 Examples - JSP Configuration</h1>
<hr>
<p>Using a <jsp-property-group> element in the web.xml
Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp
(original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp Mon
Jul 20 11:57:25 2009
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib prefix="my"
uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<html>
<head>
<title>JSP 2.0 Examples - Dynamic Attributes</title>
Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/simpletag/foo.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/simpletag/foo.jsp?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/simpletag/foo.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/simpletag/foo.jsp Mon Jul 20
11:57:25 2009
@@ -16,7 +16,7 @@
limitations under the License.
-->
<body>
-<%@ taglib uri="http://jakarta.apache.org/tomcat/examples-taglib" prefix="eg"%>
+<%@ taglib uri="http://tomcat.apache.org/examples-taglib" prefix="eg"%>
Radio stations that rock:
Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/source.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/source.jsp?rev=795786&r1=795785&r2=795786&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/source.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/source.jsp Mon Jul 20 11:57:25
2009
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib uri="http://jakarta.apache.org/tomcat/examples-taglib"
+<%@ taglib uri="http://tomcat.apache.org/examples-taglib"
prefix="eg" %>
<eg:ShowSource jspFile="<%= util.HTMLFilter.filter(request.getQueryString())
%>"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]