summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-web-runtime/src
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-30 00:32:30 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-30 00:32:30 +0000
commit08db74a533e84f64d424cd02161a4806adb68db4 (patch)
tree998bed9204a7a84ebf0b53bf20210ef7ae1647e9 /branches/sca-java-1.x/modules/implementation-web-runtime/src
parentf374f6d73b8c7a75a146857e9608114f60d850bc (diff)
Fixing sca.tld copy by adding rtexprvalue attribute
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-web-runtime/src')
-rw-r--r--branches/sca-java-1.x/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld3
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld b/branches/sca-java-1.x/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
index 4807ba517a..9990f99109 100644
--- a/branches/sca-java-1.x/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
+++ b/branches/sca-java-1.x/modules/implementation-web-runtime/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>