Browse Source

Updated NAnt schema to 0.85 RC4.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1884 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 20 years ago
parent
commit
3077ad3351
  1. 189
      data/schemas/nant.xsd
  2. 4
      data/schemas/readme.txt
  3. 2
      src/AddIns/DisplayBindings/XmlEditor/Project/Src/XmlSchemaAssociation.cs

189
data/schemas/nant.xsd

File diff suppressed because it is too large Load Diff

4
data/schemas/readme.txt

@ -23,8 +23,8 @@ GNU General Public License. @@ -23,8 +23,8 @@ GNU General Public License.
NAnt.xsd
--------
NAnt 0.85 RC 3 schema.
http://nant.sourceforge.net/release/0.85-rc3/nant.xsd
NAnt 0.85 RC 4 schema.
http://nant.sourceforge.net/release/0.85-rc4/nant.xsd
GNU General Public License.
Wix.xsd

2
src/AddIns/DisplayBindings/XmlEditor/Project/Src/XmlSchemaAssociation.cs

@ -92,7 +92,7 @@ namespace ICSharpCode.XmlEditor @@ -92,7 +92,7 @@ namespace ICSharpCode.XmlEditor
association = new XmlSchemaAssociation(extension, @"urn:app-config");
break;
case ".build":
association = new XmlSchemaAssociation(extension, @"http://nant.sf.net/release/0.85-rc3/nant.xsd");
association = new XmlSchemaAssociation(extension, @"http://nant.sf.net/release/0.85-rc4/nant.xsd");
break;
case ".addin":
association = new XmlSchemaAssociation(extension, @"http://www.icsharpcode.net/2005/addin");

Loading…
Cancel
Save