IDEMPIERE-3101 implement OAuth2 for mail (gmail, outlook and other mail system) (#614)

* Add oauth2 folder to deploy to server
This commit is contained in:
Carlos Ruiz 2021-03-06 17:10:49 +01:00 committed by GitHub
parent c03fefea79
commit 5cd9820511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ bin.includes = META-INF/,\
OSGI-INF/workflowprocessorfactory.xml,\ OSGI-INF/workflowprocessorfactory.xml,\
OSGI-INF/,\ OSGI-INF/,\
resources/,\ resources/,\
idempiere.jsp idempiere.jsp,\
oauth2/
output.. = target/classes/ output.. = target/classes/
source.. = src/main/server/,\ source.. = src/main/server/,\
src/main/servlet/,\ src/main/servlet/,\