diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-29 01:18:25 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-29 01:18:25 +0000 |
commit | 1af8c570ccdc97fd6006c7db969382179d4e6bc3 (patch) | |
tree | 943cf6fa16066a29b0445113f3c923eeaf188e86 /branches/sca-equinox/modules/host-webapp | |
parent | ad89fc435c7516b85f93638c2dfe6903f9630460 (diff) |
Pulled from trunk. TUSCANY-2618 - Adding required attribute elements to sca.tld.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/host-webapp')
-rw-r--r-- | branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld b/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld index 22a9dc3414..089cdc1607 100644 --- a/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld +++ b/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld @@ -37,18 +37,21 @@ <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>
|