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:
parent
c03fefea79
commit
5cd9820511
|
@ -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/,\
|
||||||
|
|
Loading…
Reference in New Issue