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
c28192e1
Commit
c28192e1
authored
Jul 28, 2016
by
Jisi Liu
Committed by
GitHub
Jul 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1873 from pherl/javalite
Fix Javalite Pom
parents
1f71f8bb
ae895a57
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
generate-sources-build.xml
java/lite/generate-sources-build.xml
+2
-1
pom.xml
java/lite/pom.xml
+2
-1
pom.xml
java/pom.xml
+1
-1
No files found.
java/lite/generate-sources-build.xml
View file @
c28192e1
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
<echo
message=
"Running protoc ..."
/>
<echo
message=
"Running protoc ..."
/>
<mkdir
dir=
"${generated.sources.lite.dir}"
/>
<mkdir
dir=
"${generated.sources.lite.dir}"
/>
<exec
executable=
"${protoc}"
>
<exec
executable=
"${protoc}"
>
<arg
value=
"--java
_out=lite:
${generated.sources.lite.dir}"
/>
<arg
value=
"--java
lite_out=
${generated.sources.lite.dir}"
/>
<arg
value=
"--proto_path=${protobuf.source.dir}"
/>
<arg
value=
"--proto_path=${protobuf.source.dir}"
/>
<arg
value=
"--plugin=protoc-gen-javalite=${protoc-gen-javalite}"
/>
<arg
value=
"${protobuf.source.dir}/google/protobuf/any.proto"
/>
<arg
value=
"${protobuf.source.dir}/google/protobuf/any.proto"
/>
<arg
value=
"${protobuf.source.dir}/google/protobuf/api.proto"
/>
<arg
value=
"${protobuf.source.dir}/google/protobuf/api.proto"
/>
<arg
value=
"${protobuf.source.dir}/google/protobuf/descriptor.proto"
/>
<arg
value=
"${protobuf.source.dir}/google/protobuf/descriptor.proto"
/>
...
...
java/lite/pom.xml
View file @
c28192e1
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.google.protobuf
</groupId>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-parent
</artifactId>
<artifactId>
protobuf-parent
</artifactId>
<version>
3.0.0
-beta-3
</version>
<version>
3.0.0
</version>
</parent>
</parent>
<artifactId>
protobuf-lite
</artifactId>
<artifactId>
protobuf-lite
</artifactId>
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
<properties>
<properties>
<core.root>
../core
</core.root>
<core.root>
../core
</core.root>
<test.proto.dir>
${core.root}/src/test/proto
</test.proto.dir>
<test.proto.dir>
${core.root}/src/test/proto
</test.proto.dir>
<protoc-gen-javalite>
${protobuf.source.dir}/protoc-gen-javalite
</protoc-gen-javalite>
</properties>
</properties>
<build>
<build>
...
...
java/pom.xml
View file @
c28192e1
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<groupId>
com.google.protobuf
</groupId>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-parent
</artifactId>
<artifactId>
protobuf-parent
</artifactId>
<version>
3.0.0
-beta-3
</version>
<version>
3.0.0
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
Protocol Buffers [Parent]
</name>
<name>
Protocol Buffers [Parent]
</name>
...
...
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