Added: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml?rev=1225602&view=auto
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
 (added)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
 Thu Dec 29 17:48:44 2011
@@ -0,0 +1,85 @@
+<?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="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>NPanday.ITs</groupId>
+    <artifactId>NPanday.ITs.Parent</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles</groupId>
+  <artifactId>NPANDAY_480_CloudServiceWithMultipleRoles-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>NPANDAY_480_CloudServiceWithMultipleRoles : 
NPANDAY_480_CloudServiceWithMultipleRoles-parent</name>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <profiles>
+    <profile>
+      <id>standalone</id>
+      <activation>
+        <property>
+          <name>!npanday.version</name>
+        </property>
+      </activation>
+      <properties>
+        <npanday.version>1.5.0-incubating-SNAPSHOT</npanday.version>
+      </properties>
+    </profile>
+  </profiles>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.npanday.plugins</groupId>
+          <artifactId>maven-compile-plugin</artifactId>
+          <version>${npanday.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.npanday.plugins</groupId>
+          <artifactId>custom-lifecycle-maven-plugin</artifactId>
+          <version>${npanday.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.npanday.plugins</groupId>
+          <artifactId>msdeploy-maven-plugin</artifactId>
+          <version>${npanday.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.npanday.plugins</groupId>
+          <artifactId>azure-maven-plugin</artifactId>
+          <version>${npanday.version}</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  
+  <modules>
+    <module>HelloWorld</module>
+    <module>HelloWorld_WebRole</module>
+    <module>HelloWorld_WorkerRole</module>
+  </modules>
+</project>
\ No newline at end of file

Modified: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/HelloWorld_WorkerRole.csproj
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/HelloWorld_WorkerRole.csproj?rev=1225602&r1=1225601&r2=1225602&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/HelloWorld_WorkerRole.csproj
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/HelloWorld_WorkerRole.csproj
 Thu Dec 29 17:48:44 2011
@@ -49,6 +49,7 @@
   </ItemGroup>
   <ItemGroup>
     <None Include="app.config" />
+    <None Include="app.package.config" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets 
below and uncomment it. 

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=1225602&r1=1225601&r2=1225602&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
 Thu Dec 29 17:48:44 2011
@@ -43,31 +43,25 @@
 
   <dependencies>
     <dependency>
-      <groupId>Microsoft.WindowsAzure.StorageClient</groupId>
+      <groupId>Microsoft.WindowsAzure</groupId>
       <artifactId>Microsoft.WindowsAzure.StorageClient</artifactId>
       <version>1.1.0.0</version>
       <type>dotnet-library</type>
-      <scope>system</scope>
-      <!-- Yet to be installed to Maven Central? Or Where? !! -->
-      <systemPath>C:\Program Files\Windows Azure 
SDK\v1.6\ref\Microsoft.WindowsAzure.StorageClient.dll</systemPath>
+      <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>Microsoft.WindowsAzure.ServiceRuntime</groupId>
+      <groupId>Microsoft.WindowsAzure</groupId>
       <artifactId>Microsoft.WindowsAzure.ServiceRuntime</artifactId>
       <version>1.0.0.0</version>
       <type>dotnet-library</type>
-      <scope>system</scope>
-      <!-- Yet to be installed to Maven Central? Or Where? !! -->
-      <systemPath>C:\Program Files\Windows Azure 
SDK\v1.6\ref\Microsoft.WindowsAzure.ServiceRuntime.dll</systemPath>
+      <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>Microsoft.WindowsAzure.Diagnostics</groupId>
+      <groupId>Microsoft.WindowsAzure</groupId>
       <artifactId>Microsoft.WindowsAzure.Diagnostics</artifactId>
       <version>1.0.0.0</version>
       <type>dotnet-library</type>
-      <scope>system</scope>
-      <!-- Yet to be installed to Maven Central? Or Where? !! -->
-      <systemPath>C:\Program Files\Windows Azure 
SDK\v1.6\ref\Microsoft.WindowsAzure.Diagnostics.dll</systemPath>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
   
@@ -86,6 +80,7 @@
           <execution>
             <goals>
               <goal>assemble-package-files</goal>
+              <goal>process-app-config</goal>
               <goal>package</goal>
             </goals>
           </execution>


Reply via email to