]> source.dussan.org Git - sonarqube.git/commit
Move protobuf specs of WS into new module sonar-ws
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 29 Jul 2015 15:17:46 +0000 (17:17 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 30 Jul 2015 09:43:17 +0000 (11:43 +0200)
commit8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16
tree886bed32fa822271780b9a40b430fe637b34c88e
parent314af7bed8b61cf179a1896c810967c6f5257a6a
Move protobuf specs of WS into new module sonar-ws
16 files changed:
compile_protobuf.sh
pom.xml
server/sonar-server/pom.xml
server/sonar-server/src/main/gen-java/org/sonarqube/ws/Common.java [deleted file]
server/sonar-server/src/main/gen-java/org/sonarqube/ws/Issues.java [deleted file]
server/sonar-server/src/main/gen-java/org/sonarqube/ws/Rules.java [deleted file]
server/sonar-server/src/main/protobuf/ws-common.proto [deleted file]
server/sonar-server/src/main/protobuf/ws-issues.proto [deleted file]
server/sonar-server/src/main/protobuf/ws-rules.proto [deleted file]
sonar-ws/pom.xml [new file with mode: 0644]
sonar-ws/src/main/gen-java/org/sonarqube/ws/Common.java [new file with mode: 0644]
sonar-ws/src/main/gen-java/org/sonarqube/ws/Issues.java [new file with mode: 0644]
sonar-ws/src/main/gen-java/org/sonarqube/ws/Rules.java [new file with mode: 0644]
sonar-ws/src/main/protobuf/ws-common.proto [new file with mode: 0644]
sonar-ws/src/main/protobuf/ws-issues.proto [new file with mode: 0644]
sonar-ws/src/main/protobuf/ws-rules.proto [new file with mode: 0644]