unicorn commit: use production server for i18n checker

changeset:   1719:ebc8e90569e0
tag:         tip
user:        Jean-Guilhem Rouel <jean-gui@w3.org>
date:        Tue Oct 01 18:18:33 2013 +0200
files:       WebContent/WEB-INF/resources/contracts/i18n.wadl
description:
use production server for i18n checker


diff -r cdb8649b2db7 -r ebc8e90569e0 WebContent/WEB-INF/resources/contracts/i18n.wadl
--- a/WebContent/WEB-INF/resources/contracts/i18n.wadl	Fri Sep 13 11:04:49 2013 +0200
+++ b/WebContent/WEB-INF/resources/contracts/i18n.wadl	Tue Oct 01 18:18:33 2013 +0200
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" xmlns="http://research.sun.com/wadl/2006/10"> 
 <grammars/> 
-    <resources base="http://qa-dev.w3.org/i18n-checker-test/"> 
+    <resources base="http://validator.w3.org/i18n-checker/"> 
         <resource path="check"> 
             <doc title="responseType">default</doc>
             

Received on Tuesday, 1 October 2013 16:18:38 UTC