This repository was archived by the owner on Jul 10, 2019. It is now read-only.
File tree 4 files changed +10
-8
lines changed 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?><project basedir =" ." default =" help" name =" refbatch " >
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?><project basedir =" ." default =" help" name =" joebot " >
2
2
3
3
<!-- You may freely edit this file. See commented blocks below for -->
4
4
<!-- some examples of how to customize the build. -->
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?><!--
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
2
3
3
4
This is a sample netbeans project file for a Sun Spot Application project.
4
5
You may edit it freely, it doesn't affect the ant-powered build.
5
6
6
- --> <project xmlns =" http://www.netbeans.org/ns/project/1" >
7
+ -->
8
+ <project xmlns =" http://www.netbeans.org/ns/project/1" >
7
9
<type >org.netbeans.modules.ant.freeform</type >
8
10
<configuration >
9
11
<general-data xmlns =" http://www.netbeans.org/ns/freeform-project/1" >
10
- <name >refbatch </name >
12
+ <name >joebot </name >
11
13
<properties >
12
14
<property-file >${user.home}/.sunspotfrc.properties</property-file >
13
15
<property-file >build.properties</property-file >
88
90
</compilation-unit >
89
91
</java-data >
90
92
</configuration >
91
- </project >
93
+ </project >
Original file line number Diff line number Diff line change 1
- MIDlet-Name : refbatch
1
+ MIDlet-Name : joebot
2
2
MIDlet-Version : 1.0.0
3
3
MIDlet-Vendor : FIRST
4
- MIDlet-1 : Refbatch , , edu.stuy.Refbatch
4
+ MIDlet-1 : JoeBot , , edu.stuy.JoeBot
5
5
MicroEdition-Profile : IMP-1.0
6
6
MicroEdition-Configuration : CLDC-1.1
Original file line number Diff line number Diff line change 21
21
* creating this project, you must also update the manifest file in the resource
22
22
* directory.
23
23
*/
24
- public class Refbatch extends IterativeRobot {
24
+ public class JoeBot extends IterativeRobot {
25
25
26
26
Command autonomousCommand = new Autonomous ();
27
27
You can’t perform that action at this time.
0 commit comments