This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-108
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-108 by this push:
     new c1c5c8d  WIP.
c1c5c8d is described below

commit c1c5c8d16df8fb2e649daa0b440d503cddcc2673
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Oct 1 17:50:56 2020 -0700

    WIP.
---
 bin/nlpcraft.cmd | 2 +-
 bin/nlpcraft.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/nlpcraft.cmd b/bin/nlpcraft.cmd
index dfb0da4..cd9433a 100644
--- a/bin/nlpcraft.cmd
+++ b/bin/nlpcraft.cmd
@@ -95,7 +95,7 @@ if not exist "%BUILD_HOME%" (
 :: Build classpath.
 for %%f in ("%BUILD_HOME%"\*.jar) do ( set CP=%%f;!CP! )
 
-set MAIN_CLASS=org.apache.nlpcraft.model.tools.cmdline.NCCommandLine
+set MAIN_CLASS=org.apache.nlpcraft.model.tools.cmdline.NCCli
 set JVM_OPTS= ^
     -ea ^
     -Xms1g ^
diff --git a/bin/nlpcraft.sh b/bin/nlpcraft.sh
index 31356ca..77e982c 100644
--- a/bin/nlpcraft.sh
+++ b/bin/nlpcraft.sh
@@ -124,7 +124,7 @@ done
 # Check Java version.
 checkJava
 
-MAIN_CLASS=org.apache.nlpcraft.model.tools.cmdline.NCCommandLine
+MAIN_CLASS=org.apache.nlpcraft.model.tools.cmdline.NCCli
 JVM_OPTS="\
     -ea \
     -Xms1g \

Reply via email to