Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <?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>PowerScaling@SunSPOT</name> | |
| <properties> | |
| <property-file>${user.home}/.sunspot.properties</property-file> | |
| <property-file>build.properties</property-file> | |
| <property-file>${sunspot.home}/default.properties</property-file> | |
| </properties> | |
| <folders> | |
| <source-folder> | |
| <label>src</label> | |
| <type>java</type> | |
| <location>src</location> | |
| </source-folder> | |
| </folders> | |
| <ide-actions> | |
| <action name="build"> | |
| <target>jar-app</target> | |
| </action> | |
| <action name="clean"> | |
| <target>clean</target> | |
| </action> | |
| <action name="run"> | |
| <target>deploy</target> | |
| <target>run</target> | |
| </action> | |
| <action name="rebuild"> | |
| <target>clean</target> | |
| <target>jar-app</target> | |
| </action> | |
| <action name="javadoc"> | |
| <target>javadoc</target> | |
| </action> | |
| </ide-actions> | |
| <export> | |
| <type>folder</type> | |
| <location>build</location> | |
| <build-target>jar-app</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"/> | |
| <action> | |
| <label>Build Project + Deploy to Sun SPOT</label> | |
| <target>deploy</target> | |
| </action> | |
| <action> | |
| <label>Deploy to Sun SPOT</label> | |
| <target>jar-deploy</target> | |
| </action> | |
| <separator/> | |
| </context-menu> | |
| </view> | |
| <subprojects/> | |
| </general-data> | |
| <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> | |
| <compilation-unit> | |
| <package-root>src</package-root> | |
| <classpath mode="boot">${sunspot.bootclasspath}</classpath> | |
| <classpath mode="compile">${user.home}/SunSPOT/sdk-teal-120517/lib/edemo_device.jar;${user.home}/SunSPOT/sdk-teal-120517/lib/espot_device.jar;${user.home}/SunSPOT/sdk-teal-120517/lib/ieee_802_15_4_common.jar;${user.home}/SunSPOT/sdk-teal-120517/lib/ipv6_common.jar;${user.home}/SunSPOT/sdk-teal-120517/lib/multihop_common.jar;${user.home}/SunSPOT/sdk-teal-120517/lib/ota_espot_common.jar;${user.home}/SunSPOT/sdk-teal-120517/lib/spot_core_common.jar;${user.home}/SunSPOT/sdk-teal-120517/lib/spot_core_device.jar</classpath> | |
| <built-to>build</built-to> | |
| <source-level>1.4</source-level> | |
| </compilation-unit> | |
| </java-data> | |
| </configuration> | |
| </project> |