git-agent/src/main/resources/META-INF/build-agent-plugin-git.xml [1:6]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<?xml version="1.0" encoding="UTF-8"?>
<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.git.jgit.LenientSystemReader" lazy-init="false" />
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



git-server/src/main/resources/META-INF/build-server-plugin-git.xml [1:8]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<?xml version="1.0" encoding="UTF-8"?>


<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.git.jgit.LenientSystemReader" lazy-init="false" />
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



