Skip to content

Commit

Permalink
ZOOKEEPER-2576: Missing changes (cleanup build.xml)
Browse files Browse the repository at this point in the history
(Patrick Hunt via rgs)
  • Loading branch information
rgs1 committed Sep 13, 2016
1 parent 8c40826 commit b2a484c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ BUGFIXES:
ZOOKEEPER-2576: After svn to git migration ZooKeeper Precommit jenkins job is failing
(Patrick Hunt via rgs)

ZOOKEEPER-2576: Missing changes (cleanup build.xml)
(Patrick Hunt via rgs)

IMPROVEMENTS:
ZOOKEEPER-2024 Major throughput improvement with mixed workloads (Kfir Lev-Ari via shralex)

Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">

<!-- test patch properties -->
<property name="scratch.dir" value="${user.home}/tmp"/>
<property name="svn.cmd" value="svn"/>
<property name="git.cmd" value="git"/>
<property name="grep.cmd" value="grep"/>
<property name="patch.cmd" value="patch"/>
<property name="make.cmd" value="make"/>
Expand Down Expand Up @@ -1591,7 +1591,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<arg value="DEVELOPER"/>
<arg value="${patch.file}"/>
<arg value="${scratch.dir}"/>
<arg value="${svn.cmd}"/>
<arg value="${git.cmd}"/>
<arg value="${grep.cmd}"/>
<arg value="${patch.cmd}"/>
<arg value="${findbugs.home}"/>
Expand All @@ -1609,7 +1609,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<arg value="${ps.cmd}"/>
<arg value="${wget.cmd}"/>
<arg value="${jiracli.cmd}"/>
<arg value="${svn.cmd}"/>
<arg value="${git.cmd}"/>
<arg value="${grep.cmd}"/>
<arg value="${patch.cmd}"/>
<arg value="${findbugs.home}"/>
Expand Down

0 comments on commit b2a484c

Please sign in to comment.