mirror of https://github.com/apache/jclouds.git
corrected the application id and bucket for spring tweetstore
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2580 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
63c4712517
commit
7d70031a29
|
@ -38,10 +38,10 @@
|
||||||
extraction of appengine-java-sdk
|
extraction of appengine-java-sdk
|
||||||
-->
|
-->
|
||||||
<appengine.home>YOUR_APPENGINE_HOME</appengine.home>
|
<appengine.home>YOUR_APPENGINE_HOME</appengine.home>
|
||||||
<appengine.applicationid>jclouds-tweetstore</appengine.applicationid>
|
<appengine.applicationid>jclouds-tweetstore-spring</appengine.applicationid>
|
||||||
<devappserver.address>localhost</devappserver.address>
|
<devappserver.address>localhost</devappserver.address>
|
||||||
<devappserver.port>8088</devappserver.port>
|
<devappserver.port>8088</devappserver.port>
|
||||||
<jclouds.tweetstore.container>jclouds-tweetstore</jclouds.tweetstore.container>
|
<jclouds.tweetstore.container>jclouds-tweetstore-spring</jclouds.tweetstore.container>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue