mirror of https://github.com/apache/jclouds.git
fixed cyclic property problem
This commit is contained in:
parent
4646f52365
commit
2ca179ec54
|
@ -37,8 +37,8 @@
|
|||
<properties>
|
||||
<test.eucalyptus.endpoint>http://ecc.eucalyptus.com:8773/services/Eucalyptus</test.eucalyptus.endpoint>
|
||||
<test.eucalyptus.apiversion>2010-06-15</test.eucalyptus.apiversion>
|
||||
<test.eucalyptus.identity>${test.eucalyptus.identity}</test.eucalyptus.identity>
|
||||
<test.eucalyptus.credential>${test.eucalyptus.credential}</test.eucalyptus.credential>
|
||||
<test.eucalyptus.identity>FIXME_IDENTITY</test.eucalyptus.identity>
|
||||
<test.eucalyptus.credential>FIXME_CREDENTIAL</test.eucalyptus.credential>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
<properties>
|
||||
<test.ecc-ec2.endpoint>http://ecc.eucalyptus.com:8773/services/Eucalyptus</test.ecc-ec2.endpoint>
|
||||
<test.ecc-ec2.apiversion>2010-06-15</test.ecc-ec2.apiversion>
|
||||
<test.ecc-ec2.identity>${test.ecc-ec2.identity}</test.ecc-ec2.identity>
|
||||
<test.ecc-ec2.credential>${test.ecc-ec2.credential}</test.ecc-ec2.credential>
|
||||
<test.ecc-ec2.identity>FIXME_IDENTITY</test.ecc-ec2.identity>
|
||||
<test.ecc-ec2.credential>FIXME_CREDENTIAL</test.ecc-ec2.credential>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue