mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:24:32 +00:00
11 lines
352 B
XML
11 lines
352 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project basedir=".." name="ffdec-IDE">
|
|
<import file="../build.xml"/>
|
|
<target name="-profile-check">
|
|
<startprofiler freeform="true"/>
|
|
</target>
|
|
<target depends="-profile-check" if="profiler.configured" name="profile-nb">
|
|
<antcall target="run" />
|
|
</target>
|
|
</project>
|