[Laszlo-checkins] r6424 - openlaszlo/branches/wafflecone

ben@openlaszlo.org ben at openlaszlo.org
Mon Sep 10 14:15:30 PDT 2007


Author: ben
Date: 2007-09-10 14:15:24 -0700 (Mon, 10 Sep 2007)
New Revision: 6424

Modified:
   openlaszlo/branches/wafflecone/build.xml
Log:
Change 20070910-ben-P by ben at slim.local on 2007-09-10 13:34:12 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Make sure component-browser doc example goes into the distros

New Features:

Bugs Fixed: LPP-4423  Class hierarchy document is not found
LPP-4663 Class hierarchy doc not found in binary dist

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

Documentation:
The directory containing the component-browser example needs
to be explicitly included when creating the docs directory. 
To accomplish this, we add the docs/component-browser directory
to the patternset of the files to include when we build the
docs part of the distro. 

Release Notes:

Details:
    
The entire change is just this: 
Index: /Users/ben/src/svn/openlaszlo/branches/wafflecone/build.xml
===================================================================
--- /Users/ben/src/svn/openlaszlo/branches/wafflecone/build.xml	(revision 6422)
+++ /Users/ben/src/svn/openlaszlo/branches/wafflecone/build.xml	(working copy)
@@ -160,6 +160,7 @@
       <include name="developers/**" />
       <include name="deployers/**" />
       <include name="component-design/**" />
+      <include name="component-browser/**" />      
       <include name="reference/**" />
       <include name="contributors/**" />
       <include name="contribref/**" />


Tests:
Let the build process build installers. Run the installers
on mac and windows. In each built installer, go to 
Laszlo Explorer -- Explorer -> Components -> Class Hierarchy 



Modified: openlaszlo/branches/wafflecone/build.xml
===================================================================
--- openlaszlo/branches/wafflecone/build.xml	2007-09-10 20:47:11 UTC (rev 6423)
+++ openlaszlo/branches/wafflecone/build.xml	2007-09-10 21:15:24 UTC (rev 6424)
@@ -160,6 +160,7 @@
       <include name="developers/**" />
       <include name="deployers/**" />
       <include name="component-design/**" />
+      <include name="component-browser/**" />      
       <include name="reference/**" />
       <include name="contributors/**" />
       <include name="contribref/**" />



More information about the Laszlo-checkins mailing list