Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@xamarin.com>2017-06-21 12:31:40 +0300
committerMatt Ward <ward.matt@gmail.com>2017-06-21 12:47:21 +0300
commit18c0da8630a6018f2b4241a646e3ed279a3044ae (patch)
tree2bc5fc68660c8a4c641101eac475f7c8df58057a /main/src/addins/MonoDevelop.UnitTesting.NUnit
parent0acab7147dba7aa804e9b88aa04bc14bcb72de70 (diff)
[NUnit] Remove unused project template
The NUnitAssemblyGroup project template was not included in the NUnit addin.xml file. It also used the NUnitAssemblyGroupProject type which no longer exists.
Diffstat (limited to 'main/src/addins/MonoDevelop.UnitTesting.NUnit')
-rw-r--r--main/src/addins/MonoDevelop.UnitTesting.NUnit/MonoDevelop.UnitTesting.NUnit.csproj3
-rw-r--r--main/src/addins/MonoDevelop.UnitTesting.NUnit/templates/NUnitAssemblyGroup.xpt.xml25
2 files changed, 0 insertions, 28 deletions
diff --git a/main/src/addins/MonoDevelop.UnitTesting.NUnit/MonoDevelop.UnitTesting.NUnit.csproj b/main/src/addins/MonoDevelop.UnitTesting.NUnit/MonoDevelop.UnitTesting.NUnit.csproj
index d12973da4a..30b3da6b60 100644
--- a/main/src/addins/MonoDevelop.UnitTesting.NUnit/MonoDevelop.UnitTesting.NUnit.csproj
+++ b/main/src/addins/MonoDevelop.UnitTesting.NUnit/MonoDevelop.UnitTesting.NUnit.csproj
@@ -75,9 +75,6 @@
<EmbeddedResource Include="MonoDevelopNUnit.addin.xml">
<LogicalName>MonoDevelopNUnit.addin.xml</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="templates\NUnitAssemblyGroup.xpt.xml">
- <LogicalName>NUnitAssemblyGroup.xpt.xml</LogicalName>
- </EmbeddedResource>
<EmbeddedResource Include="templates\NUnitProject.xpt.xml">
<LogicalName>NUnitProject.xpt.xml</LogicalName>
</EmbeddedResource>
diff --git a/main/src/addins/MonoDevelop.UnitTesting.NUnit/templates/NUnitAssemblyGroup.xpt.xml b/main/src/addins/MonoDevelop.UnitTesting.NUnit/templates/NUnitAssemblyGroup.xpt.xml
deleted file mode 100644
index 6d9237be61..0000000000
--- a/main/src/addins/MonoDevelop.UnitTesting.NUnit/templates/NUnitAssemblyGroup.xpt.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<Template originator = "Lluis Sanchez"
- created = "12/07/2005"
- lastModified = "12/07/2005">
-
- <!-- Template Header -->
- <TemplateConfiguration>
- <_Name>NUnit assembly test collection</_Name>
- <_Category>NUnit</_Category>
- <Icon>md-test-project</Icon>
- <Image id="md-test-project" />
- <_Description>Create an NUnit assembly test collection</_Description>
- <DefaultFilename>NUnitAssemblyGroup</DefaultFilename>
- </TemplateConfiguration>
-
- <!-- Template Content -->
- <Combine name = "${ProjectName}" directory = ".">
- <Options>
- <StartupProject>${ProjectName}</StartupProject>
- </Options>
-
- <CombineEntry name = "${ProjectName}" directory = "." type = "MonoDevelop.NUnit.NUnitAssemblyGroupProject">
- </CombineEntry>
- </Combine>
-</Template>