-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.apack-manifest.xml
32 lines (32 loc) · 1.05 KB
/
.apack-manifest.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
32
<?xml version="1.0" encoding="utf-8"?>
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DATA>
<GROUP_ID>github.com/sandraros</GROUP_ID>
<ARTIFACT_ID>FM-Test-Data</ARTIFACT_ID>
<VERSION>1.0</VERSION>
<REPOSITORY_TYPE>abapGit</REPOSITORY_TYPE>
<GIT_URL>https://github.com/sandraros/FM-Test-Data.git</GIT_URL>
<DEPENDENCIES>
<item>
<GROUP_ID>github.com/sandraros</GROUP_ID>
<ARTIFACT_ID>Export-Import-Tables</ARTIFACT_ID>
<VERSION>1.0</VERSION>
<GIT_URL>https://github.com/sandraros/Export-Import-Tables.git</GIT_URL>
</item>
<item>
<GROUP_ID>github.com/sandraros</GROUP_ID>
<ARTIFACT_ID>FM-params-RTTS</ARTIFACT_ID>
<VERSION>1.0</VERSION>
<GIT_URL>https://github.com/sandraros/FM-params-RTTS.git</GIT_URL>
</item>
<item>
<GROUP_ID>github.com/sandraros</GROUP_ID>
<ARTIFACT_ID>S-RTTI</ARTIFACT_ID>
<VERSION>1.0</VERSION>
<GIT_URL>https://github.com/sandraros/S-RTTI.git</GIT_URL>
</item>
</DEPENDENCIES>
</DATA>
</asx:values>
</asx:abap>