summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-web-runtime/src/main
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 11:58:12 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 11:58:12 +0000
commit28c27ad03b39a0de000b9552e2b3f902023808bd (patch)
treec158266be7f5fbfc941bd24207c9feed57fff67a /java/sca/modules/implementation-web-runtime/src/main
parenta6f69a40d64968a8fb3507ee4a0a6db2ca56997e (diff)
MOve the jsp taglib to implementation-web-runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745483 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.tld6
1 files changed, 4 insertions, 2 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 c86154c994..be9481f237 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,11 +7,13 @@ AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 200
see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
-->
-<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">
+<!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">
<tlib-version>1.0</tlib-version>
<short-name>SCA-JSP</short-name>
- <uri>http://www.osog.org/sca/sca.tld</uri>
+ <uri>http://www.osoa.org/sca/sca_jsp.tld</uri>
<description>A tag library for integrating sca components with jsp</description>
<tag>