From: <ap...@vh...> - 2005-09-22 16:33:37
|
Author: apevec Date: 2005-09-22 18:24:04 +0200 (Thu, 22 Sep 2005) New Revision: 910 Modified: trunk/tools/misc/build-all.sh Log: remove site specific bundle from the default list of bundles Modified: trunk/tools/misc/build-all.sh =================================================================== --- trunk/tools/misc/build-all.sh 2005-09-22 15:37:12 UTC (rev 909) +++ trunk/tools/misc/build-all.sh 2005-09-22 16:24:04 UTC (rev 910) @@ -3,7 +3,7 @@ # Build everything! [ -z "$BUNDLEDIR" ] && BUNDLEDIR="ccm-ldn-aplaws/ccm-ldn-aplaws" -[ -z "$BUNDLES" ] && BUNDLES="standard complete demo devel camden" +[ -z "$BUNDLES" ] && BUNDLES="standard complete demo devel" set -e #set -v |