Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
ab74fd1c
Commit
ab74fd1c
authored
Feb 02, 2015
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add package for map test for nano.
parent
03b1416f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
pom.xml
javanano/pom.xml
+4
-0
map_test.proto
...ano/src/test/java/com/google/protobuf/nano/map_test.proto
+4
-1
No files found.
javanano/pom.xml
View file @
ab74fd1c
...
@@ -94,6 +94,10 @@
...
@@ -94,6 +94,10 @@
<arg
value=
"src/test/java/com/google/protobuf/nano/unittest_multiple_nameclash_nano.proto"
/>
<arg
value=
"src/test/java/com/google/protobuf/nano/unittest_multiple_nameclash_nano.proto"
/>
<arg
value=
"src/test/java/com/google/protobuf/nano/unittest_enum_class_nano.proto"
/>
<arg
value=
"src/test/java/com/google/protobuf/nano/unittest_enum_class_nano.proto"
/>
<arg
value=
"src/test/java/com/google/protobuf/nano/unittest_repeated_merge_nano.proto"
/>
<arg
value=
"src/test/java/com/google/protobuf/nano/unittest_repeated_merge_nano.proto"
/>
</exec>
<exec
executable=
"../src/protoc"
>
<arg
value=
"--javanano_out=generate_equals=true:target/generated-test-sources"
/>
<arg
value=
"--proto_path=src/test/java/com"
/>
<arg
value=
"src/test/java/com/google/protobuf/nano/map_test.proto"
/>
<arg
value=
"src/test/java/com/google/protobuf/nano/map_test.proto"
/>
</exec>
</exec>
<exec
executable=
"../src/protoc"
>
<exec
executable=
"../src/protoc"
>
...
...
javanano/src/test/java/com/google/protobuf/nano/map_test.proto
View file @
ab74fd1c
...
@@ -32,7 +32,10 @@ syntax = "proto3";
...
@@ -32,7 +32,10 @@ syntax = "proto3";
package
map_test
;
package
map_test
;
mesasge
TestMap
{
option
java_package
=
"com.google.protobuf.nano"
;
option
java_outer_classname
=
"MapTestProto"
;
message
TestMap
{
message
MessageValue
{
message
MessageValue
{
int32
value
=
1
;
int32
value
=
1
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment