mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00

* parallel serialization #1714 * use latest abaplint * Update abaplint.json * add function group * fallback to sequential * fix error when running in background mode
20 lines
449 B
XML
20 lines
449 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<PROGDIR>
|
|
<NAME>LZABAPGIT_PARALLELTOP</NAME>
|
|
<STATE>A</STATE>
|
|
<VARCL>X</VARCL>
|
|
<DBAPL>S</DBAPL>
|
|
<DBNA>D$</DBNA>
|
|
<SUBC>I</SUBC>
|
|
<APPL>S</APPL>
|
|
<FIXPT>X</FIXPT>
|
|
<LDBNAME>D$S</LDBNAME>
|
|
<UCCHECK>X</UCCHECK>
|
|
</PROGDIR>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|