according to nirvanix, sdn is a provider of the api called nirvanix

This commit is contained in:
Adrian Cole 2011-01-16 17:59:47 -08:00
parent 3df922f344
commit 59d7a46208
34 changed files with 14 additions and 14 deletions

View File

@ -29,9 +29,9 @@
<relativePath>../../project/pom.xml</relativePath> <relativePath>../../project/pom.xml</relativePath>
</parent> </parent>
<groupId>org.jclouds.provider</groupId> <groupId>org.jclouds.provider</groupId>
<artifactId>sdn</artifactId> <artifactId>nirvanix</artifactId>
<name>jclouds nirvanix storage delivery network core</name> <name>jclouds nirvanix storage delivery network core</name>
<description>jclouds Core components to access nirvanix sdn</description> <description>jclouds Core components to access nirvanix nirvanix</description>
<!-- bootstrapping: need to fetch the project POM --> <!-- bootstrapping: need to fetch the project POM -->
<repositories> <repositories>
@ -45,10 +45,10 @@
</repositories> </repositories>
<properties> <properties>
<test.sdn.endpoint>http://services.nirvanix.com</test.sdn.endpoint> <test.nirvanix.endpoint>http://services.nirvanix.com</test.nirvanix.endpoint>
<test.sdn.apiversion>2.5.6</test.sdn.apiversion> <test.nirvanix.apiversion>2.5.6</test.nirvanix.apiversion>
<test.sdn.identity>FIXME</test.sdn.identity> <test.nirvanix.identity>FIXME</test.nirvanix.identity>
<test.sdn.credential> FIXME </test.sdn.credential> <test.nirvanix.credential> FIXME </test.nirvanix.credential>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
@ -106,20 +106,20 @@
<configuration> <configuration>
<systemProperties> <systemProperties>
<property> <property>
<name>test.sdn.endpoint</name> <name>test.nirvanix.endpoint</name>
<value>${test.sdn.endpoint}</value> <value>${test.nirvanix.endpoint}</value>
</property> </property>
<property> <property>
<name>test.sdn.apiversion</name> <name>test.nirvanix.apiversion</name>
<value>${test.sdn.apiversion}</value> <value>${test.nirvanix.apiversion}</value>
</property> </property>
<property> <property>
<name>test.sdn.identity</name> <name>test.nirvanix.identity</name>
<value>${test.sdn.identity}</value> <value>${test.nirvanix.identity}</value>
</property> </property>
<property> <property>
<name>test.sdn.credential</name> <name>test.nirvanix.credential</name>
<value>${test.sdn.credential}</value> <value>${test.nirvanix.credential}</value>
</property> </property>
</systemProperties> </systemProperties>
</configuration> </configuration>