mirror of https://github.com/apache/jclouds.git
Updated a link in the README and adjusted the display-name to match the entry in the GAE account.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2600 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
910e45ddb4
commit
90c529ed47
|
@ -16,9 +16,11 @@
|
|||
limitations under the License.
|
||||
====================================================================
|
||||
====
|
||||
This sample uses the Google App Engine for Java SDK located at http://googleappengine.googlecode.com/files/appengine-java-sdk-1.2.5.zip
|
||||
This sample uses the Google App Engine for Java SDK located at
|
||||
http://code.google.com/p/googleappengine/downloads/list
|
||||
|
||||
Please unzip the above file and modify your maven settings.xml like below before attempting to run 'mvn -Plive install'
|
||||
Please unzip the above file and modify your maven settings.xml like below before
|
||||
attempting to run 'mvn -Plive install'
|
||||
|
||||
<profile>
|
||||
<id>appengine</id>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd"
|
||||
version="2.5">
|
||||
<display-name>jclouds-demo-gae-tweetstore</display-name>
|
||||
<display-name>jclouds-tweetstore</display-name>
|
||||
|
||||
<!-- Servlets -->
|
||||
<filter>
|
||||
|
|
Loading…
Reference in New Issue