aboutsummaryrefslogtreecommitdiffstats
path: root/compile_protobuf.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-29 17:17:46 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-30 11:43:17 +0200
commit8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16 (patch)
tree886bed32fa822271780b9a40b430fe637b34c88e /compile_protobuf.sh
parent314af7bed8b61cf179a1896c810967c6f5257a6a (diff)
downloadsonarqube-8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16.tar.gz
sonarqube-8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16.zip
Move protobuf specs of WS into new module sonar-ws
Diffstat (limited to 'compile_protobuf.sh')
-rwxr-xr-xcompile_protobuf.sh2
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"