aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-17 11:46:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-17 11:46:37 +0000
commit777fa5d5684ef62c7241e43a457acfb69965e4a3 (patch)
tree0c360747ca668eaea0be36aed358267667b056b1 /tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd
parent87fe41551da40c49c3a6fb5fa970c355dc8a0f21 (diff)
downloadChibiOS-777fa5d5684ef62c7241e43a457acfb69965e4a3.tar.gz
ChibiOS-777fa5d5684ef62c7241e43a457acfb69965e4a3.tar.bz2
ChibiOS-777fa5d5684ef62c7241e43a457acfb69965e4a3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5219 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd')
-rw-r--r--tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd36
1 files changed, 0 insertions, 36 deletions
diff --git a/tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd b/tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd
deleted file mode 100644
index 45d228142..000000000
--- a/tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema elementFormDefault="qualified"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <xs:complexType name="ConfigurationSettingsType">
- <xs:sequence>
- <xs:element name="templates_path" minOccurs="1"
- maxOccurs="1">
- <xs:annotation>
- <xs:documentation>Templates resources associated to the configuration.</xs:documentation>
- </xs:annotation>
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:minLength value="1"></xs:minLength>
- <xs:whiteSpace value="collapse"></xs:whiteSpace>
- <xs:pattern value="[\w\d_/.]+"></xs:pattern>
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="output_path" maxOccurs="1"
- minOccurs="1">
- <xs:annotation>
- <xs:documentation>Output directory relative to the configuration file.</xs:documentation>
- </xs:annotation>
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:minLength value="1"></xs:minLength>
- <xs:whiteSpace value="collapse"></xs:whiteSpace>
- <xs:pattern value="[\w\d_/.]+"></xs:pattern>
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
-
-</xs:schema>