mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-21 23:47:30 +00:00
77 lines
3.0 KiB
XML
77 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.ant.freeform</type>
|
|
<configuration>
|
|
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
|
|
<!-- Do not use Project Properties customizer when editing this file manually.
|
|
To prevent the customizer from showing, create nbproject/project.properties file and enter
|
|
auxiliary.show.customizer=false
|
|
property there. Adding
|
|
auxiliary.show.customizer.message=<message>
|
|
will show your customized message when someone attempts to open the customizer. -->
|
|
<name>FFDec CLI</name>
|
|
<properties/>
|
|
<folders>
|
|
<source-folder>
|
|
<label>src</label>
|
|
<type>java</type>
|
|
<location>src</location>
|
|
</source-folder>
|
|
</folders>
|
|
<ide-actions>
|
|
<action name="build">
|
|
<target>build</target>
|
|
</action>
|
|
<action name="clean">
|
|
<target>clean</target>
|
|
</action>
|
|
<action name="javadoc">
|
|
<target>javadoc</target>
|
|
</action>
|
|
<action name="run">
|
|
<target>run</target>
|
|
</action>
|
|
<action name="test">
|
|
<target>test</target>
|
|
</action>
|
|
<action name="rebuild">
|
|
<target>clean</target>
|
|
<target>build</target>
|
|
</action>
|
|
</ide-actions>
|
|
<export>
|
|
<type>folder</type>
|
|
<location>build/classes</location>
|
|
<build-target>build</build-target>
|
|
</export>
|
|
<view>
|
|
<items>
|
|
<source-folder style="packages">
|
|
<label>src</label>
|
|
<location>src</location>
|
|
</source-folder>
|
|
<source-file>
|
|
<location>build.xml</location>
|
|
</source-file>
|
|
</items>
|
|
<context-menu>
|
|
<ide-action name="build"/>
|
|
<ide-action name="rebuild"/>
|
|
<ide-action name="clean"/>
|
|
<ide-action name="javadoc"/>
|
|
<ide-action name="run"/>
|
|
<ide-action name="test"/>
|
|
</context-menu>
|
|
</view>
|
|
</general-data>
|
|
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
|
|
<compilation-unit>
|
|
<package-root>src</package-root>
|
|
<classpath mode="compile">lib/jansi-2.4.0.jar;../../lib/ffdec_lib.jar</classpath>
|
|
<built-to>build/classes</built-to>
|
|
<source-level>1.8</source-level>
|
|
</compilation-unit>
|
|
</java-data>
|
|
</configuration>
|
|
</project>
|