removed useless commented code

This commit is contained in:
2019-07-29 21:30:28 +01:00
parent eca1e4d5f3
commit 2e1ef37b8a

View File

@@ -31,8 +31,6 @@ lazy val worthAntlr = (project in file("antlr")).settings(
organization := (organization in LocalRootProject).value, organization := (organization in LocalRootProject).value,
name := "worth-antlr", name := "worth-antlr",
version := (version in LocalRootProject).value, version := (version in LocalRootProject).value,
// mainClass := Some("com.jlevtree.benchmark.Benchmark"),
// mappings in packageBin in Compile ++= (mappings in(LocalRootProject, Compile, packageBin)).value,
resourceDirectory := (resourceDirectory in(LocalRootProject, Test)).value, resourceDirectory := (resourceDirectory in(LocalRootProject, Test)).value,
antlr4Version in Antlr4 := antlrVersion, antlr4Version in Antlr4 := antlrVersion,
antlr4PackageName in Antlr4 := Some("net.woggioni.worth.antlr"), antlr4PackageName in Antlr4 := Some("net.woggioni.worth.antlr"),