mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 03:25:33 +00:00
f9b668b05b
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@674837 13f79535-47bb-0310-9956-ffa450edef68
3 lines
132 B
Bash
Executable File
3 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
mkdir -p target/generated-source
|
|
protoc -I=src/main/proto --java_out=src/main/java src/main/proto/openwire.proto |