Author: hqm
Date: 2008-01-16 14:02:47 -0800 (Wed, 16 Jan 2008)
New Revision: 7842

Modified:
   
openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/server/LPS.java
Log:
pathname of swf9 lfc lib is LFC9.swc, not LFC9.lzl

Modified: 
openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/server/LPS.java
===================================================================
--- 
openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/server/LPS.java
  2008-01-16 20:58:33 UTC (rev 7841)
+++ 
openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/server/LPS.java
  2008-01-16 22:02:47 UTC (rev 7842)
@@ -3,7 +3,7 @@
  * 
****************************************************************************/
 
 /* J_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.                                            *
 * J_LZ_COPYRIGHT_END *********************************************************/
 
@@ -215,7 +215,10 @@
           runtime = getRuntimeDefault();
       }
 
-      if (runtime.indexOf("swf") == 0) {
+      if (runtime.equals("swf9")) {
+          runtime = "9";
+          extension = "swc";
+      } else if (runtime.indexOf("swf") == 0) {
         runtime = runtime.substring("swf".length());
         extension = "lzl";
       }


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

Reply via email to