Author: antelder
Date: Wed Feb 18 11:58:12 2009
New Revision: 745483

URL: http://svn.apache.org/viewvc?rev=745483&view=rev
Log:
MOve the jsp taglib to implementation-web-runtime

Removed:
    tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld
Modified:
    
tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld

Modified: 
tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld?rev=745483&r1=745482&r2=745483&view=diff
==============================================================================
--- 
tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
 (original)
+++ 
tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
 Wed Feb 18 11:58:12 2009
@@ -7,11 +7,13 @@
 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>


Reply via email to