diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-29 17:17:46 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-30 11:43:17 +0200 |
commit | 8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16 (patch) | |
tree | 886bed32fa822271780b9a40b430fe637b34c88e /compile_protobuf.sh | |
parent | 314af7bed8b61cf179a1896c810967c6f5257a6a (diff) | |
download | sonarqube-8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16.tar.gz sonarqube-8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16.zip |
Move protobuf specs of WS into new module sonar-ws
Diffstat (limited to 'compile_protobuf.sh')
-rwxr-xr-x | compile_protobuf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_protobuf.sh b/compile_protobuf.sh index 8624c23061a..38429335487 100755 --- a/compile_protobuf.sh +++ b/compile_protobuf.sh @@ -20,7 +20,7 @@ function compile_protobuf { compile_protobuf "sonar-batch-protocol" "main" compile_protobuf "sonar-core" "test" compile_protobuf "sonar-db" "main" -compile_protobuf "server/sonar-server" "main" +compile_protobuf "sonar-ws" "main" |