Skip to content

Commit

Permalink
chore: make the generated com/philips/emil/protobufEcho directory con…
Browse files Browse the repository at this point in the history
…sistent in case
  • Loading branch information
richardapeters committed Nov 7, 2023
1 parent cf204ee commit 76b2fb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion external/protoc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function(protocol_buffer_csharp target input)
endfunction()

function(protocol_buffer_java target input)
protocol_buffer_generator(TARGET ${target} INPUT ${input} GENERATOR java PATH_INFIX "/com/philips/emil/ProtobufEcho/" GENERATED_POSTFIXES Proto.java)
protocol_buffer_generator(TARGET ${target} INPUT ${input} GENERATOR java PATH_INFIX "/com/philips/emil/protobufEcho/" GENERATED_POSTFIXES Proto.java)
endfunction()

function(protocol_buffer_all target input)
Expand Down
2 changes: 1 addition & 1 deletion protobuf/echo_attributes/EchoAttributes.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

option java_package = "com.philips.emil.ProtobufEcho";
option java_package = "com.philips.emil.protobufEcho";
option java_outer_classname = "EchoAttributesProto";

import "google/protobuf/descriptor.proto";
Expand Down
2 changes: 1 addition & 1 deletion services/network/Gap.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";

package gap;
option java_package = "com.philips.emil.ProtobufEcho";
option java_package = "com.philips.emil.protobufEcho";
option java_outer_classname = "GapProto";

message IoCapabilities
Expand Down
2 changes: 1 addition & 1 deletion services/network/Network.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";
import "EchoAttributes.proto";

package network;
option java_package = "com.philips.emil.ProtobufEcho";
option java_package = "com.philips.emil.protobufEcho";
option java_outer_classname = "NetworkProto";

message IpConfig
Expand Down

0 comments on commit 76b2fb5

Please sign in to comment.