[Laszlo-checkins] r12434 - openlaszlo/trunk/lps/admin

hqm@openlaszlo.org hqm at openlaszlo.org
Mon Jan 12 12:39:59 PST 2009


Author: hqm
Date: 2009-01-12 12:39:57 -0800 (Mon, 12 Jan 2009)
New Revision: 12434

Modified:
   openlaszlo/trunk/lps/admin/build.xml
Log:
Change 20090112-hqm-a by hqm at badtzmaru.home on 2009-01-12 15:38:02 EST
    in /Users/hqm/openlaszlo/trunk5/lps/admin
    for http://svn.openlaszlo.org/openlaszlo/trunk/lps/admin

Summary:  fix build.xml for dev-console in lps/admin

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:
    
+ compiler output file is now named dev-console.swf8.swf, fix the line in
build.xml that looks for it


Tests:



Modified: openlaszlo/trunk/lps/admin/build.xml
===================================================================
--- openlaszlo/trunk/lps/admin/build.xml	2009-01-12 20:38:55 UTC (rev 12433)
+++ openlaszlo/trunk/lps/admin/build.xml	2009-01-12 20:39:57 UTC (rev 12434)
@@ -3,7 +3,7 @@
 <!ENTITY build_opt SYSTEM "file:../../build-tools/build-opt.xml">
 ]>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2009 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
 
@@ -19,7 +19,7 @@
         <arg value="--runtime=dhtml" />
         <arg value="dev-console.lzx" />
       </exec>
-      <move file="dev-console.lzr=swf8.swf" tofile="dev-console.lzx.swf" overwrite="yes"/>
+      <move file="dev-console.swf8.swf" tofile="dev-console.lzx.swf" overwrite="yes"/>
       <concat destfile="dev-console.lzx.js" force="yes">
         <filelist dir="."  files="../includes/lfc/LFCdhtml.js,dev-console.js"/>
       </concat>



More information about the Laszlo-checkins mailing list