freecol/config/nbproject/project.xml

118 lines
4.8 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">
<name>FreeCol</name>
</general-data>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
<!-- Do not use Project Properties customizer when editing this file manually. -->
<name>FreeCol</name>
<properties/>
<folders>
<source-folder>
<label>FreeCol</label>
<location>.</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>src</label>
<type>java</type>
<location>src</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>test/src</label>
<type>java</type>
<location>test/src</location>
<encoding>UTF-8</encoding>
</source-folder>
</folders>
<ide-actions>
<action name="build">
<target>package</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>package</target>
</action>
<action name="debug">
<script>nbproject/ide-targets.xml</script>
<target>debug-nb</target>
</action>
<action name="profile">
<script>nbproject/ide-targets.xml</script>
<target>profile-nb</target>
</action>
</ide-actions>
<export>
<type>folder</type>
<location>build</location>
<build-target>package</build-target>
</export>
<export>
<type>folder</type>
<location>.</location>
<build-target>package</build-target>
</export>
<view>
<items>
<source-folder style="packages">
<label>src</label>
<location>src</location>
</source-folder>
<source-folder style="packages">
<label>test/src</label>
<location>test/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"/>
<ide-action name="debug"/>
<ide-action name="profile"/>
</context-menu>
</view>
<subprojects/>
</general-data>
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
<compilation-unit>
<package-root>src</package-root>
<classpath mode="compile">jars/commons-cli-1.4.jar;jars/cortado-0.6.0.jar;jars/jogg-0.0.17.jar;jars/jorbis-0.0.17.jar;jars/miglayout-core-5.0.jar;jars/miglayout-swing-5.0.jar;jars/findbugs-annotations.jar</classpath>
<built-to>build</built-to>
<built-to>.</built-to>
<javadoc-built-to>doc</javadoc-built-to>
<source-level>1.8</source-level>
</compilation-unit>
<compilation-unit>
<package-root>test/src</package-root>
<unit-tests/>
<classpath mode="compile">test/lib/junit.jar;FreeCol.jar</classpath>
<source-level>1.8</source-level>
</compilation-unit>
</java-data>
<preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
<module name="org-netbeans-modules-editor-indent"/>
</preferences>
</configuration>
</project>