You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by gw...@apache.org on 2016/09/29 02:41:51 UTC

incubator-systemml git commit: [SYSTEMML-963] Removed ANTLR Tool from standalone-jar

Repository: incubator-systemml
Updated Branches:
  refs/heads/master fa49ae507 -> 3abd44d27


[SYSTEMML-963] Removed ANTLR Tool from standalone-jar

Removed bundling of classes from antlr4-4.5.3.jar in standalone-jar.
Also updated LICENSE so ANTLR Tool no longer referenced.

Closes #261.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/3abd44d2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/3abd44d2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/3abd44d2

Branch: refs/heads/master
Commit: 3abd44d276c7690a3bba21d3c3387317c9d8d609
Parents: fa49ae5
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Wed Sep 28 19:38:10 2016 -0700
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Wed Sep 28 19:38:10 2016 -0700

----------------------------------------------------------------------
 src/assembly/standalone-jar.xml     | 2 +-
 src/assembly/standalone-jar/LICENSE | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/3abd44d2/src/assembly/standalone-jar.xml
----------------------------------------------------------------------
diff --git a/src/assembly/standalone-jar.xml b/src/assembly/standalone-jar.xml
index 56857b9..c46f0a5 100644
--- a/src/assembly/standalone-jar.xml
+++ b/src/assembly/standalone-jar.xml
@@ -68,7 +68,7 @@
 	<dependencySets>
 		<dependencySet>
 			<includes>
-				<include>*:antlr*</include>
+				<include>*:antlr4-runtime*</include>
 				<include>*:wink-json4j*</include>
 			</includes>
 			<scope>compile</scope>

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/3abd44d2/src/assembly/standalone-jar/LICENSE
----------------------------------------------------------------------
diff --git a/src/assembly/standalone-jar/LICENSE b/src/assembly/standalone-jar/LICENSE
index 3fda0f8..ba168d3 100644
--- a/src/assembly/standalone-jar/LICENSE
+++ b/src/assembly/standalone-jar/LICENSE
@@ -237,9 +237,8 @@ org.apache.wink:wink-json4j:1.4
 
 ===============================================================================
 
-The following ANTLR dependencies are distributed under the BSD license.
+The following ANTLR dependency is distributed under the BSD license.
 
-ANTLR 4 Tool (http://www.antlr.org) org.antlr:antlr4:4.5.3
 ANTLR 4 Runtime (http://www.antlr.org) org.antlr:antlr4-runtime:4.5.3
 
 Copyright (c) 2012 Terence Parr and Sam Harwell