From 1efbf31baf14db3ced3efb09a122c72dc23d4a03 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 17 Dec 2020 22:56:43 -0800 Subject: [PATCH] Migrate Kaleidoscope-Escape-OneShot to the plugins directory --- plugins/Kaleidoscope-Escape-OneShot/library.properties | 2 ++ .../src}/Kaleidoscope-Escape-OneShot.h | 0 .../src}/kaleidoscope/plugin/Escape-OneShot.cpp | 0 .../src}/kaleidoscope/plugin/Escape-OneShot.h | 0 4 files changed, 2 insertions(+) create mode 100644 plugins/Kaleidoscope-Escape-OneShot/library.properties rename {src => plugins/Kaleidoscope-Escape-OneShot/src}/Kaleidoscope-Escape-OneShot.h (100%) rename {src => plugins/Kaleidoscope-Escape-OneShot/src}/kaleidoscope/plugin/Escape-OneShot.cpp (100%) rename {src => plugins/Kaleidoscope-Escape-OneShot/src}/kaleidoscope/plugin/Escape-OneShot.h (100%) diff --git a/plugins/Kaleidoscope-Escape-OneShot/library.properties b/plugins/Kaleidoscope-Escape-OneShot/library.properties new file mode 100644 index 00000000..5e1efc7d --- /dev/null +++ b/plugins/Kaleidoscope-Escape-OneShot/library.properties @@ -0,0 +1,2 @@ +name=Kaleidoscope-Escape-OneShot +version=0.0.0 diff --git a/src/Kaleidoscope-Escape-OneShot.h b/plugins/Kaleidoscope-Escape-OneShot/src/Kaleidoscope-Escape-OneShot.h similarity index 100% rename from src/Kaleidoscope-Escape-OneShot.h rename to plugins/Kaleidoscope-Escape-OneShot/src/Kaleidoscope-Escape-OneShot.h diff --git a/src/kaleidoscope/plugin/Escape-OneShot.cpp b/plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot.cpp similarity index 100% rename from src/kaleidoscope/plugin/Escape-OneShot.cpp rename to plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot.cpp diff --git a/src/kaleidoscope/plugin/Escape-OneShot.h b/plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot.h similarity index 100% rename from src/kaleidoscope/plugin/Escape-OneShot.h rename to plugins/Kaleidoscope-Escape-OneShot/src/kaleidoscope/plugin/Escape-OneShot.h