| 1 |
# |
| 2 |
#LPS things |
| 3 |
# |
| 4 |
LPS_NAME = OpenLaszlo |
| 5 |
version.id = 3.1 |
| 6 |
version.id.upper = 3.1 |
| 7 |
release = Release |
| 8 |
release.id = 3.1 |
| 9 |
|
| 10 |
build.java.version = 1.4 |
| 11 |
build.min.java.version = 1.4.2 |
| 12 |
build.docs.error.fail = true |
| 13 |
|
| 14 |
# Runtimes to build for |
| 15 |
# build.lfc.runtime.swf5 = true |
| 16 |
build.lfc.runtime.swf6 = true |
| 17 |
build.lfc.runtime.swf7 = true |
| 18 |
build.lfc.runtime.swf8 = true |
| 19 |
|
| 20 |
# LFC variants to build |
| 21 |
build.lfc.runtime.debug = true |
| 22 |
build.lfc.runtime.krank = true |
| 23 |
# build.lfc.runtime.profile = true |
| 24 |
|
| 25 |
lps.jar = lps-${version.id}.jar |
| 26 |
lps_noship.jar = lps-${version.id}_noship.jar |
| 27 |
|
| 28 |
# Tomcat stuff |
| 29 |
tom.url = http://localhost:8080/manager |
| 30 |
tom.username = admin |
| 31 |
tom.password = laszlo |
| 32 |
|
| 33 |
# Copyrights |
| 34 |
LZ_SRC_COPYRIGHT = Copyright (c) 2001-2005 Laszlo Systems, Inc. \ |
| 35 |
All Rights Reserved. Use is subject to license terms. |
| 36 |
|
| 37 |
LZ_HTML_COPYRIGHT = © Copyright 2001-2005 <a target="_blank" \ |
| 38 |
href="http://www.laszlosystems.com/">Laszlo Systems, Inc.</a> \ |
| 39 |
All rights reserved. Use is subject to license terms. |
| 40 |
|
| 41 |
# The following is carefully formatted to match a line that is 78 cols |
| 42 |
# like : |
| 43 |
<!-- * X_LZ_COPYRIGHT_BEGIN *************************************************** |
| 44 |
* Copyright 2001-2005 Laszlo Systems, Inc. All Rights Reserved. * |
| 45 |
* Use is subject to license terms. * |
| 46 |
* X_LZ_COPYRIGHT_END ****************************************************** --> |
| 47 |
LZ_LZX_COPYRIGHT = \ -->\r\n\ |
| 48 |
<!-- Copyright 2001-2005 Laszlo Systems, Inc. All Rights Reserved. --> \r\n\ |
| 49 |
<!-- Use is subject to license terms. -->\r\n\ |
| 50 |
<!-- |
| 51 |
LZ_LZX_VERSION = \ -->\r\n\ |
| 52 |
<!-- Laszlo Presentation Server version ${version.id} ${build.id} --> \r\n\ |
| 53 |
<!-- |