approved! On 2007-09-10, at 16:47 EDT, Benjamin Shine wrote:
Change 20070910-ben-P by [EMAIL PROTECTED] 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 (pending) 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 Files: M build.xmlChangeset: http://svn.openlaszlo.org/openlaszlo/patches/20070910- ben-P.tar
