summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-26 09:50:29 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-26 09:50:29 +0000
commit3382a77f0e4fedbd77393e2811955a41ae073a65 (patch)
tree4181200ccbd58a80f79332864d77c4c28aed7d2d /branches
parent3059523f2e2a3222922aeb0a611855d2d08ff20c (diff)
TUSCANY-2618 - Adding required attribute elements to sca.tld
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3.2/modules/host-webapp/src/main/resources/META-INF/sca.tld3
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.3.2/modules/host-webapp/src/main/resources/META-INF/sca.tld b/branches/sca-java-1.3.2/modules/host-webapp/src/main/resources/META-INF/sca.tld
index 22a9dc3414..089cdc1607 100644
--- a/branches/sca-java-1.3.2/modules/host-webapp/src/main/resources/META-INF/sca.tld
+++ b/branches/sca-java-1.3.2/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>