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 lc...@apache.org on 2012/01/16 21:55:54 UTC

svn commit: r1232181 - in /incubator/npanday/npanday-its/trunk/src/test/resources: NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/ NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/ NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld...

Author: lcorneliussen
Date: Mon Jan 16 21:55:53 2012
New Revision: 1232181

URL: http://svn.apache.org/viewvc?rev=1232181&view=rev
Log:
[NPANDAY-493] Integration test adjustments for Xml Document Transform (XDT) support for web and application packaging

Modified:
    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/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/Properties/AssemblyInfo.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml

Modified: 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_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml?rev=1232181&r1=1232180&r2=1232181&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_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml Mon Jan 16 21:55:53 2012
@@ -55,7 +55,7 @@
           <execution>
             <goals>
               <goal>assemble-package-files</goal>
-              <goal>process-web-config</goal>
+              <goal>process-configs</goal>
             </goals>
           </execution>
         </executions>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/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?rev=1232181&r1=1232180&r2=1232181&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml Mon Jan 16 21:55:53 2012
@@ -55,7 +55,7 @@
           <execution>
             <goals>
               <goal>assemble-package-files</goal>
-              <goal>process-web-config</goal>
+              <goal>process-configs</goal>
             </goals>
           </execution>
         </executions>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/Properties/AssemblyInfo.cs?rev=1232181&r1=1232180&r2=1232181&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/Properties/AssemblyInfo.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/Properties/AssemblyInfo.cs Mon Jan 16 21:55:53 2012
@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
 //
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
-// [assembly: AssemblyVersion("1")]
-[assembly: AssemblyVersion("1")]
-[assembly: AssemblyFileVersion("1")]
-[assembly: AssemblyInformationalVersion("1-SNAPSHOT")]
+// [assembly: AssemblyVersion("1.0.0")]
+[assembly: AssemblyVersion("1.0.0")]
+[assembly: AssemblyFileVersion("1.0.0")]
+[assembly: AssemblyInformationalVersion("1.0.0-SNAPSHOT")]

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml?rev=1232181&r1=1232180&r2=1232181&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml Mon Jan 16 21:55:53 2012
@@ -89,8 +89,8 @@
           <execution>
             <goals>
               <goal>assemble-package-files</goal>
-              <goal>process-app-config</goal>
-              <goal>package</goal>
+              <goal>process-configs</goal>
+              <goal>create-package</goal>
             </goals>
           </execution>
         </executions>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml?rev=1232181&r1=1232180&r2=1232181&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml Mon Jan 16 21:55:53 2012
@@ -89,8 +89,8 @@
           <execution>
             <goals>
               <goal>assemble-package-files</goal>
-              <goal>process-app-config</goal>
-              <goal>package</goal>
+              <goal>process-configs</goal>
+              <goal>create-package</goal>
             </goals>
           </execution>
         </executions>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml?rev=1232181&r1=1232180&r2=1232181&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml Mon Jan 16 21:55:53 2012
@@ -70,7 +70,6 @@
         <executions>
           <execution>
             <id>create-msdeploy-package</id>
-            <phase>package</phase>
             <goals>
               <goal>create-package</goal>
             </goals>