[Laszlo-checkins] r10299 - openlaszlo/trunk/WEB-INF/lps/schema

hqm@openlaszlo.org hqm at openlaszlo.org
Thu Jul 10 12:20:16 PDT 2008


Author: hqm
Date: 2008-07-10 12:20:14 -0700 (Thu, 10 Jul 2008)
New Revision: 10299

Modified:
   openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx
Log:
Change 20080710-hqm-5 by hqm at badtzmaru.home on 2008-07-10 15:18:22 EDT
    in /Users/hqm/openlaszlo/trunk4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: remove 'src' attribtute from node tag in schema

New Features:

Bugs Fixed:

Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    
+ There should not be any 'src' attribute for <node> in the schema, it is not
a supported property


Tests:

lztest
smoke



Modified: openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx	2008-07-10 18:02:49 UTC (rev 10298)
+++ openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx	2008-07-10 19:20:14 UTC (rev 10299)
@@ -122,8 +122,6 @@
 <interface name="node" extends="Instance">
   <attribute name="id" type="ID"/>
   <attribute name="$lzc$bind_id" type="expression" />
-  <!-- The path of a file that contains the source for this object. -->
-  <attribute name="src" type="string"/>
   <!-- The name of a variable that will be set to this object when the
        application is started.  If this element is directly within a @e{canvas}
        or @e{library} element, the global variable and the canvas



More information about the Laszlo-checkins mailing list