[Laszlo-checkins] r7737 - openlaszlo/branches/devildog/WEB-INF/lps/config
hqm@openlaszlo.org
hqm at openlaszlo.org
Sat Jan 5 13:26:04 PST 2008
Author: hqm
Date: 2008-01-05 13:26:03 -0800 (Sat, 05 Jan 2008)
New Revision: 7737
Modified:
openlaszlo/branches/devildog/WEB-INF/lps/config/lps.properties
Log:
accidentally checked in modified version
Modified: openlaszlo/branches/devildog/WEB-INF/lps/config/lps.properties
===================================================================
--- openlaszlo/branches/devildog/WEB-INF/lps/config/lps.properties 2008-01-05 21:23:27 UTC (rev 7736)
+++ openlaszlo/branches/devildog/WEB-INF/lps/config/lps.properties 2008-01-05 21:26:03 UTC (rev 7737)
@@ -2,7 +2,7 @@
# LPS properties file for development
#===============================================================================
# * P_LZ_COPYRIGHT_BEGIN ******************************************************
-# * Copyright 2001-2004 Laszlo Systems, Inc. All Rights Reserved. *
+# * Copyright 2001-2004, 2008 Laszlo Systems, Inc. All Rights Reserved. *
# * Use is subject to license terms. *
# * P_LZ_COPYRIGHT_END ********************************************************
@@ -162,9 +162,9 @@
# Warn on global assignments (off by default)
#compiler.warn.globalassignments=true
# Where the SWF9 external library compiler lives (relative to HOME, or absolute)
-compiler.swf9.lib.builder=c:/flex2/bin/compc.exe
+compiler.swf9.lib.builder=../../flex2/bin/compc
# Where the SWF9 external application compiler lives (relative to HOME, or absolute)
-compiler.swf9.app.builder=c:/flex2/bin/mxmlc.exe
+compiler.swf9.app.builder=../../flex2/bin/mxmlc
# Tell extern compiler to issue warnings.
compiler.swf9.warnings=false
More information about the Laszlo-checkins
mailing list