You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/09/26 11:08:43 UTC

svn commit: r699235 - /tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld

Author: lresende
Date: Fri Sep 26 02:08:41 2008
New Revision: 699235

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

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

Modified: tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld?rev=699235&r1=699234&r2=699235&view=diff
==============================================================================
--- tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld (original)
+++ tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld Fri Sep 26 02:08:41 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>