diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 14:08:06 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 14:08:06 +0000 |
commit | aeadc1f9129274949daaa57738c7c4550bdfbc7b (patch) | |
tree | 08dadf5ef7474fc41d1d48f74648f1ba8b55f34d /start-mac-derby.sh | |
download | sonarqube-aeadc1f9129274949daaa57738c7c4550bdfbc7b.tar.gz sonarqube-aeadc1f9129274949daaa57738c7c4550bdfbc7b.zip |
SONAR-236 remove deprecated code from checkstyle plugin + display default value of rule parameters in Q profile console
Diffstat (limited to 'start-mac-derby.sh')
-rwxr-xr-x | start-mac-derby.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/start-mac-derby.sh b/start-mac-derby.sh new file mode 100755 index 00000000000..5ed4ecb42ac --- /dev/null +++ b/start-mac-derby.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# +# NOTE: sonar must be built +# +cd sonar-application/target/ +unzip sonar-*.zip +cd sonar-* +bin/macosx-universal-64/sonar.sh console + |