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

hqm@openlaszlo.org hqm at openlaszlo.org
Wed Jun 11 13:45:56 PDT 2008


Author: hqm
Date: 2008-06-11 13:45:55 -0700 (Wed, 11 Jun 2008)
New Revision: 9594

Modified:
   openlaszlo/trunk/lps/admin/solo-deploy.jsp
Log:
Change 20080611-hqm-7 by hqm at badtzmaru.home on 2008-06-11 16:45:17 EDT
    in /Users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: generate swf7 binary for solo 

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:
    
generate a swf7 binary, just in case someone still needs it


Tests:



Modified: openlaszlo/trunk/lps/admin/solo-deploy.jsp
===================================================================
--- openlaszlo/trunk/lps/admin/solo-deploy.jsp	2008-06-11 20:17:24 UTC (rev 9593)
+++ openlaszlo/trunk/lps/admin/solo-deploy.jsp	2008-06-11 20:45:55 UTC (rev 9594)
@@ -161,7 +161,7 @@
         in.close();
 
         // load a copy of the swf 7 version
-        in = new BufferedReader(new InputStreamReader(swf8Url.openStream()));
+        in = new BufferedReader(new InputStreamReader(swf7Url.openStream()));
         while ((str = in.readLine()) != null) 
         {
         }



More information about the Laszlo-checkins mailing list