Browse Source

Remove nant.xsd

pull/297/head
Daniel Grunwald 12 years ago
parent
commit
fc97d0c6bf
  1. 2435
      data/schemas/nant.xsd
  2. 7
      data/schemas/readme.txt
  3. 1
      src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.addin
  4. 1
      src/Setup/Files.wxs

2435
data/schemas/nant.xsd

File diff suppressed because it is too large Load Diff

7
data/schemas/readme.txt

@ -20,13 +20,6 @@ Schema for .manifest files. @@ -20,13 +20,6 @@ Schema for .manifest files.
Created by Matt Ward
GNU General Public License.
NAnt.xsd
--------
NAnt 0.85 schema.
http://nant.sourceforge.net/release/0.85/nant.xsd
GNU General Public License.
nuspec.xsd
----------

1
src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.addin

@ -31,7 +31,6 @@ @@ -31,7 +31,6 @@
<Path name="/AddIns/XmlEditor/DefaultSchemaFileAssociations">
<SchemaFileAssociation id=".addin" namespaceUri="http://www.icsharpcode.net/2005/addin"/>
<SchemaFileAssociation id=".booproj" namespaceUri="http://schemas.microsoft.com/developer/msbuild/2003"/>
<SchemaFileAssociation id=".build" namespaceUri="http://nant.sf.net/release/0.85/nant.xsd"/>
<SchemaFileAssociation id=".config" namespaceUri="urn:app-config" />
<SchemaFileAssociation id=".csproj" namespaceUri="http://schemas.microsoft.com/developer/msbuild/2003"/>
<SchemaFileAssociation id=".fsproj" namespaceUri="http://schemas.microsoft.com/developer/msbuild/2003"/>

1
src/Setup/Files.wxs

@ -439,7 +439,6 @@ @@ -439,7 +439,6 @@
<File Source="..\..\data\schemas\AddIn.xsd" Name="AddIn.xsd" Id="AddIn.xsd" />
<File Source="..\..\data\schemas\appconfig.xsd" Id="appconfig.xsd" Name="appconfig.xsd" />
<File Source="..\..\data\schemas\manifest.xsd" Name="manifest.xsd" Id="manifest.xsd" />
<File Source="..\..\data\schemas\nant.xsd" Name="nant.xsd" Id="nant.xsd" />
<File Source="..\..\data\schemas\readme.txt" Name="readme.txt" Id="readme.txt" />
<File Source="..\..\data\schemas\W3C-License.html" Id="W3C_License.html" Name="W3C-License.html" />
<File Source="..\..\data\schemas\wix.xsd" Name="wix.xsd" Id="Schemas.wix.xsd" />

Loading…
Cancel
Save