summaryrefslogtreecommitdiff
path: root/build_protobufs.sh
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-27 21:50:01 +0200
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-27 21:50:01 +0200
commitcb5e96d0106ed968640c11f7a0162d7ce25d4eaf (patch)
tree9c1412ce74d9077e97e086a15f9906962a57c9f2 /build_protobufs.sh
parent34f9215702bbadcd4dcd4a3be8eb8fe7f326ac27 (diff)
Test classes for sending protocol buffers.
Diffstat (limited to 'build_protobufs.sh')
-rwxr-xr-xbuild_protobufs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_protobufs.sh b/build_protobufs.sh
new file mode 100755
index 0000000..59136c6
--- /dev/null
+++ b/build_protobufs.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+find src/main/java -name '*.proto' -exec \
+ protoc {} --java_out=src/main/java \;