Revision 1d3d070b281190d8ebdec24f8f30564bb69973af authored by Felix Ruess on 03 February 2016, 22:31:45 UTC, committed by Felix Ruess on 03 February 2016, 22:54:08 UTC
e.g. make this work as expected:
    <target name="nps" board="pc">
      <module name="fdm"         type="jsbsim"/>
    </target>
which should be the same as
    <target name="nps" board="pc">
      <subsystem name="fdm"         type="jsbsim"/>
    </target>
1 parent 83ba28a
History

back to top