mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-12 20:08:48 +01:00
10 lines
409 B
Plaintext
10 lines
409 B
Plaintext
|
<plugin name="UAVObjects" version="0.0.1" compatVersion="1.1">
|
||
|
<vendor>The OpenPilot Project</vendor>
|
||
|
<copyright>(C) 2010 OpenPilot Project</copyright>
|
||
|
<license>Your License goes here</license>
|
||
|
<description>UAV telemetry objects</description>
|
||
|
<url>http://www.openpilot.org</url>
|
||
|
<dependencyList>
|
||
|
<dependency name="Core" version="1.1"/>
|
||
|
</dependencyList>
|
||
|
</plugin>
|