You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by kr...@apache.org on 2010/04/09 07:44:15 UTC

svn commit: r932258 - /camel/trunk/examples/camel-example-gauth/src/main/webapp/WEB-INF/appengine-web.xml

Author: krasserm
Date: Fri Apr  9 05:44:15 2010
New Revision: 932258

URL: http://svn.apache.org/viewvc?rev=932258&view=rev
Log:
use placeholder for GAE application name

Modified:
    camel/trunk/examples/camel-example-gauth/src/main/webapp/WEB-INF/appengine-web.xml

Modified: camel/trunk/examples/camel-example-gauth/src/main/webapp/WEB-INF/appengine-web.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-gauth/src/main/webapp/WEB-INF/appengine-web.xml?rev=932258&r1=932257&r2=932258&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-gauth/src/main/webapp/WEB-INF/appengine-web.xml (original)
+++ camel/trunk/examples/camel-example-gauth/src/main/webapp/WEB-INF/appengine-web.xml Fri Apr  9 05:44:15 2010
@@ -18,7 +18,7 @@
 -->
 
 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
-	<application>ipfcloud</application>
+	<application>replaceme</application>
 	<version>1</version>
 	
 	<system-properties>