-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmanifest.xml
More file actions
38 lines (34 loc) · 1.44 KB
/
manifest.xml
File metadata and controls
38 lines (34 loc) · 1.44 KB
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
33
34
35
36
37
38
<package>
<name>Docker Development</name>
<description brief="Docker Development process scripts and Dockerfiles">
</description>
<author>Steffen Planthaber/Steffen.Planthaber@dfki.de</author>
<maintainer>Steffen Planthaber/Steffen.Planthaber@dfki.de</maintainer>
<!-- Use the short version name from: https://spdx.org/licenses/ -->
<license>BSD-3-Clause</license>
<url></url>
<logo></logo>
<depend package="docker"/>
<depend package="bash"/>
<keywords>
<keyword>utilities</keyword> <!--kw1 currently used as Category in Software Catalog -->
<keyword>docker</keyword>
</keywords>
<stage>0</stage>
<!-- <use>single project</use> -->
<!-- <use>multi project</use> -->
<use>external</use>
<activity>active</activity>
<!-- <activity>pending</activity> -->
<!-- <activity>discontinued</activity> -->
<classifiers> <!--optional -->
<!-- The idea of "classifiers" is to provide additional meta data about the software,
for example, which programming language has been used, what is the target platform,
is it compatible with any robotic middleware. The idea is similar to classifiers
in the Python package index (https://packaging.python.org/tutorials/distributing-packages/#classifiers)
but we don't have a predefined list of allowed classifiers. -->
<classifier>docker</classifier>
<classifier>bash</classifier>
<classifier>linux</classifier>
</classifiers>
</package>