temporary branch

This commit is contained in:
BACHIR SOULDI
2024-10-17 11:30:20 +01:00
parent cd115a234b
commit 742ec3e75e
212 changed files with 18396 additions and 1899 deletions

49
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,49 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Test",
"request": "launch",
"mainClass": "com.axelor.apps.account.service.Test",
"projectName": "axelor-account"
},
{
"type": "java",
"name": "Previous",
"request": "launch",
"mainClass": "com.axelor.apps.production.service.Previous",
"projectName": "axelor-production"
},
{
"type": "java",
"name": "AccountingCutOffServiceImpl",
"request": "launch",
"mainClass": "com.axelor.apps.supplychain.service.AccountingCutOffServiceImpl",
"projectName": "axelor-supplychain"
},
{
"type": "java",
"name": "Test",
"request": "launch",
"mainClass": "com.axelor.apps.stock.service.Test",
"projectName": "axelor-stock"
},
{
"type": "java",
"name": "Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "QAPortType_QAPortType_Client",
"request": "launch",
"mainClass": "com.qas.web_2005_02.QAPortType_QAPortType_Client",
"projectName": "axelor-tool"
}
]
}

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"java.compile.nullAnalysis.mode": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx8G -Xms100m -Xlog:disable",
"java.debug.settings.onBuildFailureProceed": true
}