1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-23 08:52:10 +01:00
LibrePilot/ground/src/plugins/donothing/DoNothing.pluginspec
dankers 9c20801b9c Update and add the DoNothing Plugin to SVN, these will not be compiled by default but needs to remain as a template for plugin authors.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@267 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-08 01:45:42 +00:00

11 lines
423 B
XML

<plugin name="DoNothing" version="0.0.1" compatVersion="1.3.1">
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 OpenPilot Project</copyright>
<license>Your License goes here</license>
<description>A plugin that does nothing!</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.3.1"/>
</dependencyList>
</plugin>