<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>
<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Emmanuel Bourg pushed to branch upstream
at <a href="https://salsa.debian.org/java-team/antlr4">Debian Java Maintainers / antlr4</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/java-team/antlr4/commit/1d0464db4ec5e5c20b2ae62bb3c4eceaa6840bde">1d0464db</a></strong>
<div>
<span>by Emmanuel Bourg</span>
<i>at 2018-07-19T09:54:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 4.6</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#e92266778ac0ab35c5df350376a55fe504bb38b8">
<span class="new-file">
+
.github/ISSUE_TEMPLATE.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#b8baf23d7ed7f2b79b86aeb041867428fb196428">
<span class="new-file">
+
.github/PULL_REQUEST_TEMPLATE.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#79b82ce9b64a924266619555502f890dd80c83b9">
LICENSE.txt
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#8e48454861eb747c55bb61d1c63d20fc9a7102d7">
antlr4-maven-plugin/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#f2bb4c80e000218a03b01264556be2d384d2ba55">
antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
</a>
</li>
<li class="file-stats">
<a href="#9f91d8d584e5f2537e1c4efe7df018d5ef49ad32">
antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java
</a>
</li>
<li class="file-stats">
<a href="#00ad324a03600b6129f0e019479d5a0833e0b440">
antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java
</a>
</li>
<li class="file-stats">
<a href="#03ae72612949000cea980fb0ea9ef8c930a50fd0">
<span class="new-file">
+
antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#328ffbcaba2be025c58cffa5e96954dd576d7763">
<span class="new-file">
+
antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#0fb63c52fffe5abe5d06c66c9bdad9a32838e7a1">
antlr4-maven-plugin/src/site/site.xml
</a>
</li>
<li class="file-stats">
<a href="#97a7acd1fbecdf68bdb6af5800ce8680ff6a1eba">
<span class="new-file">
+
antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#975e581993d65fc42814d6bc313835018f75545a">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#5d5a3a57d978040f19f5e0f67ded6f5dbe4b923c">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/dependencyRemoved/src/main/antlr4/imports/HelloBase.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#8015d75141b2d1b162c084167a5e6c87620fec6a">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/dependencyRemoved/src/main/antlr4/test/Hello.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#e1c66ed24d3da81483994cd9b9094edc38929157">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importTokens/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#bee5f877cdfdd7ae3dc9748f6a1d1f5b4af186bb">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importTokens/src/main/antlr4/imports/SimpleLexer.tokens
</span>
</a>
</li>
<li class="file-stats">
<a href="#16afc22a7e0c83920deb862b4f76d161bdfb9543">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importTokens/src/main/antlr4/test/SimpleParser.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#fa383aa565ca2dba5df3bfd035b351cdaa064eba">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#8715435fb589b5ec6ccd51f68625c8229696c50d">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsCustom/src/main/antlr4/Hello.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#c192d9d30b9a0a12876ab4263cc27454404bea51">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsCustom/src/main/antlr4/TestLexer.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#293fd02d5d3e747e2e71c8416ea14484331b22b2">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsCustom/src/main/antlr4/TestParser.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#108427ef54eefcb44bd6ab9f153be636e6c9063d">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsCustom/src/main/antlr4/imports/TestBaseLexer.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#97d5f453b38a17c1473cef4616e7b453ee67c092">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#9b5652b8460a407ec4532bff68f0dbc07f409f03">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/imports/TestBaseLexer.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#51e8eb26f7b90da3002d2bfdc19a3172f3134a64">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/test/Hello.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc1dd47357dfa3430eb3e73072bb2f30c8a2d527">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/test/TestLexer.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#67a096dbd2ae1a735ad828866a4ed6e46d9669be">
<span class="new-file">
+
antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/test/TestParser.g4
</span>
</a>
</li>
<li class="file-stats">
<a href="#43b9d80d1f50472e56afb94a061257af5b53182b">
<span class="new-file">
+
appveyor.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#1b14bfffb9b3ad4d5c0f373a05403ea25b35babc">
contributors.txt
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">
—
<br>
<a href="https://salsa.debian.org/java-team/antlr4/commit/1d0464db4ec5e5c20b2ae62bb3c4eceaa6840bde">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/java-team/antlr4/commit/1d0464db4ec5e5c20b2ae62bb3c4eceaa6840bde"}}</script>
</p>
</div>
</body>
</html>