-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
60 lines (49 loc) · 1.74 KB
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
#LPS things
#
LPS_NAME = OpenLaszlo
build.java.version = 1.4
build.min.java.version = 1.4.2
# build.docs.error.fail = true
# Whether to run the omnibus tests
megatest.do = true
# Runtimes to build for
# build.lfc.runtime.swf6 = true
# build.lfc.runtime.swf7 = true
build.lfc.runtime.swf8 = true
#build.lfc.runtime.swf9 = true
build.lfc.runtime.swf10 = true
build.lfc.runtime.dhtml = true
# LFC variants to build
build.lfc.runtime.plain = true
build.lfc.runtime.debug = true
build.lfc.runtime.backtrace = true
build.lfc.runtime.profile = true
lps.jar = lps-${version.id}.jar
lps_noship.jar = lps-${version.id}_noship.jar
# Comment out this line to enable the doc build
# With this line present, we will skip the doc build
# skip.doc = true
# Tomcat stuff
tom.url = http://localhost:8080/manager
tom.username = admin
tom.password = laszlo
# Copyrights
LZ_SRC_COPYRIGHT = Copyright (c) 2001-2010 Laszlo Systems, Inc. \
All Rights Reserved. Use is subject to license terms.
LZ_HTML_COPYRIGHT = © Copyright 2001-2007 <a target="_blank" \
href="http://www.laszlosystems.com/">Laszlo Systems, Inc.</a> \
All rights reserved. Use is subject to license terms.
# The following is carefully formatted to match a line that is 78 cols
# like :
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
LZ_LZX_COPYRIGHT = \ -->\r\n\
<!-- Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. --> \r\n\
<!-- Use is subject to license terms. -->\r\n\
<!--
LZ_LZX_VERSION = \ -->\r\n\
<!-- Laszlo Presentation Server version ${version.id} ${build.id} --> \r\n\
<!--