summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-web-runtime/src/main
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-03 17:06:41 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-03 17:06:41 +0000
commitc7557e4aae2a5ebba4ac255d5a5b57d38c430138 (patch)
tree4317a01cda6edaaf04c0d3d35ab61db0f04de2c1 /java/sca/modules/implementation-web-runtime/src/main
parentb978c3c78f46a3bf49221e2bac0fbb5ccabf5e89 (diff)
Merge sca taglib dtd fix from 1.x to 2.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-web-runtime/src/main')
-rw-r--r--java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld b/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
index be9481f237..8a9ce93204 100644
--- a/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
+++ b/java/sca/modules/implementation-web-runtime/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>