git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@781639
13f79535-47bb-0310-9956-
ffa450edef68
</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="**/*" />