Skip to content

Commit d853a81

Browse files
committed
Esmart version
1 parent 40e1dac commit d853a81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

java/lite/generate-sources-build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<arg value="--proto_path=${protobuf.source.dir}"/>
77
<arg value="${protobuf.source.dir}/google/protobuf/any.proto"/>
88
<arg value="${protobuf.source.dir}/google/protobuf/api.proto"/>
9+
<arg value="${protobuf.source.dir}/google/protobuf/descriptor.proto"/>
910
<arg value="${protobuf.source.dir}/google/protobuf/duration.proto"/>
1011
<arg value="${protobuf.source.dir}/google/protobuf/empty.proto"/>
1112
<arg value="${protobuf.source.dir}/google/protobuf/field_mask.proto"/>

java/lite/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<includes>
4848
<include>google/protobuf/any.proto</include>
4949
<include>google/protobuf/api.proto</include>
50+
<include>google/protobuf/descriptor.proto</include>
5051
<include>google/protobuf/duration.proto</include>
5152
<include>google/protobuf/empty.proto</include>
5253
<include>google/protobuf/field_mask.proto</include>

0 commit comments

Comments
 (0)