Files
allwpilib/wpilibj/nbproject/project.xml
2013-12-15 18:30:16 -05:00

100 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?><!--
This is a sample netbeans project file for a Sun Spot Application project.
You may edit it freely, it doesn't affect the ant-powered build.
--><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>WPILibJ</name>
</general-data>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
<name>WPILibJ</name>
<properties>
<property-file>${user.home}/.sunspotfrc.properties</property-file>
<property-file>build.properties</property-file>
<property-file>${sunspot.home}/default.properties</property-file>
</properties>
<folders>
<source-folder>
<label>tests</label>
<type>java</type>
<location>tests</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>src/main/java</label>
<type>java</type>
<location>src/main/java</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>WPILibJ</label>
<location>.</location>
<encoding>UTF-8</encoding>
</source-folder>
</folders>
<ide-actions>
<action name="build">
<target>dist</target>
</action>
<action name="clean">
<target>clean</target>
</action>
<action name="run">
<target>deploy-tests</target>
<target>run</target>
</action>
<action name="rebuild">
<target>clean</target>
<target>dist</target>
</action>
<action name="debug">
<target>deploy</target>
<target>debug-run</target>
</action>
</ide-actions>
<export>
<type>folder</type>
<location>build</location>
<build-target>dist</build-target>
</export>
<view>
<items>
<source-folder style="packages">
<label>tests</label>
<location>tests</location>
</source-folder>
<source-folder style="packages">
<label>src/main/java</label>
<location>src/main/java</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="run"/>
<ide-action name="debug"/>
<separator/>
</context-menu>
</view>
<subprojects/>
</general-data>
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
<compilation-unit>
<package-root>tests</package-root>
<package-root>src/main/java</package-root>
<classpath mode="boot">${sunspot.home}/lib/squawk.jar</classpath>
<classpath mode="compile">${sunspot.home}/lib/networktables-crio.jar</classpath>
<built-to>build</built-to>
<source-level>1.3</source-level>
</compilation-unit>
</java-data>
</configuration>
</project>