Author: brett
Date: Tue Feb 25 11:52:28 2014
New Revision: 1571659
URL: http://svn.apache.org/r1571659
Log:
bootstrap service runtime library
Added:
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/1.7.0.0/
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/1.7.0.0/Microsoft.WindowsAzure.ServiceRuntime-1.7.0.0.pom
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/maven-metadata.xml
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml
Added:
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/1.7.0.0/Microsoft.WindowsAzure.ServiceRuntime-1.7.0.0.pom
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/1.7.0.0/Microsoft.WindowsAzure.ServiceRuntime-1.7.0.0.pom?rev=1571659&view=auto
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/1.7.0.0/Microsoft.WindowsAzure.ServiceRuntime-1.7.0.0.pom
(added)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/1.7.0.0/Microsoft.WindowsAzure.ServiceRuntime-1.7.0.0.pom
Tue Feb 25 11:52:28 2014
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>Microsoft.WindowsAzure.ServiceRuntime</groupId>
+ <artifactId>Microsoft.WindowsAzure.ServiceRuntime</artifactId>
+ <version>1.7.0.0</version>
+ <packaging>dll</packaging>
+ <description>POM was created from install:install-file</description>
+</project>
Added:
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/maven-metadata.xml?rev=1571659&view=auto
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/maven-metadata.xml
(added)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/ServiceRuntime/Microsoft.WindowsAzure.ServiceRuntime/maven-metadata.xml
Tue Feb 25 11:52:28 2014
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>Microsoft.WindowsAzure.ServiceRuntime</groupId>
+ <artifactId>Microsoft.WindowsAzure.ServiceRuntime</artifactId>
+ <version>1.7.0.0</version>
+ <versioning>
+ <versions>
+ <version>1.7.0.0</version>
+ </versions>
+ <lastUpdated>20111230045338</lastUpdated>
+ </versioning>
+</metadata>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml?rev=1571659&r1=1571658&r2=1571659&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml
Tue Feb 25 11:52:28 2014
@@ -57,6 +57,14 @@
<scope>system</scope>
<systemPath>C:\Program Files\Microsoft SDKs\Windows Azure\.NET
SDK\2012-06\ref\Microsoft.WindowsAzure.StorageClient.dll</systemPath>
</dependency>
+ <dependency>
+ <groupId>Microsoft.WindowsAzure.ServiceRuntime</groupId>
+ <artifactId>Microsoft.WindowsAzure.ServiceRuntime</artifactId>
+ <version>1.7.0.0</version>
+ <type>dotnet-library</type>
+ <scope>system</scope>
+ <systemPath>C:\Program Files\Microsoft SDKs\Windows Azure\.NET
SDK\2012-06\ref\Microsoft.WindowsAzure.ServiceRuntime.dll</systemPath>
+ </dependency>
</dependencies>
<build>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml?rev=1571659&r1=1571658&r2=1571659&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml
Tue Feb 25 11:52:28 2014
@@ -59,8 +59,7 @@
<groupId>Microsoft.WindowsAzure.ServiceRuntime</groupId>
<artifactId>Microsoft.WindowsAzure.ServiceRuntime</artifactId>
<version>1.7.0.0</version>
- <type>gac_msil</type>
- <classifier>31bf3856ad364e35</classifier>
+ <type>dotnet-library</type>
</dependency>
<dependency>
<groupId>Microsoft.WindowsAzure.StorageClient</groupId>