| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<!-- |
|---|
| 3 |
|
|---|
| 4 |
This is a sample netbeans project file for a Sun Spot Application project. |
|---|
| 5 |
You may edit it freely, it doesn't affect the ant-powered build. |
|---|
| 6 |
|
|---|
| 7 |
--> |
|---|
| 8 |
<project xmlns="http://www.netbeans.org/ns/project/1"> |
|---|
| 9 |
<type>org.netbeans.modules.ant.freeform</type> |
|---|
| 10 |
<configuration> |
|---|
| 11 |
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> |
|---|
| 12 |
<name>TrafficLightFinder</name> |
|---|
| 13 |
<properties> |
|---|
| 14 |
<property-file>${user.home}/.sunspot.properties</property-file> |
|---|
| 15 |
<property-file>build.properties</property-file> |
|---|
| 16 |
<property-file>${sunspot.home}/default.properties</property-file> |
|---|
| 17 |
</properties> |
|---|
| 18 |
<folders> |
|---|
| 19 |
<source-folder> |
|---|
| 20 |
<label>src</label> |
|---|
| 21 |
<type>java</type> |
|---|
| 22 |
<location>src</location> |
|---|
| 23 |
</source-folder> |
|---|
| 24 |
</folders> |
|---|
| 25 |
<ide-actions> |
|---|
| 26 |
<action name="build"> |
|---|
| 27 |
<target>jar-app</target> |
|---|
| 28 |
</action> |
|---|
| 29 |
<action name="clean"> |
|---|
| 30 |
<target>clean</target> |
|---|
| 31 |
</action> |
|---|
| 32 |
<action name="run"> |
|---|
| 33 |
<target>deploy</target> |
|---|
| 34 |
<target>run</target> |
|---|
| 35 |
</action> |
|---|
| 36 |
<action name="rebuild"> |
|---|
| 37 |
<target>clean</target> |
|---|
| 38 |
<target>jar-app</target> |
|---|
| 39 |
</action> |
|---|
| 40 |
</ide-actions> |
|---|
| 41 |
<export> |
|---|
| 42 |
<type>folder</type> |
|---|
| 43 |
<location>build</location> |
|---|
| 44 |
<build-target>jar-app</build-target> |
|---|
| 45 |
</export> |
|---|
| 46 |
<view> |
|---|
| 47 |
<items> |
|---|
| 48 |
<source-folder style="packages"> |
|---|
| 49 |
<label>src</label> |
|---|
| 50 |
<location>src</location> |
|---|
| 51 |
</source-folder> |
|---|
| 52 |
<source-file> |
|---|
| 53 |
<location>build.xml</location> |
|---|
| 54 |
</source-file> |
|---|
| 55 |
</items> |
|---|
| 56 |
<context-menu> |
|---|
| 57 |
<ide-action name="build"/> |
|---|
| 58 |
<ide-action name="clean"/> |
|---|
| 59 |
<ide-action name="run"/> |
|---|
| 60 |
<ide-action name="rebuild"/> |
|---|
| 61 |
<action> |
|---|
| 62 |
<label>Build Project + Deploy to Sun SPOT</label> |
|---|
| 63 |
<target>deploy</target> |
|---|
| 64 |
</action> |
|---|
| 65 |
<action> |
|---|
| 66 |
<label>Deploy to Sun SPOT</label> |
|---|
| 67 |
<target>jar-deploy</target> |
|---|
| 68 |
</action> |
|---|
| 69 |
<separator/> |
|---|
| 70 |
</context-menu> |
|---|
| 71 |
</view> |
|---|
| 72 |
<subprojects/> |
|---|
| 73 |
</general-data> |
|---|
| 74 |
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> |
|---|
| 75 |
<compilation-unit> |
|---|
| 76 |
<package-root>src</package-root> |
|---|
| 77 |
<classpath mode="boot">${sunspot.bootclasspath}</classpath> |
|---|
| 78 |
<classpath mode="compile">D:\Program Files\Sun\SunSPOT\sdk-purple-071018\lib\multihoplib_rt.jar;D:\Program Files\Sun\SunSPOT\sdk-purple-071018\lib\transducerlib_rt.jar;D:\Program Files\Sun\SunSPOT\sdk-purple-071018\lib\spotworldext_rt.jar;D:\Program Files\Sun\SunSPOT\sdk-purple-071018\lib\spotlib_device.jar;D:\Program Files\Sun\SunSPOT\sdk-purple-071018\lib\spotlib_common.jar;D:\Program Files\Sun\SunSPOT\sdk-purple-071018\lib\osulibrary\osulibrary.jar</classpath> |
|---|
| 79 |
<built-to>build</built-to> |
|---|
| 80 |
<source-level>1.4</source-level> |
|---|
| 81 |
</compilation-unit> |
|---|
| 82 |
</java-data> |
|---|
| 83 |
</configuration> |
|---|
| 84 |
</project> |
|---|