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 2011/12/29 23:16:06 UTC

svn commit: r1225689 - in /incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole: Default.aspx Default.aspx.cs Default.aspx.designer.cs HelloWorld_WebRole.csproj pom.xml web.config

Author: brett
Date: Thu Dec 29 23:16:05 2011
New Revision: 1225689

URL: http://svn.apache.org/viewvc?rev=1225689&view=rev
Log:
add back missing files

Added:
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/Default.aspx
      - copied unchanged from r1225687, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/Default.aspx
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/Default.aspx.cs
      - copied unchanged from r1225687, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/Default.aspx.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/Default.aspx.designer.cs
      - copied unchanged from r1225687, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/Default.aspx.designer.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/HelloWorld_WebRole.csproj
      - copied unchanged from r1225687, 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/pom.xml
      - copied, changed from r1225687, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/web.config
      - copied unchanged from r1225687, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/web.config

Copied: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml (from r1225687, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml?p2=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml&p1=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml&r1=1225687&r2=1225689&rev=1225689&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml Thu Dec 29 23:16:05 2011
@@ -26,8 +26,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>NPanday.ITs.NPANDAY_480_AzureSupportOneWebRole</groupId>
-    <artifactId>NPANDAY_480_AzureSupportOneWebRole-parent</artifactId>
+    <groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles</groupId>
+    <artifactId>NPANDAY_480_CloudServiceWithMultipleRoles-parent</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
 
@@ -35,7 +35,7 @@
   <packaging>dotnet-library</packaging>
   <version>1.0.0-SNAPSHOT</version>
 
-  <name>NPanday.ITs.NPANDAY_480_AzureSupportOneWebRole :: Hello World Web Role</name>
+  <name>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles :: Hello World Web Role</name>
 
   <properties>
     <frameworkVersion>4.0</frameworkVersion>
@@ -75,4 +75,4 @@
       </plugin>
     </plugins>
   </build>
-</project>  
\ No newline at end of file
+</project>