From 5bd65d5a64ce5d7e30a3c0d367766120fbf713f0 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Sat, 1 Feb 2014 09:03:53 +0100 Subject: [PATCH] renaming folders, part1 --- src/{NoteHub => notehub2}/api.clj | 0 src/{NoteHub => notehub2}/handler.clj | 0 src/{NoteHub => notehub2}/settings.clj | 0 src/{NoteHub => notehub2}/storage.clj | 0 test/{NoteHub => notehub2}/test/api.clj | 0 test/{NoteHub => notehub2}/test/handler.clj | 0 test/{NoteHub => notehub2}/test/storage.clj | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/{NoteHub => notehub2}/api.clj (100%) rename src/{NoteHub => notehub2}/handler.clj (100%) rename src/{NoteHub => notehub2}/settings.clj (100%) rename src/{NoteHub => notehub2}/storage.clj (100%) rename test/{NoteHub => notehub2}/test/api.clj (100%) rename test/{NoteHub => notehub2}/test/handler.clj (100%) rename test/{NoteHub => notehub2}/test/storage.clj (100%) diff --git a/src/NoteHub/api.clj b/src/notehub2/api.clj similarity index 100% rename from src/NoteHub/api.clj rename to src/notehub2/api.clj diff --git a/src/NoteHub/handler.clj b/src/notehub2/handler.clj similarity index 100% rename from src/NoteHub/handler.clj rename to src/notehub2/handler.clj diff --git a/src/NoteHub/settings.clj b/src/notehub2/settings.clj similarity index 100% rename from src/NoteHub/settings.clj rename to src/notehub2/settings.clj diff --git a/src/NoteHub/storage.clj b/src/notehub2/storage.clj similarity index 100% rename from src/NoteHub/storage.clj rename to src/notehub2/storage.clj diff --git a/test/NoteHub/test/api.clj b/test/notehub2/test/api.clj similarity index 100% rename from test/NoteHub/test/api.clj rename to test/notehub2/test/api.clj diff --git a/test/NoteHub/test/handler.clj b/test/notehub2/test/handler.clj similarity index 100% rename from test/NoteHub/test/handler.clj rename to test/notehub2/test/handler.clj diff --git a/test/NoteHub/test/storage.clj b/test/notehub2/test/storage.clj similarity index 100% rename from test/NoteHub/test/storage.clj rename to test/notehub2/test/storage.clj