mirror of https://github.com/apache/jclouds.git
Issue 384: update to virtualbox 4.1.2r73507
This commit is contained in:
parent
266cd9cb95
commit
43d1db9f48
|
@ -0,0 +1,4 @@
|
||||||
|
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
|
||||||
|
#Sat Aug 20 12:57:57 PDT 2011
|
||||||
|
vboxjws-4.1.2r73507.jar>=
|
||||||
|
vboxjws-4.1.2r73507.pom>=
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
b7f8ab45fb500a8316ed218d7295a82d
|
|
@ -0,0 +1 @@
|
||||||
|
d16d904b5f71d747eec9253cfa9331f6e62587d6
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?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>org.virtualbox</groupId>
|
||||||
|
<artifactId>vboxjws</artifactId>
|
||||||
|
<version>4.1.2r73507</version>
|
||||||
|
<description>POM was created from install:install-file</description>
|
||||||
|
</project>
|
|
@ -0,0 +1 @@
|
||||||
|
adc17f7bde99c57b074e9e3c41b95004
|
|
@ -0,0 +1 @@
|
||||||
|
281e12e6b67919ade6a20987f15c92400c1508c6
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<test.virtualbox.endpoint>http://localhost:18083/</test.virtualbox.endpoint>
|
<test.virtualbox.endpoint>http://localhost:18083/</test.virtualbox.endpoint>
|
||||||
<test.virtualbox.apiversion>4.1.0r73009</test.virtualbox.apiversion>
|
<test.virtualbox.apiversion>4.1.2r73507</test.virtualbox.apiversion>
|
||||||
<test.virtualbox.identity>administrator</test.virtualbox.identity>
|
<test.virtualbox.identity>administrator</test.virtualbox.identity>
|
||||||
<test.virtualbox.credential>12345</test.virtualbox.credential>
|
<test.virtualbox.credential>12345</test.virtualbox.credential>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>temporary</id>
|
<id>temporary</id>
|
||||||
<url>https://jclouds.googlecode.com/svn/repo</url>
|
<url>https://github.com/jclouds/jclouds/tree/master/repo</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
|
@ -119,7 +119,7 @@ public class VirtualboxAdministrationKickstartLiveTest {
|
||||||
identity = System.getProperty("test." + provider + ".identity", "administrator");
|
identity = System.getProperty("test." + provider + ".identity", "administrator");
|
||||||
credential = System.getProperty("test." + provider + ".credential", "12345");
|
credential = System.getProperty("test." + provider + ".credential", "12345");
|
||||||
endpoint = URI.create(System.getProperty("test." + provider + ".endpoint", "http://localhost:18083/"));
|
endpoint = URI.create(System.getProperty("test." + provider + ".endpoint", "http://localhost:18083/"));
|
||||||
apiVersion = System.getProperty("test." + provider + ".apiversion", "4.1.0r73009");
|
apiVersion = System.getProperty("test." + provider + ".apiversion", "4.1.2r73507");
|
||||||
majorVersion = Iterables.get(Splitter.on('r').split(apiVersion), 0);
|
majorVersion = Iterables.get(Splitter.on('r').split(apiVersion), 0);
|
||||||
minorVersion = Iterables.get(Splitter.on('r').split(apiVersion), 1);
|
minorVersion = Iterables.get(Splitter.on('r').split(apiVersion), 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue