comparison 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
comparison
equal deleted inserted replaced
842:951ace007006 843:eb4a87121757
12 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and 14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 17 <beans xmlns="http://www.springframework.org/schema/beans"
18 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> 18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 19 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
20 <beans default-autowire="constructor"> 20 default-autowire="constructor">
21 <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialExtensionRegistry"/> 21 <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialExtensionRegistry"/>
22 <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialBranchSupport"/> 22 <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialBranchSupport"/>
23 <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialSubrepoUsageStatistics"/> 23 <bean class="jetbrains.buildServer.buildTriggers.vcs.mercurial.MercurialSubrepoUsageStatistics"/>
24 </beans> 24 </beans>