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

* URL: rename and add validation method plus validate url in NEW_ONLINE * optimize select * move write protection check * start refactoring gui away from deserializati/pull * mvoe ZCL_ABAPGIT_SERVICES_ABAPGIT to UI * delete ZCL_ABAPGIT_SERVICES_BKG moved to GUI page * move ZCL_ABAPGIT_SERVICES_GIT to UI * move ZCL_ABAPGIT_SERVICES_REPO to UI * fix indentation * overwrite popup refactored to UI
20 lines
564 B
XML
20 lines
564 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>
|
|
<VERSION>1</VERSION>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>UI - Git services</DESCRIPT>
|
|
<EXPOSURE>2</EXPOSURE>
|
|
<STATE>1</STATE>
|
|
<CLSFINAL>X</CLSFINAL>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|