mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 17:27:26 +00:00
13 lines
346 B
XML
13 lines
346 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="uploader" default="default" basedir=".">
|
|
<description>Builds, tests, and runs the project uploader.</description>
|
|
|
|
|
|
|
|
<import file="nbproject/build-impl.xml"/>
|
|
|
|
<target name="-post-jar">
|
|
<delete file="../../README.TXT"/>
|
|
</target>
|
|
</project>
|