-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
31 lines (26 loc) · 894 Bytes
/
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
<package>
<description brief="JNI-wrapper for CHIMP">
This is JNI-wrapper for the hierarchical hybrid planner CHIMP that is written in Java.
</description>
<author>Sebastian Stock/[email protected]</author>
<maintainer>Sebastian Stock/[email protected]</maintainer>
<license>New BSD</license>
<url>https://git.hb.dfki.de/pbr/chimp_jni</url>
<!-- <logo>...</logo> -->
<depend package="jni"/>
<depend package="pbr/chimp"/>
<keywords>
<keyword>planning</keyword>
</keywords>
<stage>-1</stage>
<!-- <use>single project</use> -->
<use>multi project</use>
<!-- <use>external</use> -->
<activity>active</activity>
<!-- <activity>pending</activity> -->
<!-- <activity>discontinued</activity> -->
<classifiers>
<classifier>c++</classifier>
<classifier>ubuntu</classifier>
</classifiers>
</package>