THRIFT-462. java: Installed jar shouldn't be executable
authorDavid Reiss <dreiss@apache.org>
Thu, 4 Jun 2009 02:05:25 +0000 (02:05 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 4 Jun 2009 02:05:25 +0000 (02:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@781639 13f79535-47bb-0310-9956-ffa450edef68

lib/java/build.xml

index fc81f8a..6bd5e89 100644 (file)
   </target>
 
   <target name="install" depends="dist,javadoc">
-    <exec executable="install">
-      <arg line="libthrift.jar ${install.path}" />
-    </exec>
+    <copy todir="${install.path}">
+        <fileset dir="."><include name="*.jar" /></fileset>
+    </copy>
     <copy todir="${install.javadoc.path}">
       <fileset dir="${javadoc}">
         <include name="**/*" />