Author: rfeng
Date: Wed Feb 11 21:51:35 2009
New Revision: 743523
URL: http://svn.apache.org/viewvc?rev=743523&view=rev
Log:
Fix the TLD to use jsp taglib 2.1 xsd
Modified:
tuscany/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld
Modified:
tuscany/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld?rev=743523&r1=743522&r2=743523&view=diff
==============================================================================
---
tuscany/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld
(original)
+++
tuscany/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld
Wed Feb 11 21:51:35 2009
@@ -7,9 +7,7 @@
see
http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
-->
-<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library
1.2//EN" "http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd">
-
-<taglib version="2.1">
+<taglib version="2.1" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd">
<tlib-version>1.0</tlib-version>
<short-name>SCA-JSP</short-name>