mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 00:51:55 +00:00
fix copy task
This commit is contained in:
@@ -875,7 +875,7 @@
|
||||
</target>
|
||||
|
||||
<target name="download-playerglobal" depends="-get-playerglobal-home">
|
||||
<copy src="${adobe.playerglobal.path}" todir="${playerglobal.homedir}"/>
|
||||
<copy file="${adobe.playerglobal.path}" todir="${playerglobal.homedir}" />
|
||||
</target>
|
||||
<target name="fix-src-endoflines">
|
||||
<fixcrlf srcdir="${src.dir}" includes="**/*.java" />
|
||||
|
||||
Reference in New Issue
Block a user