Author: ptw
Date: 2007-09-07 14:48:01 -0700 (Fri, 07 Sep 2007)
New Revision: 6404

Modified:
   openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/debugger/LzBacktrace.lzs
   openlaszlo/branches/wafflecone/lps/components/utils/library.lzx
   openlaszlo/branches/wafflecone/lps/components/utils/replicator/library.lzx
Log:
Change 20070907-ptw-v by [EMAIL PROTECTED] on 2007-09-07 16:54:14 EDT
    in /Users/ptw/OpenLaszlo/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Include replicator in components so doc gets built

Technical Reviewer: ben (pending)
QA Reviewer: jsundman (pending)

Details:
    utils/library did not get updated to list replicators

    utils/replicator/library needs to list a topic and subtopic

    Also suppress a warning in LzBacktrace

Tests:
    ant doc



Modified: 
openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/debugger/LzBacktrace.lzs
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/debugger/LzBacktrace.lzs     
2007-09-07 21:46:45 UTC (rev 6403)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/debugger/LzBacktrace.lzs     
2007-09-07 21:48:01 UTC (rev 6404)
@@ -122,7 +122,7 @@
     // Reuse stack frames so they are unique
     if ((! fr.hasOwnProperty('__LzStackFrame')) ||
         // Bad modularity
-        (fr.lineno != fr.__LzStackFrame.__lineno)) {
+        (fr['lineno'] != fr.__LzStackFrame.__lineno)) {
       fr.__LzStackFrame = new __LzStackFrame(fr);
     }
     this[i] = fr.__LzStackFrame;

Modified: openlaszlo/branches/wafflecone/lps/components/utils/library.lzx
===================================================================
--- openlaszlo/branches/wafflecone/lps/components/utils/library.lzx     
2007-09-07 21:46:45 UTC (rev 6403)
+++ openlaszlo/branches/wafflecone/lps/components/utils/library.lzx     
2007-09-07 21:48:01 UTC (rev 6404)
@@ -1,6 +1,7 @@
 <library>
   <include href="layouts/library.lzx"/>
   <include href="states/library.lzx"/>
+  <include href="replicator/library.lzx"/>
 </library>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
 * Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *

Modified: 
openlaszlo/branches/wafflecone/lps/components/utils/replicator/library.lzx
===================================================================
--- openlaszlo/branches/wafflecone/lps/components/utils/replicator/library.lzx  
2007-09-07 21:46:45 UTC (rev 6403)
+++ openlaszlo/branches/wafflecone/lps/components/utils/replicator/library.lzx  
2007-09-07 21:48:01 UTC (rev 6404)
@@ -1,4 +1,8 @@
-<!-- Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved. -->
+<!-- Copyright 2007 Laszlo Systems, Inc.  All Rights Reserved. -->
+<!---
+      @topic Components
+      @subtopic Replicators
+  -->
 <library>
     <include href="replicator.lzx"/>
     <include href="lazyreplicator.lzx"/>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to