Changeset 408 for Dev/branches/rest-dojo-ui/build/build.sh
- Timestamp:
- 09/05/12 15:50:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/build/build.sh
r407 r408 1 1 #!/bin/bash 2 3 PROFILE=$1 4 if [ -z "$PROFILE" ]; then 5 echo "Usage: $0 <profile.js>" 6 exit 1 7 fi 2 8 3 9 TIME0=$SECONDS … … 11 17 12 18 echo "Start Dojo build process." 13 "$SRCDIR/util/buildscripts/build.sh" --profile rft.profile.js19 "$SRCDIR/util/buildscripts/build.sh" --profile "$PROFILE" 14 20 15 21 echo "Copying application top level resources."
Note: See TracChangeset
for help on using the changeset viewer.