diff mercurial-server-tc/src/META-INF/build-server-plugin-mercurial-tc.xml @ 843:eb4a87121757

replace reference to DTD with XML schema (TW-37006)
author Pavel Sher <pavel.sher@gmail.com>
date Sun, 22 Jun 2014 23:29:12 +0400
parents 4d543673433f
children 7bf4d943d5bb
line wrap: on
line diff
--- a/mercurial-server-tc/src/META-INF/build-server-plugin-mercurial-tc.xml	Wed Jun 18 12:14:56 2014 +0200
+++ b/mercurial-server-tc/src/META-INF/build-server-plugin-mercurial-tc.xml	Sun Jun 22 23:29:12 2014 +0400
@@ -14,10 +14,10 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-
-<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
-
-<beans default-autowire="constructor">
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
+       default-autowire="constructor">
     <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialExtensionRegistry"/>
     <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialBranchSupport"/>
     <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialSubrepoUsageStatistics"/>