summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/host-webapp/src/main
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-11 21:51:35 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-11 21:51:35 +0000
commitea3155b9b56f79d629d154ba13aae9118ab35bfd (patch)
treec247a3742014f6566e1acc65e1e8caf3c6330840 /branches/sca-java-1.x/modules/host-webapp/src/main
parent5f919fd7ed6263b1ac1eb0b07174561e496c57c1 (diff)
Fix the TLD to use jsp taglib 2.1 xsd
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/host-webapp/src/main')
-rw-r--r--branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld4
1 files changed, 1 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld b/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld
index a8f4b3d2fc..21d0ca5d8d 100644
--- a/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld
+++ b/branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld
@@ -7,9 +7,7 @@ AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 200
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>