Browse Source

ZOOKEEPER-1311. ZooKeeper test jar is broken (Ivan Kelly via phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1208979 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 13 years ago
parent
commit
73b1dee463
2 changed files with 5 additions and 13 deletions
  1. 2 0
      CHANGES.txt
  2. 3 13
      build.xml

+ 2 - 0
CHANGES.txt

@@ -57,6 +57,8 @@ BUGFIXES:
   ZOOKEEPER-1208. Ephemeral node not removed after the client session is long gone. (phunt via camille)
  
   ZOOKEEPER-1239. add logging/stats to identify fsync stalls. (phunt via camille)
+
+  ZOOKEEPER-1311. ZooKeeper test jar is broken (Ivan Kelly via phunt)
    
 IMPROVEMENTS:
 

+ 3 - 13
build.xml

@@ -711,20 +711,10 @@
       <checksum file="${dist.maven.dir}/${final.name}.pom" algorithm="md5"/>
       <checksum file="${dist.maven.dir}/${final.name}.pom" algorithm="sha1"/>
       
-      
       <copy file="${build.dir}/${final.name}-test.jar"
-            tofile="${dist.maven.dir}/${final.name}-test.jar"/> 
-      <checksum file="${dist.maven.dir}/${final.name}-test.jar" algorithm="sha1"/>
-      <checksum file="${dist.maven.dir}/${final.name}-test.jar" algorithm="md5"/>
-      <ivy:makepom settingsRef="${ant.project.name}" ivyfile="${basedir}/ivy.xml"
-                   pomfile="${dist.maven.dir}/${final.name}-test.pom"
-		   artifactName="zookeeper-test">
-        <mapping conf="default" scope="compile"/>
-        <mapping conf="test" scope="test"/>
-      </ivy:makepom>
-      <checksum file="${dist.maven.dir}/${final.name}-test.pom" algorithm="md5"/>
-      <checksum file="${dist.maven.dir}/${final.name}-test.pom" algorithm="sha1"/>
-
+            tofile="${dist.maven.dir}/${final.name}-tests.jar"/> 
+      <checksum file="${dist.maven.dir}/${final.name}-tests.jar" algorithm="sha1"/>
+      <checksum file="${dist.maven.dir}/${final.name}-tests.jar" algorithm="md5"/>
 
       <copy todir="${dist.dir}/bin">
         <fileset dir="bin"/>