[Laszlo-checkins] r3681 - openlaszlo/branches/legals

hqm@openlaszlo.org hqm at openlaszlo.org
Tue Feb 6 19:31:54 PST 2007


Author: hqm
Date: 2007-02-06 19:31:50 -0800 (Tue, 06 Feb 2007)
New Revision: 3681

Modified:
   openlaszlo/branches/legals/build.xml
Log:
Change 20070206-hqm-6 by hqm at IBM-112E6A12815 on 2007-02-06 14:42:51 EST
    in /cygdrive/c/users/hqm/openlaszlo/legals5

Summary: clean up lztest directories, fix for lzenv cygwin script

New Features:

Bugs Fixed: LPP-3516

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

Documentation:

Release Notes:

Details:
    
+ remove generated files from tmp/* and test/lztest/*.js
+ fix for arg ordering in lzenv for Cygwin

Tests:

create files in tmp and test/lztest/foo.js and see that they get removed

Modified: openlaszlo/branches/legals/build.xml
===================================================================
--- openlaszlo/branches/legals/build.xml	2007-02-07 02:39:30 UTC (rev 3680)
+++ openlaszlo/branches/legals/build.xml	2007-02-07 03:31:50 UTC (rev 3681)
@@ -389,6 +389,9 @@
     <delete failonerror="false">
        <fileset dir=".">
           <include name="**/._temp_.*,**/._tmp_.*" />
+          <include name="tmp/*" />
+          <include name="test/lztest/*.js" />
+          <include name="test/lztest/*.lzx.swf" />
        </fileset>
     </delete>
   </target>



More information about the Laszlo-checkins mailing list