Reviewers: kpreid2,
Description:
migration to HRD requires creating a new appengine app and deploying
to that new app. After the migration is complete, the new app will
have the same URL as the old app (caja.appspot.com) but references
to should use the new app name "caja-hrd".
Please review this at https://codereview.appspot.com/217040043/
Affected files (+1, -1 lines):
M appengine-web.xml
Index: appengine-web.xml
===================================================================
--- appengine-web.xml (revision 5720)
+++ appengine-web.xml (working copy)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
- <application>caja</application>
+ <application>caja-hrd</application>
<version>@svnVersion@</version>
<threadsafe>false</threadsafe>
<!-- Configure java.util.logging -->
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.