mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00

* File format update - changed object handler I removed the following fields: CLAS VSEOCLASS-VERSION INTF VSEOINTERF-VERSION PROG PROGDIR-STATE DCLS AS4LOCAL ABAP_LANGUAGE_VERSION (if exists) DDLS ABAP_LANGUAGE_VERSION (if exists) DDLX VERSION RESPONSIBLE MASTER_SYSTEM MSAG DOKIL-DOKSTATE ENQU DD25V-AS4LOCAL DD25V-AS4VERS * fix syntax error * also clear PROG VARCL * update XML files
17 lines
485 B
XML
17 lines
485 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_SERVICES_GIT</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>UI - Git services</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|