mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 13:26:12 +08:00

* Support APACK dependencies Check installed apack package dependencies for current repository Display a popup with dependencies * abaplint checks * abaplint checks * abaplint checks * Popup only when dependency not met * abaplint checks * abaplint checks * Optimization * abaplint checks * abaplint checks * Fix typo "dependeNcies" * Remove address from dependency check * Dependencies popup title * Dependencies popup enhanced * EXCEPTION column replacing MET * Enable Git URL hiperlink * APACK doc - Version dependency support * Dependencies version check support * abaplint checks * abaplint checks * Version utils * fix syntax warning * move set_dot_apack to protected Co-authored-by: larshp <larshp@hotmail.com>
17 lines
480 B
XML
17 lines
480 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_APACK_HELPER</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>APACK Helper</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|