forked from Marc-Bernard-Tools/MBT-Command-Field
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.abapgit.xml
31 lines (31 loc) · 963 Bytes
/
.abapgit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DATA>
<NAME>mbt-command-field</NAME>
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
<STARTING_FOLDER>/src/</STARTING_FOLDER>
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
<REQUIREMENTS>
<item>
<COMPONENT>SAP_BASIS</COMPONENT>
<MIN_RELEASE>731</MIN_RELEASE>
</item>
</REQUIREMENTS>
<VERSION_CONSTANT>/MBTOOLS/CL_TOOL_BC_CL=>C_TOOL-VERSION</VERSION_CONSTANT>
<PACKAGING>
<NAME>mbt-command-field</NAME>
<VERSION>1.4.3</VERSION>
<DESCRIPTION>The world's first enhancement for the SAP GUI command field</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BC-CL</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_COMMAND_FIELD_TN</LOGO>
<DEPENDENCIES>
<item>
<NAME>mbt-package-manager</NAME>
<VERSION>1.4.0</VERSION>
</item>
</DEPENDENCIES>
</PACKAGING>
</DATA>
</asx:values>
</asx:abap>