From b5b3a3c5fc826381cdc618f7f333148d1773c02f Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 11 Feb 2018 13:06:19 +0000 Subject: [PATCH 1/2] Add an Automatic-Module-Name This adds an Automatic-Module-Name entry to the runtime jar in order to provide a stable name upon which other modules can depend. The module name chosen was "org.antlr.antlr4.runtime". This closely matches the Maven artifact name with the obviously change that the module name doesn't contain a hyphen (hyphens can't be used in module names at the language level in Java). Fix #2163 --- runtime/Java/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/Java/pom.xml b/runtime/Java/pom.xml index d7a393f76..c8163725d 100644 --- a/runtime/Java/pom.xml +++ b/runtime/Java/pom.xml @@ -96,6 +96,7 @@ process-classes + org.antlr.antlr4.runtime org.antlr.antlr4-runtime From 08fd9111fa93e977cfab702137269e7aa7765d40 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 11 Feb 2018 13:07:51 +0000 Subject: [PATCH 2/2] Sign contributor agreement --- contributors.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.txt b/contributors.txt index d18168b04..6e1d2ffdd 100644 --- a/contributors.txt +++ b/contributors.txt @@ -180,3 +180,4 @@ YYYY/MM/DD, github id, Full name, email 2017/12/03, oranoran, Oran Epelbaum, oran / epelbaum me 2017/12/20, kbsletten, Kyle Sletten, kbsletten@gmail.com 2017/12/27, jkmar, Jakub Marciniszyn, marciniszyn.jk@gmail.com +2018/02/11, io7m, Mark Raynsford, code@io7m.com