Skip to content
Snippets Groups Projects
Commit 3a43f63a authored by david_williams's avatar david_williams
Browse files

cleanup and fixes

parent dab82c89
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@
# be included in other sh files, with "source" command, not
# executed on its own.
# Some things _have_ to go in this file, instead of being an ant property,
# since they may be used outside the contect of ant (or, before ant get's started).
# as one example, anything used directly in the cc_config.xml file has to be
# provided as environment variable, since it can not import ant property files
# like most ant project files can.
export BUILD_HOME=/shared/webtools
......@@ -55,11 +60,14 @@ export USE_QUIET=false
# setting to true will result in TONS of ouput
export USE_DEBUG=false
# should be true for production, false for local
# should be true for production, false for local.
# it can be set to true for local builds, but then the
# properties in upload.properties need to be set to valid values.
export BUILD_UPLOAD=true
# if true, locally existing maps will be used as is, instead of being
# checked out afresh.
# checked out afresh. Set to false for production builds, so maps are
# always fresh.
export USE_LOCAL_MAPS=false
# normally, cvs logging output can be "really quiet", but if problems, then it can be turned back on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment