From 8a3f77d7843e1d2f23a92c13cadcbcc6cdbe27f5 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 27 Oct 2015 17:26:08 -0700 Subject: [PATCH] [Time Conductor] Simplify bundle name --- bundles.json | 2 +- platform/commonUI/{formatting => formats}/bundle.json | 0 platform/commonUI/{formatting => formats}/src/FormatProvider.js | 0 platform/commonUI/{formatting => formats}/src/UTCTimeFormat.js | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename platform/commonUI/{formatting => formats}/bundle.json (100%) rename platform/commonUI/{formatting => formats}/src/FormatProvider.js (100%) rename platform/commonUI/{formatting => formats}/src/UTCTimeFormat.js (100%) diff --git a/bundles.json b/bundles.json index d6159cfe18..48429bdf88 100644 --- a/bundles.json +++ b/bundles.json @@ -6,7 +6,7 @@ "platform/commonUI/browse", "platform/commonUI/edit", "platform/commonUI/dialog", - "platform/commonUI/formatting", + "platform/commonUI/formats", "platform/commonUI/general", "platform/commonUI/inspect", "platform/commonUI/mobile", diff --git a/platform/commonUI/formatting/bundle.json b/platform/commonUI/formats/bundle.json similarity index 100% rename from platform/commonUI/formatting/bundle.json rename to platform/commonUI/formats/bundle.json diff --git a/platform/commonUI/formatting/src/FormatProvider.js b/platform/commonUI/formats/src/FormatProvider.js similarity index 100% rename from platform/commonUI/formatting/src/FormatProvider.js rename to platform/commonUI/formats/src/FormatProvider.js diff --git a/platform/commonUI/formatting/src/UTCTimeFormat.js b/platform/commonUI/formats/src/UTCTimeFormat.js similarity index 100% rename from platform/commonUI/formatting/src/UTCTimeFormat.js rename to platform/commonUI/formats/src/UTCTimeFormat.js