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:
adrian.f.cole 2010-01-02 22:34:37 +00:00
parent 63c4712517
commit 7d70031a29
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@
extraction of appengine-java-sdk
-->
<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.port>8088</devappserver.port>
<jclouds.tweetstore.container>jclouds-tweetstore</jclouds.tweetstore.container>
<jclouds.tweetstore.container>jclouds-tweetstore-spring</jclouds.tweetstore.container>
</properties>
<dependencies>