7eb3a8886f
Support multiple primary aircraft in a package, which has several aircraft developers have requested. This adjusts the handling of the variant-of and primary-set tags. Additionally, this adds partial unit-test coverage for -set.xml scanning and catalog XML generation. Run ./test_catalog to run unit-tests of the catalog generation.
11 lines
293 B
XML
11 lines
293 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<PropertyList include="f16-common.xml">
|
|
<sim>
|
|
<name>f16c</name>
|
|
<description>F16-C</description>
|
|
<long-description>The F16-C is an upgraded version of the F16A.</long-description>
|
|
<variant-of>f16a</variant-of>
|
|
</sim>
|
|
|
|
</PropertyList>
|