Revision: 5721
Author:   [email protected]
Date:     Fri Mar 20 15:28:24 2015 UTC
Log:      switch to appengine HRD
https://codereview.appspot.com/217040043

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 it should use the new app name "caja-hrd".

R=kpreid2


https://code.google.com/p/google-caja/source/detail?r=5721

Modified:
 /trunk/appengine-web.xml

=======================================
--- /trunk/appengine-web.xml    Sat Sep 15 17:31:06 2012 UTC
+++ /trunk/appengine-web.xml    Fri Mar 20 15:28:24 2015 UTC
@@ -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.

Reply via email to