-
Notifications
You must be signed in to change notification settings - Fork 27
/
manifest.xml
26 lines (25 loc) · 987 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
<package>
<description brief="Mars Core module for simulation purposes">
The mars-core module provides the base for other modules that require the simulation mars.
</description>
<author>Thomas Roehr/thomas.roehr@dfki.de</author>
<author>Matthias Goldhoorn/matthias@goldhoorn.eu</author>
<maintainer>Matthias Goldhoorn/matthias@goldhoorn.eu</maintainer>
<license></license>
<url>http://</url>
<logo>http://</logo>
<!-- Dependencies are resolved via osdep file in the autoproj configuration -->
<depend package="rtt" />
<depend package="tools/logger" />
<depend package="simulation/mars/app" />
<depend package="simulation/mars/gui" />
<depend package="simulation/mars/graphics" />
<depend package="simulation/mars/sim" />
<depend package="simulation/mars/scene_loader" />
<depend package="simulation/mars/smurf_loader" />
<versioncontrol type="git" url="" />
<export>
<cpp cflags="" lflags="" />
</export>
<tags>needs_opt</tags>
</package>