1
0
Fork 0

README.add-ons: adapt example to new header (with meta and file-type nodes)

This commit is contained in:
Florent Rougon 2017-12-10 22:38:38 +01:00
parent 33bc7eabb3
commit 2eb6e7b367

View file

@ -102,7 +102,11 @@ hypothetical add-on called “Flying Turtle” distributed by Joe User:
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<format-version type="int">1</format-version>
<meta>
<file-type type="string">FlightGear add-on metadata</file-type>
<format-version type="int">1</format-version>
</meta>
<addon>
<identifier type="string">user.joe.FlyingTurtle</identifier>
<name type="string">Flying Turtle</name>