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
35ef6805
Commit
35ef6805
authored
Dec 03, 2014
by
Feng Xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a missing Java dist file.
parent
58dfce93
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile.am
Makefile.am
+1
-0
post_process_dist.sh
post_process_dist.sh
+4
-3
No files found.
Makefile.am
View file @
35ef6805
...
@@ -135,6 +135,7 @@ java_EXTRA_DIST= \
...
@@ -135,6 +135,7 @@ java_EXTRA_DIST= \
java/src/test/java/com/google/protobuf/field_presence_test.proto
\
java/src/test/java/com/google/protobuf/field_presence_test.proto
\
java/src/test/java/com/google/protobuf/lazy_fields_lite.proto
\
java/src/test/java/com/google/protobuf/lazy_fields_lite.proto
\
java/src/test/java/com/google/protobuf/lite_equals_and_hash.proto
\
java/src/test/java/com/google/protobuf/lite_equals_and_hash.proto
\
java/src/test/java/com/google/protobuf/map_for_proto2_lite_test.proto
\
java/src/test/java/com/google/protobuf/map_for_proto2_test.proto
\
java/src/test/java/com/google/protobuf/map_for_proto2_test.proto
\
java/src/test/java/com/google/protobuf/map_test.proto
\
java/src/test/java/com/google/protobuf/map_test.proto
\
java/src/test/java/com/google/protobuf/multiple_files_test.proto
\
java/src/test/java/com/google/protobuf/multiple_files_test.proto
\
...
...
post_process_dist.sh
View file @
35ef6805
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
# non-testdata .txt files are converted to Windows-style line endings.
# non-testdata .txt files are converted to Windows-style line endings.
# 5) Cleans up after itself.
# 5) Cleans up after itself.
if
[
"
$1
"
==
""
]
;
then
if
[
"
$1
"
==
""
-o
"
$2
"
==
""
]
;
then
echo
"USAGE:
$
1
DISTFIL
E"
>
&2
echo
"USAGE:
$
0
DISTFILE LANGUAG
E"
>
&2
exit
1
exit
1
fi
fi
...
@@ -28,6 +28,7 @@ fi
...
@@ -28,6 +28,7 @@ fi
set
-ex
set
-ex
BASENAME
=
`
basename
$1
.tar.gz
`
BASENAME
=
`
basename
$1
.tar.gz
`
LANGUAGE
=
$2
# Create a directory called "dist", copy the tarball there and unpack it.
# Create a directory called "dist", copy the tarball there and unpack it.
mkdir
dist
mkdir
dist
...
@@ -45,7 +46,7 @@ cd $BASENAME/vsprojects
...
@@ -45,7 +46,7 @@ cd $BASENAME/vsprojects
cd
..
cd
..
# Build the dist again in .tar.gz and .tar.bz2 formats.
# Build the dist again in .tar.gz and .tar.bz2 formats.
./configure
./configure
DIST_LANG
=
$LANGUAGE
make dist-gzip
make dist-gzip
make dist-bzip2
make dist-bzip2
...
...
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