rename maxkey-webapis to maxkey-web-apis

This commit is contained in:
MaxKey 2023-02-02 15:51:48 +08:00
parent 6caa5a02f4
commit ac61b133c5
53 changed files with 18 additions and 18 deletions

View File

@ -46,8 +46,8 @@ def libjarsmapper=[
'maxkey-web-resources' :'lib', 'maxkey-web-resources' :'lib',
'maxkey-authentication-social' :'maxkey', 'maxkey-authentication-social' :'maxkey',
'maxkey-web-maxkey' :'maxkey', 'maxkey-web-maxkey' :'maxkey',
'maxkey-webapi-rest' :'maxkey_mgt', 'maxkey-web-api-rest' :'maxkey_mgt',
'maxkey-webapi-scim' :'maxkey_mgt', 'maxkey-web-api-scim' :'maxkey_mgt',
'maxkey-web-mgt' :'maxkey_mgt', 'maxkey-web-mgt' :'maxkey_mgt',
'maxkey-synchronizer' :'maxkey_mgt', 'maxkey-synchronizer' :'maxkey_mgt',
'maxkey-synchronizer-activedirectory' :'maxkey_mgt', 'maxkey-synchronizer-activedirectory' :'maxkey_mgt',

View File

@ -46,8 +46,8 @@ def libjarsmapper=[
'maxkey-web-resources' :'lib', 'maxkey-web-resources' :'lib',
'maxkey-authentication-social' :'maxkey', 'maxkey-authentication-social' :'maxkey',
'maxkey-web-maxkey' :'maxkey', 'maxkey-web-maxkey' :'maxkey',
'maxkey-webapi-rest' :'maxkey_mgt', 'maxkey-web-api-rest' :'maxkey_mgt',
'maxkey-webapi-scim' :'maxkey_mgt', 'maxkey-web-api-scim' :'maxkey_mgt',
'maxkey-web-mgt' :'maxkey_mgt', 'maxkey-web-mgt' :'maxkey_mgt',
'maxkey-synchronizer' :'maxkey_mgt', 'maxkey-synchronizer' :'maxkey_mgt',
'maxkey-synchronizer-activedirectory' :'maxkey_mgt', 'maxkey-synchronizer-activedirectory' :'maxkey_mgt',

View File

@ -1,5 +1,5 @@
#/* #/*
# * Copyright [2022] [MaxKey of copyright http://www.maxkey.top] # * Copyright [2023] [MaxKey of copyright http://www.maxkey.top]
# * # *
# * Licensed under the Apache License, Version 2.0 (the "License"); # * Licensed under the Apache License, Version 2.0 (the "License");
# * you may not use this file except in compliance with the License. # * you may not use this file except in compliance with the License.

View File

@ -1,4 +1,4 @@
description = "maxkey-webapi-rest" description = "maxkey-web-api-rest"
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'eclipse-wtp' apply plugin: 'eclipse-wtp'

View File

@ -1,4 +1,4 @@
description = "maxkey-webapi-scim" description = "maxkey-web-api-scim"
apply plugin: 'java' apply plugin: 'java'

View File

@ -18,8 +18,8 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0") implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//rest apis //rest apis
implementation project(":maxkey-webapis:maxkey-webapi-scim") implementation project(":maxkey-web-apis:maxkey-web-api-scim")
implementation project(":maxkey-webapis:maxkey-webapi-rest") implementation project(":maxkey-web-apis:maxkey-web-api-rest")
//synchronizers //synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer") implementation project(":maxkey-synchronizers:maxkey-synchronizer")

View File

@ -53,8 +53,8 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0") implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//webapis //webapis
implementation project(":maxkey-webapis:maxkey-webapi-scim") implementation project(":maxkey-web-apis:maxkey-web-api-scim")
implementation project(":maxkey-webapis:maxkey-webapi-rest") implementation project(":maxkey-web-apis:maxkey-web-api-rest")
//synchronizers //synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer") implementation project(":maxkey-synchronizers:maxkey-synchronizer")

View File

@ -54,8 +54,8 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0") implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//webapis //webapis
implementation project(":maxkey-webapis:maxkey-webapi-scim") implementation project(":maxkey-web-apis:maxkey-web-api-scim")
implementation project(":maxkey-webapis:maxkey-webapi-rest") implementation project(":maxkey-web-apis:maxkey-web-api-rest")
//synchronizers //synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer") implementation project(":maxkey-synchronizers:maxkey-synchronizer")

View File

@ -18,8 +18,8 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0") implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//webapis //webapis
implementation project(":maxkey-webapis:maxkey-webapi-scim") implementation project(":maxkey-web-apis:maxkey-web-api-scim")
implementation project(":maxkey-webapis:maxkey-webapi-rest") implementation project(":maxkey-web-apis:maxkey-web-api-rest")
//synchronizers //synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer") implementation project(":maxkey-synchronizers:maxkey-synchronizer")

View File

@ -33,8 +33,8 @@ include (
'maxkey-authentications:maxkey-authentication-provider', 'maxkey-authentications:maxkey-authentication-provider',
'maxkey-authentications:maxkey-authentication-sms', 'maxkey-authentications:maxkey-authentication-sms',
//rest apis //rest apis
'maxkey-webapis:maxkey-webapi-scim', 'maxkey-web-apis:maxkey-web-api-scim',
'maxkey-webapis:maxkey-webapi-rest', 'maxkey-web-apis:maxkey-web-api-rest',
//synchronizers //synchronizers
'maxkey-synchronizers:maxkey-synchronizer', 'maxkey-synchronizers:maxkey-synchronizer',
'maxkey-synchronizers:maxkey-synchronizer-reorgdept', 'maxkey-synchronizers:maxkey-synchronizer-reorgdept',