awips2/rpms/build/x86_64/buildEnvironment.sh
Brad Gonzales f149cab30e Issue #3024 Removed edex feature build.xml files. Removed bkowal from the buildEnvironment.sh script.
Change-Id: Ic1ee22e604a68c2c475cb002901413c55bda6bd1

Former-commit-id: 9c6f68a56f [formerly 5957c45cea] [formerly fdfac581d6] [formerly 9c6f68a56f [formerly 5957c45cea] [formerly fdfac581d6] [formerly 1fcffc5db8 [formerly fdfac581d6 [formerly fdf7e47c2ddcfe4154ee117a0b5a722cd420df20]]]]
Former-commit-id: 1fcffc5db8
Former-commit-id: 26b95f945e [formerly c11506a0c9] [formerly 86a837c9ba02a232e781433a5fdcf46bfeb6af6d [formerly 679a623d87]]
Former-commit-id: 6e902fcd67eea53404b5aed28b2891e7daea7551 [formerly da2d3c0fe9]
Former-commit-id: 4e5664e0a2
2014-04-22 15:39:08 -05:00

11 lines
376 B
Bash

#!/bin/bash
# User-configurable environment parameters that are used during the build.
export AWIPSII_VERSION="11.9.0"
export AWIPSII_RELEASE="20120223"
export AWIPSII_TOP_DIR="/tmp/${USER}/rpmbuild"
export WORKSPACE="/tmp/${USER}/baseline"
export UFRAME_ECLIPSE="/opt/uframe-eclipse"
export AWIPSCM_SHARE="/awipscm"
export AWIPSII_BUILD_ROOT="/tmp/${USER}/awips-component"