1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

GCS/uploader: change uploader.pluginspec -> Uploader.pluginspec

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@479 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-04-11 05:51:26 +00:00 committed by ephy
parent a1b39c3035
commit eb4f26f244

View File

@ -0,0 +1,10 @@
<plugin name="Uploader" version="0.0.1" compatVersion="1.0.0">
<vendor>Jose Barros A.K.A. PT_Dreamer</vendor>
<copyright>(C) 2010 OpenPilot Project</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>A plugin to Upload Firmware to the OpenPilot HW via Ymodem protocol</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
</plugin>