workaround for missing libs in ant dist

now there are some files double :-(
please help!

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6163 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent 7f868ca3c2
commit 65888a001e

@ -378,12 +378,19 @@
<!-- copy yacy.jar (if available) --> <!-- copy yacy.jar (if available) -->
<copy todir="${release_main}" file="yacy.jar" failonerror="false"/> <copy todir="${release_main}" file="yacy.jar" failonerror="false"/>
<!-- copy build libs --> <!-- copy all libs -->
<copy todir="${release_main}/libbuild"> <copy todir="${release_main}/lib">
<fileset dir="${libbuild}" <fileset dir="${lib}"
includes="**/*"/> includes="**/*"/>
</copy> </copy>
<!-- copy build libs -->
<copy todir="${release_main}/libbuild">
<fileset dir="${libbuild}"
includes="**/*"/>
</copy>
<!-- copy configuration files --> <!-- copy configuration files -->
<copy todir="${release_main}"> <copy todir="${release_main}">

Loading…
Cancel
Save