# HG changeset patch
# User greg
# Date 1219217877 -7200
# Node ID f572ab819769e21a0c5bc1fd3032bb051feb7e91
# Parent  cb9901076a21a9de50874c99990ea8129226ea22
remove URI_location from XSD targets and add to pluginroot XSD

diff -r cb9901076a21 -r f572ab819769 plugger.py
--- a/plugger.py	Wed Aug 20 00:11:40 2008 +0200
+++ b/plugger.py	Wed Aug 20 09:37:57 2008 +0200
@@ -647,6 +647,7 @@
               </xsd:complexType>
             </xsd:element>
           </xsd:sequence>
+          <xsd:attribute name="URI_location" type="xsd:string" use="optional" default=""/>
         </xsd:complexType>
       </xsd:element>
     </xsd:schema>
diff -r cb9901076a21 -r f572ab819769 targets/Linux/XSD
--- a/targets/Linux/XSD	Wed Aug 20 00:11:40 2008 +0200
+++ b/targets/Linux/XSD	Wed Aug 20 09:37:57 2008 +0200
@@ -1,13 +1,6 @@
 
                   <xsd:element name="Linux">
                     <xsd:complexType>
-                      <xsd:sequence>
-                        <xsd:element name="Connection">
-                          <xsd:complexType>
-                            <xsd:attribute name="URI_location" type="xsd:string" use="optional" default=""/>
-                          </xsd:complexType>
-                        </xsd:element>
-                      </xsd:sequence>
                       %(toolchain_gcc)s
                     </xsd:complexType>
                   </xsd:element>
\ No newline at end of file
diff -r cb9901076a21 -r f572ab819769 targets/Rtai/XSD
--- a/targets/Rtai/XSD	Wed Aug 20 00:11:40 2008 +0200
+++ b/targets/Rtai/XSD	Wed Aug 20 09:37:57 2008 +0200
@@ -1,13 +1,6 @@
 
                   <xsd:element name="Rtai">
                     <xsd:complexType>
-                      <xsd:sequence>
-                        <xsd:element name="Connection">
-                          <xsd:complexType>
-                            <xsd:attribute name="URI_location" type="xsd:string" use="optional" default=""/>
-                          </xsd:complexType>
-                        </xsd:element>
-                      </xsd:sequence>
                       %(toolchain_gcc)s
                       <xsd:attribute name="rtai_config" type="xsd:string" use="optional" default="/usr/realtime/"/>
                     </xsd:complexType>
diff -r cb9901076a21 -r f572ab819769 targets/Win32/XSD
--- a/targets/Win32/XSD	Wed Aug 20 00:11:40 2008 +0200
+++ b/targets/Win32/XSD	Wed Aug 20 09:37:57 2008 +0200
@@ -1,13 +1,6 @@
 
                   <xsd:element name="Win32">
                     <xsd:complexType>
-                      <xsd:sequence>
-                        <xsd:element name="Connection">
-                          <xsd:complexType>
-                            <xsd:attribute name="URI_location" type="xsd:string" use="optional" default=""/>
-                          </xsd:complexType>
-                        </xsd:element>
-                      </xsd:sequence>
                       %(toolchain_gcc)s
                     </xsd:complexType>
                   </xsd:element>
diff -r cb9901076a21 -r f572ab819769 targets/Xenomai/XSD
--- a/targets/Xenomai/XSD	Wed Aug 20 00:11:40 2008 +0200
+++ b/targets/Xenomai/XSD	Wed Aug 20 09:37:57 2008 +0200
@@ -1,13 +1,6 @@
 
                  <xsd:element name="Xenomai">
                     <xsd:complexType>
-                      <xsd:sequence>
-                        <xsd:element name="Connection">
-                          <xsd:complexType>
-                            <xsd:attribute name="URI_location" type="xsd:string" use="optional" default=""/>
-                          </xsd:complexType>
-                        </xsd:element>
-                      </xsd:sequence>
                       %(toolchain_gcc)s
                       <xsd:attribute name="xeno_config" type="xsd:string" use="optional" default="/usr/xenomai/"/>
                     </xsd:complexType>