remove extra files included accidentally

git-svn-id: https://svn.apache.org/repos/asf/incubator/npanday/npanday-its/trunk@1609683 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest.sln b/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest.sln
deleted file mode 100644
index 6d71219..0000000
--- a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPANDAY_377_WithNPandaySettingsPathTest", "NPANDAY_377_WithNPandaySettingsPathTest\NPANDAY_377_WithNPandaySettingsPathTest.csproj", "{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
diff --git a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs b/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs
deleted file mode 100644
index 6eb424d..0000000
--- a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-#region Apache License, Version 2.0
-//
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-//
-#endregion
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace NPANDAY_377_WithNPandaySettingsPathTest
-{
-    public class Class1
-    {
-    }
-}
diff --git a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj b/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj
deleted file mode 100644
index b8294e4..0000000
--- a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.50727</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>NPANDAY_377_WithNPandaySettingsPathTest</RootNamespace>
-    <AssemblyName>NPANDAY_377_WithNPandaySettingsPathTest</AssemblyName>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Class1.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <WebReferences Include="Web References\" />
-  </ItemGroup>
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
diff --git a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs b/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs
deleted file mode 100644
index 46ad0c4..0000000
--- a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,55 +0,0 @@
-#region Apache License, Version 2.0
-//
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-//
-#endregion
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("NPANDAY_377_WithNPandaySettingsPathTest")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("NPANDAY_377_WithNPandaySettingsPathTest")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("afa716f7-7425-4a41-a3c7-c85550c89dbc")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers 
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml b/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
deleted file mode 100644
index 3463310..0000000
--- a/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
-  <parent>
-    <artifactId>NPANDAY377WithNPandaySettingsPathTest-parent</artifactId>
-    <groupId>Microsoft.NPANDAY377WithNPandaySettingsPathTest</groupId>
-    <version>1.0-SNAPSHOT</version>
-    <relativePath>..\pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>NPANDAY377WithNPandaySettingsPathTest</artifactId>
-  <packaging>library</packaging>
-  <name>Microsoft.NPANDAY377WithNPandaySettingsPathTest : NPANDAY377WithNPandaySettingsPathTest</name>
-  <build>
-    <sourceDirectory>./</sourceDirectory>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.npanday.plugins</groupId>
-        <artifactId>maven-compile-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <includeSources>
-            <includeSource>Class1.cs</includeSource>
-            <includeSource>Properties\AssemblyInfo.cs</includeSource>
-          </includeSources>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <properties>
-    <npanday.settings>${basedir}</npanday.settings>
-  </properties>  
-</project>