Skip to content

Commit c0761a4

Browse files
committed
Ant duplicate JAR bugfix
1 parent 60ef96c commit c0761a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ant/dir.ant

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
</copy>
4747

4848
<!-- copy required libraries -->
49-
<copy todir="${dist.home}/Plugins/Bin" overwrite="true" verbose="false">
49+
<!--copy todir="${dist.home}/Plugins/Bin" overwrite="true" verbose="false">
5050
<fileset dir="${lib.home}">
5151
<include name="BibRefUtils.jar" />
5252
</fileset>
53-
</copy>
53+
</copy-->
5454
</target>
5555
</project>

0 commit comments

Comments
 (0)