[Laszlo-checkins] r13879 - in openlaszlo/trunk: WEB-INF/lps/server/src/org/openlaszlo/utils lps/admin

hqm@openlaszlo.org hqm at openlaszlo.org
Wed May 13 13:24:39 PDT 2009


Author: hqm
Date: 2009-05-13 13:24:36 -0700 (Wed, 13 May 2009)
New Revision: 13879

Modified:
   openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/utils/DeploySOLODHTML.java
   openlaszlo/trunk/lps/admin/solo-dhtml-deploy.jsp
Log:
Change 20090513-hqm-j by hqm at badtzmaru.home on 2009-05-13 15:22:15 EDT
    in /Users/hqm/openlaszlo/trunk4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: add includes for DHTML SOLO deploy

New Features:

Bugs Fixed: LPP-8185

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

Documentation:

Release Notes:

Details:
    
+ added lps/includes/excanvas.js, and laszlo-debugger.css, laszlo-debugger.html to archive 


Tests:

run lzdeploy --runtime=dhtml calendar.lzx, examine .zip file that it produces

run deployer jsp script, examine .zip file that it produces



Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/utils/DeploySOLODHTML.java
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/utils/DeploySOLODHTML.java	2009-05-13 20:09:38 UTC (rev 13878)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/utils/DeploySOLODHTML.java	2009-05-13 20:24:36 UTC (rev 13879)
@@ -242,6 +242,9 @@
         filenames.add("lps/includes/embed-compressed.js");
         filenames.add("lps/includes/blank.gif");
         filenames.add("lps/includes/spinner.gif");
+        filenames.add("lps/includes/excanvas.js");
+        filenames.add("lps/includes/laszlo-debugger.css");
+        filenames.add("lps/includes/laszlo-debugger.html");
 
 
         ArrayList appfiles = new ArrayList();

Modified: openlaszlo/trunk/lps/admin/solo-dhtml-deploy.jsp
===================================================================
--- openlaszlo/trunk/lps/admin/solo-dhtml-deploy.jsp	2009-05-13 20:09:38 UTC (rev 13878)
+++ openlaszlo/trunk/lps/admin/solo-dhtml-deploy.jsp	2009-05-13 20:24:36 UTC (rev 13879)
@@ -379,8 +379,10 @@
      filenames.add("lps/includes/embed-compressed.js");
      filenames.add("lps/includes/blank.gif");
      filenames.add("lps/includes/spinner.gif");
+     filenames.add("lps/includes/excanvas.js");	
+     filenames.add("lps/includes/laszlo-debugger.css");
+     filenames.add("lps/includes/laszlo-debugger.html");
 
-
      ArrayList appfiles = new ArrayList();
      listFiles(appfiles, appdir);
 



More information about the Laszlo-checkins mailing list