Author: jbalunas(a)redhat.com
Date: 2011-02-04 14:23:22 -0500 (Fri, 04 Feb 2011)
New Revision: 21469
Modified:
trunk/archetypes/rf-gae-sample/readme.txt
trunk/archetypes/rf-gae-sample/src/main/resources/archetype-resources/readme.txt
trunk/archetypes/rf-gae-sample/src/main/resources/archetype-resources/src/main/webapp-gae/WEB-INF/appengine-web.xml
Log:
RF-9418 updated GAE archetype application name default
Modified: trunk/archetypes/rf-gae-sample/readme.txt
===================================================================
--- trunk/archetypes/rf-gae-sample/readme.txt 2011-02-04 18:46:35 UTC (rev 21468)
+++ trunk/archetypes/rf-gae-sample/readme.txt 2011-02-04 19:23:22 UTC (rev 21469)
@@ -14,7 +14,7 @@
*BEFORE NEXT STEP:
-- You should setup your GAE account at
http://appspot.com
- -- Register your new application there. By default the applications name is
"rf-${artifactId}"
+ -- Register your new application there. By default the applications name is
"${artifactId}"
-- Download and install the GAE SDK for deployment and local server tools
3) Execute appcfg from GAE SDK to publish to your account:
Modified:
trunk/archetypes/rf-gae-sample/src/main/resources/archetype-resources/readme.txt
===================================================================
---
trunk/archetypes/rf-gae-sample/src/main/resources/archetype-resources/readme.txt 2011-02-04
18:46:35 UTC (rev 21468)
+++
trunk/archetypes/rf-gae-sample/src/main/resources/archetype-resources/readme.txt 2011-02-04
19:23:22 UTC (rev 21469)
@@ -5,7 +5,7 @@
*BEFORE NEXT STEP:
-- You should setup your GAE account at
http://appspot.com
- -- Register your new application there. By default the applications name is
"rf-${artifactId}"
+ -- Register your new application there. By default the applications name is
"${artifactId}"
-- Download and install the GAE SDK for deployment and local server tools
3) Execute appcfg from GAE SDK to publish to your account:
Modified:
trunk/archetypes/rf-gae-sample/src/main/resources/archetype-resources/src/main/webapp-gae/WEB-INF/appengine-web.xml
===================================================================
---
trunk/archetypes/rf-gae-sample/src/main/resources/archetype-resources/src/main/webapp-gae/WEB-INF/appengine-web.xml 2011-02-04
18:46:35 UTC (rev 21468)
+++
trunk/archetypes/rf-gae-sample/src/main/resources/archetype-resources/src/main/webapp-gae/WEB-INF/appengine-web.xml 2011-02-04
19:23:22 UTC (rev 21469)
@@ -3,7 +3,7 @@
#set( $symbol_escape = '\' )
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app
xmlns="http://appengine.google.com/ns/1.0">
- <application>rf-${artifactId}</application>
+ <application>${artifactId}</application>
<version>1</version>
<sessions-enabled>true</sessions-enabled>
<system-properties>