You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/01/17 00:53:47 UTC

svn commit: r1232247 - in /incubator/npanday/npanday-its/trunk/src/test/resources: NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/ NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/ NPANDAY_488_MSDeployPackageSimpleWebApp/

Author: brett
Date: Tue Jan 17 00:53:46 2012
New Revision: 1232247

URL: http://svn.apache.org/viewvc?rev=1232247&view=rev
Log:
remove files that aren't needed and clean up csproj files

Removed:
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/ChainedXdtTransform.targets
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/HelloWorld_WebRole.Publish.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/copy-transformed.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/msdeploy-manifest.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/web.package.config
Modified:
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/HelloWorld_WebRole.csproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/HelloWorld_WebRole.csproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/HelloWorld_WebRole.csproj

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/HelloWorld_WebRole.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/HelloWorld_WebRole.csproj?rev=1232247&r1=1232246&r2=1232247&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/HelloWorld_WebRole.csproj (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/HelloWorld_WebRole.csproj Tue Jan 17 00:53:46 2012
@@ -42,9 +42,6 @@
   <ItemGroup>
     <Content Include="Default.aspx" />
     <Content Include="pom.xml" />
-    <Content Include="Properties\Packaging\assembly.xml" />
-    <Content Include="Properties\Packaging\copy-transformed.xml" />
-    <Content Include="Properties\Packaging\msdeploy-manifest.xml" />
     <Content Include="Web.config" />
   </ItemGroup>
   <ItemGroup>
@@ -56,14 +53,7 @@
       <DependentUpon>Default.aspx</DependentUpon>
     </Compile>
   </ItemGroup>
-  <ItemGroup>
-    <Content Include="Properties\Packaging\Web.package.config" />
-  </ItemGroup>
   <ItemGroup />
-  <ItemGroup>
-    <Content Include="web.package.config" />
-    <None Include="Properties\Packaging\ChainedXdtTransform.targets" />
-  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
   <ProjectExtensions>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/HelloWorld_WebRole.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/HelloWorld_WebRole.csproj?rev=1232247&r1=1232246&r2=1232247&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/HelloWorld_WebRole.csproj (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/HelloWorld_WebRole.csproj Tue Jan 17 00:53:46 2012
@@ -42,9 +42,6 @@
   <ItemGroup>
     <Content Include="Default.aspx" />
     <Content Include="pom.xml" />
-    <Content Include="Properties\Packaging\assembly.xml" />
-    <Content Include="Properties\Packaging\copy-transformed.xml" />
-    <Content Include="Properties\Packaging\msdeploy-manifest.xml" />
     <Content Include="Web.config" />
   </ItemGroup>
   <ItemGroup>
@@ -56,13 +53,9 @@
       <DependentUpon>Default.aspx</DependentUpon>
     </Compile>
   </ItemGroup>
-  <ItemGroup>
-    <Content Include="Properties\Packaging\Web.package.config" />
-  </ItemGroup>
   <ItemGroup />
   <ItemGroup>
     <Content Include="web.package.config" />
-    <None Include="Properties\Packaging\ChainedXdtTransform.targets" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/HelloWorld_WebRole.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/HelloWorld_WebRole.csproj?rev=1232247&r1=1232246&r2=1232247&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/HelloWorld_WebRole.csproj (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/HelloWorld_WebRole.csproj Tue Jan 17 00:53:46 2012
@@ -42,9 +42,6 @@
   <ItemGroup>
     <Content Include="Default.aspx" />
     <Content Include="pom.xml" />
-    <Content Include="Properties\Packaging\assembly.xml" />
-    <Content Include="Properties\Packaging\copy-transformed.xml" />
-    <Content Include="Properties\Packaging\msdeploy-manifest.xml" />
     <Content Include="Web.config" />
   </ItemGroup>
   <ItemGroup>
@@ -56,13 +53,7 @@
       <DependentUpon>Default.aspx</DependentUpon>
     </Compile>
   </ItemGroup>
-  <ItemGroup>
-    <Content Include="Properties\Packaging\Web.package.config" />
-  </ItemGroup>
   <ItemGroup />
-  <ItemGroup>
-    <None Include="Properties\Packaging\ChainedXdtTransform.targets" />
-  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
   <ProjectExtensions>