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
4b02f652
Commit
4b02f652
authored
Dec 14, 2018
by
Hao Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure to add a new line at the end of XML files
parent
9349e238
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
12 deletions
+7
-12
Google.Protobuf.Tools.nuspec
csharp/Google.Protobuf.Tools.nuspec
+1
-2
Google.Protobuf.csproj
csharp/src/Google.Protobuf/Google.Protobuf.csproj
+1
-2
pom.xml
java/core/pom.xml
+1
-2
pom.xml
java/pom.xml
+1
-2
pom.xml
java/util/pom.xml
+1
-2
pom.xml
protoc-artifacts/pom.xml
+1
-2
update_version.py
update_version.py
+1
-0
No files found.
csharp/Google.Protobuf.Tools.nuspec
View file @
4b02f652
...
...
@@ -36,4 +36,4 @@
<file
src=
"Google.Protobuf.Tools.targets"
target=
"buildCrossTargeting"
/>
<file
src=
"Google.Protobuf.Tools.targets"
target=
"build"
/>
</files>
</package>
\ No newline at end of file
</package>
csharp/src/Google.Protobuf/Google.Protobuf.csproj
View file @
4b02f652
...
...
@@ -33,4 +33,4 @@
<PackageReference Include="SourceLink.Create.CommandLine" PrivateAssets="All" Version="2.7.6"/>
</ItemGroup>
</Project>
\ No newline at end of file
</Project>
java/core/pom.xml
View file @
4b02f652
...
...
@@ -154,4 +154,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
java/pom.xml
View file @
4b02f652
...
...
@@ -216,4 +216,4 @@
<module>
util
</module>
</modules>
</project>
\ No newline at end of file
</project>
java/util/pom.xml
View file @
4b02f652
...
...
@@ -126,4 +126,4 @@
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
protoc-artifacts/pom.xml
View file @
4b02f652
...
...
@@ -131,4 +131,4 @@
</build>
</profile>
</profiles>
</project>
\ No newline at end of file
</project>
update_version.py
View file @
4b02f652
...
...
@@ -53,6 +53,7 @@ def RewriteXml(filename, rewriter, add_xml_prefix=True):
if
add_xml_prefix
:
file_handle
.
write
(
'<?xml version="1.0" encoding="UTF-8"?>
\n
'
)
file_handle
.
write
(
content
)
file_handle
.
write
(
'
\n
'
)
file_handle
.
close
()
...
...
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