diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-11 21:51:35 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-11 21:51:35 +0000 |
commit | ea3155b9b56f79d629d154ba13aae9118ab35bfd (patch) | |
tree | c247a3742014f6566e1acc65e1e8caf3c6330840 /branches/sca-java-1.x/modules/host-webapp | |
parent | 5f919fd7ed6263b1ac1eb0b07174561e496c57c1 (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')
-rw-r--r-- | branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld | 4 |
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> |