Do no make libyaz.so part of dist
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Sep 2009 14:05:36 +0000 (16:05 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Sep 2009 14:05:36 +0000 (16:05 +0200)
build.xml

index 3ad9842..16bc930 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -50,7 +50,6 @@
       </manifest>
     </jar>
     <copy file="libyaz4j/lib/libyaz4j.so" tofile="${distributions}/${version}/libyaz4j.so"/>
-    <copy file="dependencies/yaz-2.1.28/lib/libyaz.so" tofile="${distributions}/${version}/libyaz.so"/>
   </target>
 
   <target name="clean" description="clean up" >