fixed cyclic property problem

This commit is contained in:
Adrian Cole 2011-01-06 14:59:07 -08:00
parent 4646f52365
commit 2ca179ec54
2 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@
<properties> <properties>
<test.eucalyptus.endpoint>http://ecc.eucalyptus.com:8773/services/Eucalyptus</test.eucalyptus.endpoint> <test.eucalyptus.endpoint>http://ecc.eucalyptus.com:8773/services/Eucalyptus</test.eucalyptus.endpoint>
<test.eucalyptus.apiversion>2010-06-15</test.eucalyptus.apiversion> <test.eucalyptus.apiversion>2010-06-15</test.eucalyptus.apiversion>
<test.eucalyptus.identity>${test.eucalyptus.identity}</test.eucalyptus.identity> <test.eucalyptus.identity>FIXME_IDENTITY</test.eucalyptus.identity>
<test.eucalyptus.credential>${test.eucalyptus.credential}</test.eucalyptus.credential> <test.eucalyptus.credential>FIXME_CREDENTIAL</test.eucalyptus.credential>
</properties> </properties>
<dependencies> <dependencies>

View File

@ -37,8 +37,8 @@
<properties> <properties>
<test.ecc-ec2.endpoint>http://ecc.eucalyptus.com:8773/services/Eucalyptus</test.ecc-ec2.endpoint> <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.apiversion>2010-06-15</test.ecc-ec2.apiversion>
<test.ecc-ec2.identity>${test.ecc-ec2.identity}</test.ecc-ec2.identity> <test.ecc-ec2.identity>FIXME_IDENTITY</test.ecc-ec2.identity>
<test.ecc-ec2.credential>${test.ecc-ec2.credential}</test.ecc-ec2.credential> <test.ecc-ec2.credential>FIXME_CREDENTIAL</test.ecc-ec2.credential>
</properties> </properties>
<dependencies> <dependencies>