mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Initial checkin of unified hierarchy of WPILib 2015
This commit is contained in:
141
networktables/java/nbproject/project.xml
Normal file
141
networktables/java/nbproject/project.xml
Normal file
@@ -0,0 +1,141 @@
|
||||
<?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>Network_Tables_2.0</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>Network_Tables_2.0</name>
|
||||
<properties>
|
||||
<property-file>${user.home}/.sunspotfrc.properties</property-file>
|
||||
<property-file>build.properties</property-file>
|
||||
<property-file>${sunspot.home}/test-classpath.properties</property-file>
|
||||
<property-file>${sunspot.home}/default.properties</property-file>
|
||||
</properties>
|
||||
<folders>
|
||||
<source-folder>
|
||||
<label>src\desktop</label>
|
||||
<type>java</type>
|
||||
<location>src/desktop</location>
|
||||
<encoding>windows-1252</encoding>
|
||||
</source-folder>
|
||||
<source-folder>
|
||||
<label>crio-test</label>
|
||||
<type>java</type>
|
||||
<location>crio-test</location>
|
||||
<encoding>windows-1252</encoding>
|
||||
</source-folder>
|
||||
<source-folder>
|
||||
<label>desktop-test</label>
|
||||
<type>java</type>
|
||||
<location>desktop-test</location>
|
||||
<encoding>windows-1252</encoding>
|
||||
</source-folder>
|
||||
<source-folder>
|
||||
<label>src\crio</label>
|
||||
<type>java</type>
|
||||
<location>src/crio</location>
|
||||
<encoding>windows-1252</encoding>
|
||||
</source-folder>
|
||||
<source-folder>
|
||||
<label>src\common</label>
|
||||
<type>java</type>
|
||||
<location>src/common</location>
|
||||
<encoding>windows-1252</encoding>
|
||||
</source-folder>
|
||||
<source-folder>
|
||||
<label>Network_Tables_2.0</label>
|
||||
<location>.</location>
|
||||
<encoding>windows-1252</encoding>
|
||||
</source-folder>
|
||||
</folders>
|
||||
<ide-actions>
|
||||
<action name="run">
|
||||
<target>all</target>
|
||||
</action>
|
||||
<action name="build">
|
||||
<target>dist</target>
|
||||
</action>
|
||||
<action name="clean">
|
||||
<target>clean</target>
|
||||
</action>
|
||||
<action name="test">
|
||||
<target>test-desktop</target>
|
||||
</action>
|
||||
<action name="rebuild">
|
||||
<target>clean</target>
|
||||
<target>dist</target>
|
||||
</action>
|
||||
</ide-actions>
|
||||
<view>
|
||||
<items>
|
||||
<source-folder style="packages">
|
||||
<label>src\desktop</label>
|
||||
<location>src/desktop</location>
|
||||
</source-folder>
|
||||
<source-folder style="packages">
|
||||
<label>crio-test</label>
|
||||
<location>crio-test</location>
|
||||
</source-folder>
|
||||
<source-folder style="packages">
|
||||
<label>desktop-test</label>
|
||||
<location>desktop-test</location>
|
||||
</source-folder>
|
||||
<source-folder style="packages">
|
||||
<label>src\crio</label>
|
||||
<location>src/crio</location>
|
||||
</source-folder>
|
||||
<source-folder style="packages">
|
||||
<label>src\common</label>
|
||||
<location>src/common</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="test"/>
|
||||
</context-menu>
|
||||
</view>
|
||||
<subprojects/>
|
||||
</general-data>
|
||||
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
|
||||
<compilation-unit>
|
||||
<package-root>src/desktop</package-root>
|
||||
<classpath mode="compile">src/common</classpath>
|
||||
<source-level>1.3</source-level>
|
||||
</compilation-unit>
|
||||
<compilation-unit>
|
||||
<package-root>crio-test</package-root>
|
||||
<unit-tests/>
|
||||
<classpath mode="boot">${sunspot.home}/lib/squawk.jar</classpath>
|
||||
<classpath mode="compile">${sunit.server.jar};src/crio;src/common</classpath>
|
||||
<source-level>1.3</source-level>
|
||||
</compilation-unit>
|
||||
<compilation-unit>
|
||||
<package-root>desktop-test</package-root>
|
||||
<unit-tests/>
|
||||
<classpath mode="compile">${jmock.classpath};${junit.classpath};${sunit.runner.jar};src/desktop;src/common</classpath>
|
||||
<built-to>build\test\junit</built-to>
|
||||
<source-level>1.5</source-level>
|
||||
</compilation-unit>
|
||||
<compilation-unit>
|
||||
<package-root>src/crio</package-root>
|
||||
<classpath mode="boot">${sunspot.home}/lib/squawk.jar</classpath>
|
||||
<classpath mode="compile">src/common</classpath>
|
||||
<source-level>1.3</source-level>
|
||||
</compilation-unit>
|
||||
<compilation-unit>
|
||||
<package-root>src/common</package-root>
|
||||
<classpath mode="compile">src/desktop</classpath>
|
||||
<source-level>1.3</source-level>
|
||||
</compilation-unit>
|
||||
</java-data>
|
||||
</configuration>
|
||||
</project>
|
||||
Reference in New Issue
Block a user