From 0b4ffa7117bc95e0ca1d9b7a994f30f29b20f7b8 Mon Sep 17 00:00:00 2001
From: ehofman <ehofman>
Date: Tue, 17 Aug 2004 09:23:52 +0000
Subject: [PATCH] Reorganize the 172 types a bit so they all reside in the
 proper directory. This solves some problems for JSBSim which couldn't find
 it's configuration files in the right places (which was temporarely solved by
 duplicating the file) and fixes some refferences to other files (at least,
 that's the idea).

---
 Aircraft/c172p/c172-3d-set.xml      |  7 ++++++
 Aircraft/c172p/c172-larcsim-set.xml | 34 +++++++++++++++++++++++++++++
 Aircraft/c172p/c172-set.xml         |  7 ++++++
 3 files changed, 48 insertions(+)
 create mode 100644 Aircraft/c172p/c172-3d-set.xml
 create mode 100644 Aircraft/c172p/c172-larcsim-set.xml
 create mode 100644 Aircraft/c172p/c172-set.xml

diff --git a/Aircraft/c172p/c172-3d-set.xml b/Aircraft/c172p/c172-3d-set.xml
new file mode 100644
index 000000000..30c7e86eb
--- /dev/null
+++ b/Aircraft/c172p/c172-3d-set.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+
+<PropertyList include="../c172p/c172p-set.xml">
+ <sim>
+  <description>Alias for c172p-3d.</description>
+ </sim>
+</PropertyList>
diff --git a/Aircraft/c172p/c172-larcsim-set.xml b/Aircraft/c172p/c172-larcsim-set.xml
new file mode 100644
index 000000000..df1c7b63e
--- /dev/null
+++ b/Aircraft/c172p/c172-larcsim-set.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<!--
+************************************************************************
+LaRCsim Cessna 172 with 2D panel.
+used by FGFS to represent the C172. Components include the flight data 
+model, instrument panel, and external 3D model.
+3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
+
+October 23 2001 John Check, fgpanels@rockfish.net
+************************************************************************
+-->
+
+<PropertyList include="../c172p/c172p-base.xml">
+
+ <sim>
+
+  <description>Cessna 172 (LaRCsim, 2D panel).</description>
+ 
+  <flight-model>larcsim</flight-model>
+  <aero>c172</aero>
+
+  <panel>
+   <path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
+   <visibility>true</visibility>
+  </panel>
+  <panel_2>
+   <path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
+  </panel_2>
+
+ </sim>
+
+</PropertyList>
+
+
diff --git a/Aircraft/c172p/c172-set.xml b/Aircraft/c172p/c172-set.xml
new file mode 100644
index 000000000..1662c2462
--- /dev/null
+++ b/Aircraft/c172p/c172-set.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+
+<PropertyList include="../c172p/c172p-set.xml">
+ <sim>
+  <description>Alias for c172p.</description>
+ </sim>
+</PropertyList>