summaryrefslogtreecommitdiffstats
path: root/sandbox/event/modules/host-webapp/src/main/resources/META-INF/sca.tld
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/event/modules/host-webapp/src/main/resources/META-INF/sca.tld')
-rw-r--r--sandbox/event/modules/host-webapp/src/main/resources/META-INF/sca.tld51
1 files changed, 0 insertions, 51 deletions
diff --git a/sandbox/event/modules/host-webapp/src/main/resources/META-INF/sca.tld b/sandbox/event/modules/host-webapp/src/main/resources/META-INF/sca.tld
deleted file mode 100644
index 91ee6cb922..0000000000
--- a/sandbox/event/modules/host-webapp/src/main/resources/META-INF/sca.tld
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version = '1.0' encoding = 'ISO-8859-1'?>
-<!--
-(c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
-Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
-AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.
-
-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">
-
- <tlib-version>1.0</tlib-version>
- <short-name>SCA-JSP</short-name>
- <uri>http://www.osoa.org/sca/sca_jsp.tld</uri>
- <description>A tag library for integrating sca components with jsp</description>
-
- <tag>
-
- <name>reference</name>
-
- <tag-class>org.apache.tuscany.sca.host.webapp.jsp.ReferenceTag</tag-class>
- <tei-class>org.apache.tuscany.sca.host.webapp.jsp.ReferenceTEI</tei-class>
-
- <attribute>
- <name>name</name>
- <required>true</required>
- <rtexprvalue>false</rtexprvalue>
- <type>java.lang.String</type>
- </attribute>
-
- <attribute>
- <name>type</name>
- <required>true</required>
- <rtexprvalue>false</rtexprvalue>
- <type>java.lang.String</type>
- </attribute>
-
- <attribute>
- <name>scope</name>
- <required>false</required>
- <rtexprvalue>false</rtexprvalue>
- <type>java.lang.Integer</type>
- </attribute>
-
- <body-content>empty</body-content>
-
- </tag>
-
-</taglib>