Pārlūkot izejas kodu

ZOOKEEPER-2651: Missing src/pom.template in release

Author: Rakesh Radhakrishnan <rakeshr@apache.org>

Reviewers: Edward Ribeiro <edward.ribeiro@gmail.com>, Michael Han <hanm@apache.org>

Closes #145 from rakeshadr/ZOOKEEPER-2651
Rakesh Radhakrishnan 8 gadi atpakaļ
vecāks
revīzija
5f60374d06
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      build.xml

+ 2 - 0
build.xml

@@ -786,6 +786,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
 
       <copy todir="${dist.dir}/src" includeEmptyDirs="true">
         <fileset dir="src" excludes="**/*.template **/docs/build/**/* **/ivy*.jar"/>
+        <fileset file="src/pom.template"/>
       </copy>
   	  
       <chmod perm="ugo+x" type="file" parallel="false">
@@ -902,6 +903,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
 
       <copy todir="${dist.dir}/src" includeEmptyDirs="true">
         <fileset dir="src" excludes="**/*.template **/docs/build/**/* **/ivy*.jar"/>
+        <fileset file="src/pom.template"/>
       </copy>
   	  
       <chmod perm="ugo+x" type="file" parallel="false">