mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Remove deprecated tags in appengine-web.xml
Remove the application and version tags and replace "module" with "service". The old tags have been deprecated for ages, and they cause warnings when we do gradle deployment/staging. TESTED: Deployed to crash, everything still seemed to work to the extent that crash can be expected to, service variations still happened, all services got updated. Minimal risk to the other environments. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=223799777
This commit is contained in:
parent
c70a8867c6
commit
f980a25b32
24 changed files with 24 additions and 72 deletions
|
@ -1,10 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
|
||||
|
||||
<application>domain-registry</application>
|
||||
<version>1</version>
|
||||
<runtime>java8</runtime>
|
||||
<module>pubapi</module>
|
||||
<service>pubapi</service>
|
||||
<threadsafe>true</threadsafe>
|
||||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4</instance-class>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue