From 724994573a96aec6f6c51372dfc705999ec2b1e2 Mon Sep 17 00:00:00 2001 From: "Keenan D. Buckley" Date: Mon, 10 Feb 2020 22:47:11 -0700 Subject: [PATCH] Move Files into Mystery Folder --- src/main/deploy/example.txt | 3 +++ src/main/deploy/{ => songs}/Africa.chrp | Bin src/main/deploy/{ => songs}/Believer.chrp | Bin src/main/deploy/{ => songs}/Big Brother.chrp | Bin src/main/deploy/{ => songs}/Bonetrousle.chrp | Bin src/main/deploy/{ => songs}/Cotton Eye Joe.chrp | Bin src/main/deploy/{ => songs}/Country Roads.chrp | Bin src/main/deploy/{ => songs}/Duel of the Fates.chrp | Bin src/main/deploy/{ => songs}/Epic Sax.chrp | Bin src/main/deploy/{ => songs}/Gourmet Race.chrp | Bin src/main/deploy/{ => songs}/Halo.chrp | Bin src/main/deploy/{ => songs}/Hello World.chrp | Bin src/main/deploy/{ => songs}/HesAPirate.chrp | Bin src/main/deploy/{ => songs}/Lone Digger.chrp | Bin src/main/deploy/{ => songs}/MEGALOVANIA.chrp | Bin src/main/deploy/{ => songs}/Mii Plaza.chrp | Bin src/main/deploy/{ => songs}/Number One.chrp | Bin src/main/deploy/{ => songs}/Sweden.chrp | Bin src/main/deploy/{ => songs}/TJ-WNPC.chrp | Bin src/main/deploy/{ => songs}/Take On Me.chrp | Bin src/main/deploy/{ => songs}/The Wolf.chrp | Bin .../{ => songs}/Through the Fire and Flames.chrp | Bin src/main/deploy/{ => songs}/VA Main Theme.chrp | Bin src/main/deploy/{ => songs}/Wet Hands.chrp | Bin 24 files changed, 3 insertions(+) create mode 100644 src/main/deploy/example.txt rename src/main/deploy/{ => songs}/Africa.chrp (100%) rename src/main/deploy/{ => songs}/Believer.chrp (100%) rename src/main/deploy/{ => songs}/Big Brother.chrp (100%) rename src/main/deploy/{ => songs}/Bonetrousle.chrp (100%) rename src/main/deploy/{ => songs}/Cotton Eye Joe.chrp (100%) rename src/main/deploy/{ => songs}/Country Roads.chrp (100%) rename src/main/deploy/{ => songs}/Duel of the Fates.chrp (100%) rename src/main/deploy/{ => songs}/Epic Sax.chrp (100%) rename src/main/deploy/{ => songs}/Gourmet Race.chrp (100%) rename src/main/deploy/{ => songs}/Halo.chrp (100%) rename src/main/deploy/{ => songs}/Hello World.chrp (100%) rename src/main/deploy/{ => songs}/HesAPirate.chrp (100%) rename src/main/deploy/{ => songs}/Lone Digger.chrp (100%) rename src/main/deploy/{ => songs}/MEGALOVANIA.chrp (100%) rename src/main/deploy/{ => songs}/Mii Plaza.chrp (100%) rename src/main/deploy/{ => songs}/Number One.chrp (100%) rename src/main/deploy/{ => songs}/Sweden.chrp (100%) rename src/main/deploy/{ => songs}/TJ-WNPC.chrp (100%) rename src/main/deploy/{ => songs}/Take On Me.chrp (100%) rename src/main/deploy/{ => songs}/The Wolf.chrp (100%) rename src/main/deploy/{ => songs}/Through the Fire and Flames.chrp (100%) rename src/main/deploy/{ => songs}/VA Main Theme.chrp (100%) rename src/main/deploy/{ => songs}/Wet Hands.chrp (100%) diff --git a/src/main/deploy/example.txt b/src/main/deploy/example.txt new file mode 100644 index 0000000..70c79b6 --- /dev/null +++ b/src/main/deploy/example.txt @@ -0,0 +1,3 @@ +Files placed in this directory will be deployed to the RoboRIO into the +'deploy' directory in the home folder. Use the 'FileUtilities.getFilePath' wpilib function +to get a proper path relative to the deploy directory. \ No newline at end of file diff --git a/src/main/deploy/Africa.chrp b/src/main/deploy/songs/Africa.chrp similarity index 100% rename from src/main/deploy/Africa.chrp rename to src/main/deploy/songs/Africa.chrp diff --git a/src/main/deploy/Believer.chrp b/src/main/deploy/songs/Believer.chrp similarity index 100% rename from src/main/deploy/Believer.chrp rename to src/main/deploy/songs/Believer.chrp diff --git a/src/main/deploy/Big Brother.chrp b/src/main/deploy/songs/Big Brother.chrp similarity index 100% rename from src/main/deploy/Big Brother.chrp rename to src/main/deploy/songs/Big Brother.chrp diff --git a/src/main/deploy/Bonetrousle.chrp b/src/main/deploy/songs/Bonetrousle.chrp similarity index 100% rename from src/main/deploy/Bonetrousle.chrp rename to src/main/deploy/songs/Bonetrousle.chrp diff --git a/src/main/deploy/Cotton Eye Joe.chrp b/src/main/deploy/songs/Cotton Eye Joe.chrp similarity index 100% rename from src/main/deploy/Cotton Eye Joe.chrp rename to src/main/deploy/songs/Cotton Eye Joe.chrp diff --git a/src/main/deploy/Country Roads.chrp b/src/main/deploy/songs/Country Roads.chrp similarity index 100% rename from src/main/deploy/Country Roads.chrp rename to src/main/deploy/songs/Country Roads.chrp diff --git a/src/main/deploy/Duel of the Fates.chrp b/src/main/deploy/songs/Duel of the Fates.chrp similarity index 100% rename from src/main/deploy/Duel of the Fates.chrp rename to src/main/deploy/songs/Duel of the Fates.chrp diff --git a/src/main/deploy/Epic Sax.chrp b/src/main/deploy/songs/Epic Sax.chrp similarity index 100% rename from src/main/deploy/Epic Sax.chrp rename to src/main/deploy/songs/Epic Sax.chrp diff --git a/src/main/deploy/Gourmet Race.chrp b/src/main/deploy/songs/Gourmet Race.chrp similarity index 100% rename from src/main/deploy/Gourmet Race.chrp rename to src/main/deploy/songs/Gourmet Race.chrp diff --git a/src/main/deploy/Halo.chrp b/src/main/deploy/songs/Halo.chrp similarity index 100% rename from src/main/deploy/Halo.chrp rename to src/main/deploy/songs/Halo.chrp diff --git a/src/main/deploy/Hello World.chrp b/src/main/deploy/songs/Hello World.chrp similarity index 100% rename from src/main/deploy/Hello World.chrp rename to src/main/deploy/songs/Hello World.chrp diff --git a/src/main/deploy/HesAPirate.chrp b/src/main/deploy/songs/HesAPirate.chrp similarity index 100% rename from src/main/deploy/HesAPirate.chrp rename to src/main/deploy/songs/HesAPirate.chrp diff --git a/src/main/deploy/Lone Digger.chrp b/src/main/deploy/songs/Lone Digger.chrp similarity index 100% rename from src/main/deploy/Lone Digger.chrp rename to src/main/deploy/songs/Lone Digger.chrp diff --git a/src/main/deploy/MEGALOVANIA.chrp b/src/main/deploy/songs/MEGALOVANIA.chrp similarity index 100% rename from src/main/deploy/MEGALOVANIA.chrp rename to src/main/deploy/songs/MEGALOVANIA.chrp diff --git a/src/main/deploy/Mii Plaza.chrp b/src/main/deploy/songs/Mii Plaza.chrp similarity index 100% rename from src/main/deploy/Mii Plaza.chrp rename to src/main/deploy/songs/Mii Plaza.chrp diff --git a/src/main/deploy/Number One.chrp b/src/main/deploy/songs/Number One.chrp similarity index 100% rename from src/main/deploy/Number One.chrp rename to src/main/deploy/songs/Number One.chrp diff --git a/src/main/deploy/Sweden.chrp b/src/main/deploy/songs/Sweden.chrp similarity index 100% rename from src/main/deploy/Sweden.chrp rename to src/main/deploy/songs/Sweden.chrp diff --git a/src/main/deploy/TJ-WNPC.chrp b/src/main/deploy/songs/TJ-WNPC.chrp similarity index 100% rename from src/main/deploy/TJ-WNPC.chrp rename to src/main/deploy/songs/TJ-WNPC.chrp diff --git a/src/main/deploy/Take On Me.chrp b/src/main/deploy/songs/Take On Me.chrp similarity index 100% rename from src/main/deploy/Take On Me.chrp rename to src/main/deploy/songs/Take On Me.chrp diff --git a/src/main/deploy/The Wolf.chrp b/src/main/deploy/songs/The Wolf.chrp similarity index 100% rename from src/main/deploy/The Wolf.chrp rename to src/main/deploy/songs/The Wolf.chrp diff --git a/src/main/deploy/Through the Fire and Flames.chrp b/src/main/deploy/songs/Through the Fire and Flames.chrp similarity index 100% rename from src/main/deploy/Through the Fire and Flames.chrp rename to src/main/deploy/songs/Through the Fire and Flames.chrp diff --git a/src/main/deploy/VA Main Theme.chrp b/src/main/deploy/songs/VA Main Theme.chrp similarity index 100% rename from src/main/deploy/VA Main Theme.chrp rename to src/main/deploy/songs/VA Main Theme.chrp diff --git a/src/main/deploy/Wet Hands.chrp b/src/main/deploy/songs/Wet Hands.chrp similarity index 100% rename from src/main/deploy/Wet Hands.chrp rename to src/main/deploy/songs/Wet Hands.chrp