Author: lou
Date: 2008-01-09 11:19:48 -0800 (Wed, 09 Jan 2008)
New Revision: 7788

Modified:
   openlaszlo/trunk/docs/src/build.xml
Log:
Change 20080109-lou-G by [EMAIL PROTECTED] on 2008-01-09 15:13:52 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix problem where the tutorials were not loading glyphs

New Features:

Bugs Fixed: LPP-5216

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

Details:
because the tutorials are one directory level down from the dguide, the glyphs 
for
conditionals such as DHTML, warning, etc. were not found.

Modify build.xml to copy the glyphs directory (/includes) to the dguide where 
the
tutorials can find them.

Tests: verify visually



Modified: openlaszlo/trunk/docs/src/build.xml
===================================================================
--- openlaszlo/trunk/docs/src/build.xml 2008-01-09 19:18:21 UTC (rev 7787)
+++ openlaszlo/trunk/docs/src/build.xml 2008-01-09 19:19:48 UTC (rev 7788)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
  
@@ -329,6 +329,11 @@
     <copy todir="${local.output.dir}/resources" failonerror="false">
       <fileset dir="${local.build.dir}/resources"/>
     </copy>
+       
+    <mkdir dir="${developers.output.dir}/includes"/>
+    <copy todir="${developers.output.dir}/includes" failonerror="false">
+      <fileset dir="${docs.output.dir}/includes"/>
+    </copy>
 
     <copy todir="${local.output.dir}">
       <fileset dir="${local.input.dir}" excludes="*.html,*.dbk,schemas.xml"/>


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

Reply via email to