From 893e3dca78e144c84dbe97da1f361ae6622a1baf Mon Sep 17 00:00:00 2001 From: Alexey Bannov Date: Tue, 28 Nov 2023 20:39:56 +0300 Subject: [PATCH] identity: change path --- run/IdentityApi.xml | 2 +- run/IdentityService.xml | 2 +- scripts/identity.bat | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/run/IdentityApi.xml b/run/IdentityApi.xml index 3c4ce8d6bf..e91fafd2ac 100644 --- a/run/IdentityApi.xml +++ b/run/IdentityApi.xml @@ -3,7 +3,7 @@ ONLYOFFICE IdentityApi manual java - -jar ../../server/common/ASC.OAuth/api/target/api-0.0.1.jar + -jar ../../server/common/ASC.Identity/api/target/api-0.0.1.jar true diff --git a/run/IdentityService.xml b/run/IdentityService.xml index 4668c05e90..bb1e2c8272 100644 --- a/run/IdentityService.xml +++ b/run/IdentityService.xml @@ -3,7 +3,7 @@ ONLYOFFICE IdentityService manual java - -jar ../../server/common/ASC.OAuth/authorization/target/authorization-0.0.1.jar + -jar ../../server/common/ASC.Identity/authorization/target/authorization-0.0.1.jar true diff --git a/scripts/identity.bat b/scripts/identity.bat index 507f7e69a7..8921a1036d 100644 --- a/scripts/identity.bat +++ b/scripts/identity.bat @@ -1,11 +1,11 @@ PUSHD %~dp0.. -cd %~dp0../../server/common/ASC.OAuth/api/ +cd %~dp0../../server/common/ASC.Identity/api/ call mvnw compiler:compile call mvnw package -Dmaven.test.skip -cd %~dp0../../server/common/ASC.OAuth/authorization/ +cd %~dp0../../server/common/ASC.Identity/authorization/ call mvnw compiler:compile call mvnw package -Dmaven.test.skip