From 20a1514bf93035472d4f940f00a357106d4bec1f Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Mon, 7 Aug 2017 12:30:35 +0800 Subject: Change the groupid from openo to onap Change the groupid and package paths to onap. Change-Id: I8432e9ac2c979bbc36e10e6a702c6f04fc41446a Issue-ID: HOLMES-7 Signed-off-by: Guangrong Fu --- rulemgt-standalone/src/main/assembly/bin/stop.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rulemgt-standalone/src/main/assembly/bin/stop.bat') diff --git a/rulemgt-standalone/src/main/assembly/bin/stop.bat b/rulemgt-standalone/src/main/assembly/bin/stop.bat index ca7b4ff..bfde362 100644 --- a/rulemgt-standalone/src/main/assembly/bin/stop.bat +++ b/rulemgt-standalone/src/main/assembly/bin/stop.bat @@ -18,7 +18,7 @@ title stopping engine-d-service set HOME=%~dp0 -set Main_Class="org.openo.holmes.rulemgt.RuleActiveApp" +set Main_Class="org.onap.holmes.rulemgt.RuleActiveApp" echo ================== engine-d-service info ============================================= echo HOME=$HOME -- cgit 1.2.3-korg