Skip to content

Commit 69172d2

Browse files
amygdalaJerjou Cheng
authored and
Jerjou Cheng
committed
cleanup: pom file edits, remove unnecessary exports
Change-Id: Ifc5237822f654561ab65f9cc7409278971ef7e2c
1 parent ff25b07 commit 69172d2

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<module>managed_vms/twilio</module>
7070
<module>monitoring/v2</module>
7171
<module>monitoring/v3</module>
72+
<module>speech/grpc</module>
7273
<module>storage/json-api</module>
7374
<module>storage/storage-transfer</module>
7475
<module>storage/xml-api/cmdline-sample</module>

speech/grpc/bin/speech-sample-nonstreaming.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
export SRC_DIR=$(cd "$(dirname "$0")/.."; pwd)
16+
SRC_DIR=$(cd "$(dirname "$0")/.."; pwd)
1717
java -cp ${SRC_DIR}/target/grpc-sample-1.0-jar-with-dependencies.jar \
1818
com.google.cloud.speech.grpc.demos.NonStreamingRecognizeClient "$@"

speech/grpc/bin/speech-sample-streaming.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
export SRC_DIR=$(cd "$(dirname "$0")/.."; pwd)
16+
SRC_DIR=$(cd "$(dirname "$0")/.."; pwd)
1717
java -cp ${SRC_DIR}/target/grpc-sample-1.0-jar-with-dependencies.jar \
1818
com.google.cloud.speech.grpc.demos.RecognizeClient "$@"

speech/grpc/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,6 @@
2525
<url>http://www.google.com</url>
2626
</organization>
2727

28-
<developers>
29-
<developer>
30-
<id>ejonte@google.com</id>
31-
<name>Erik Jonte</name>
32-
<email>ejonte@google.com</email>
33-
<url>http://www.google.com</url>
34-
<organization>Google</organization>
35-
<organizationUrl>http://www.google.com</organizationUrl>
36-
<roles>
37-
<role>developer</role>
38-
</roles>
39-
<timezone>-8</timezone>
40-
</developer>
41-
</developers>
42-
4328
<properties>
4429
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4530
</properties>

0 commit comments

Comments
 (0)