Author: jsdelfino
Date: Sun Sep 28 18:18:25 2008
New Revision: 699946

URL: http://svn.apache.org/viewvc?rev=699946&view=rev
Log:
Pulled from trunk. TUSCANY-2618 - Adding required attribute elements to sca.tld.

Modified:
    
tuscany/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld

Modified: 
tuscany/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld?rev=699946&r1=699945&r2=699946&view=diff
==============================================================================
--- 
tuscany/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld
 (original)
+++ 
tuscany/branches/sca-equinox/modules/host-webapp/src/main/resources/META-INF/sca.tld
 Sun Sep 28 18:18:25 2008
@@ -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>
 


Reply via email to