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

incubator-systemml git commit: [SYSTEMML-971] Remove antlr tool jar from standalone tar.gz and zip

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


[SYSTEMML-971] Remove antlr tool jar from standalone tar.gz and zip

Closes #264.


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

Branch: refs/heads/master
Commit: cf122042f8510344eb260a477c9a571008450dc2
Parents: 3abd44d
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Sep 29 10:16:49 2016 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Thu Sep 29 10:16:49 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/cf122042/src/assembly/standalone.xml
----------------------------------------------------------------------
diff --git a/src/assembly/standalone.xml b/src/assembly/standalone.xml
index 20b710b..4812a79 100644
--- a/src/assembly/standalone.xml
+++ b/src/assembly/standalone.xml
@@ -115,7 +115,6 @@
 		<dependencySet>
 			<includes>
 				<include>*:${artifactId}*</include>
-				<include>*:antlr4*</include>
 				<include>*:avro*</include>
 				<include>*:commons-cli*</include>
 				<include>*:commons-collections*</include>

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/cf122042/src/assembly/standalone/LICENSE
----------------------------------------------------------------------
diff --git a/src/assembly/standalone/LICENSE b/src/assembly/standalone/LICENSE
index c963aba..0d083c5 100644
--- a/src/assembly/standalone/LICENSE
+++ b/src/assembly/standalone/LICENSE
@@ -245,9 +245,8 @@ winutils.pdb
 
 ===============================================================================
 
-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 (antlr4-4.5.3.jar)
 ANTLR 4 Runtime (http://www.antlr.org) org.antlr:antlr4-runtime:4.5.3
 
 Copyright (c) 2012 Terence Parr and Sam Harwell