Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 43843c7

Browse files
committed
Replaced code name Refbatch with official robot name JoeBot.
1 parent a52895e commit 43843c7

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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">
22

33
<!-- You may freely edit this file. See commented blocks below for -->
44
<!-- some examples of how to customize the build. -->

nbproject/project.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
23
34
This is a sample netbeans project file for a Sun Spot Application project.
45
You may edit it freely, it doesn't affect the ant-powered build.
56
6-
--><project xmlns="http://www.netbeans.org/ns/project/1">
7+
-->
8+
<project xmlns="http://www.netbeans.org/ns/project/1">
79
<type>org.netbeans.modules.ant.freeform</type>
810
<configuration>
911
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
10-
<name>refbatch</name>
12+
<name>joebot</name>
1113
<properties>
1214
<property-file>${user.home}/.sunspotfrc.properties</property-file>
1315
<property-file>build.properties</property-file>
@@ -88,4 +90,4 @@
8890
</compilation-unit>
8991
</java-data>
9092
</configuration>
91-
</project>
93+
</project>

resources/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIDlet-Name: refbatch
1+
MIDlet-Name: joebot
22
MIDlet-Version: 1.0.0
33
MIDlet-Vendor: FIRST
4-
MIDlet-1: Refbatch, , edu.stuy.Refbatch
4+
MIDlet-1: JoeBot, , edu.stuy.JoeBot
55
MicroEdition-Profile: IMP-1.0
66
MicroEdition-Configuration: CLDC-1.1

src/edu/stuy/Refbatch.java renamed to src/edu/stuy/JoeBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* creating this project, you must also update the manifest file in the resource
2222
* directory.
2323
*/
24-
public class Refbatch extends IterativeRobot {
24+
public class JoeBot extends IterativeRobot {
2525

2626
Command autonomousCommand = new Autonomous();
2727

0 commit comments

Comments
 (0)