-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
40 lines (33 loc) · 1.23 KB
/
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
33
34
35
36
37
38
<package>
<description brief="mars_core">
This library contains the core functionality of mars2
</description>
<author>Malte Langosz and Team</author>
<maintainer>Malte Langosz/[email protected]</maintainer>
<maintainer>Anna Born/[email protected]</maintainer>
<license>BSD</license>
<depend package="simulation/lib_manager" />
<depend package="simulation/cfg_manager" />
<depend package="simulation/utils" />
<depend package="simulation/graphics_collection/osg_lines" />
<depend package="tools/configmaps" />
<depend package="simulation/mars2/mars_interfaces" />
<depend package="simulation/mars2/mars_ode_physics" />
<depend package="simulation/mars2/mars_ode_collision" />
<depend package="envire/envire_core" />
<depend package="envire/envire_smurf_loader" />
<depend package="envire/envire_types" />
<tags>needs_opt</tags>
<keywords>
<keyword>simulation</keyword>
<keyword>physics</keyword>
<keyword>core</keyword>
</keywords>
<stage>1</stage>
<use>multi project</use>
<activity>active</activity>
<classifiers>
<classifier>c++</classifier>
<classifier>library</classifier>
</classifiers>
</package>