[go: nahoru, domu]

Skip to content

Commit

Permalink
http: Move proto file to test's package
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmiceli-g committed Jun 10, 2013
1 parent 3ea77ed commit b638561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-http-client-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<mkdir dir="target/generated-test-sources" />
<exec failonerror="true" executable="protoc">
<arg value="--java_out=target/generated-test-sources" />
<arg value="src/test/protobuf/simple_proto.proto" />
<arg value="src/test/java/com/google/api/client/protobuf/simple_proto.proto" />
</exec>
</target>
</configuration>
Expand Down

0 comments on commit b638561

Please sign in to comment.