From cd773d4efbd64af565b54a361d13e498a928e2a9 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Fri, 26 May 2017 09:58:14 -0400 Subject: [PATCH] Move to modules/farm/farm_map in preparation for #2876992. --- README.md => modules/farm/farm_map/README.md | 0 {css => modules/farm/farm_map/css}/farm_map.css | 0 .../farm/farm_map/farm_map.default_openlayers_components.inc | 0 .../farm/farm_map/farm_map.default_openlayers_controls.inc | 0 .../farm/farm_map/farm_map.default_openlayers_interactions.inc | 0 .../farm/farm_map/farm_map.default_openlayers_layers.inc | 0 .../farm/farm_map/farm_map.default_openlayers_maps.inc | 0 .../farm/farm_map/farm_map.default_openlayers_sources.inc | 0 .../farm/farm_map/farm_map.default_openlayers_styles.inc | 0 .../farm/farm_map/farm_map.features.field_base.inc | 0 .../farm/farm_map/farm_map.features.inc | 0 farm_map.info => modules/farm/farm_map/farm_map.info | 0 farm_map.install => modules/farm/farm_map/farm_map.install | 0 farm_map.module => modules/farm/farm_map/farm_map.module | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename README.md => modules/farm/farm_map/README.md (100%) rename {css => modules/farm/farm_map/css}/farm_map.css (100%) rename farm_map.default_openlayers_components.inc => modules/farm/farm_map/farm_map.default_openlayers_components.inc (100%) rename farm_map.default_openlayers_controls.inc => modules/farm/farm_map/farm_map.default_openlayers_controls.inc (100%) rename farm_map.default_openlayers_interactions.inc => modules/farm/farm_map/farm_map.default_openlayers_interactions.inc (100%) rename farm_map.default_openlayers_layers.inc => modules/farm/farm_map/farm_map.default_openlayers_layers.inc (100%) rename farm_map.default_openlayers_maps.inc => modules/farm/farm_map/farm_map.default_openlayers_maps.inc (100%) rename farm_map.default_openlayers_sources.inc => modules/farm/farm_map/farm_map.default_openlayers_sources.inc (100%) rename farm_map.default_openlayers_styles.inc => modules/farm/farm_map/farm_map.default_openlayers_styles.inc (100%) rename farm_map.features.field_base.inc => modules/farm/farm_map/farm_map.features.field_base.inc (100%) rename farm_map.features.inc => modules/farm/farm_map/farm_map.features.inc (100%) rename farm_map.info => modules/farm/farm_map/farm_map.info (100%) rename farm_map.install => modules/farm/farm_map/farm_map.install (100%) rename farm_map.module => modules/farm/farm_map/farm_map.module (100%) diff --git a/README.md b/modules/farm/farm_map/README.md similarity index 100% rename from README.md rename to modules/farm/farm_map/README.md diff --git a/css/farm_map.css b/modules/farm/farm_map/css/farm_map.css similarity index 100% rename from css/farm_map.css rename to modules/farm/farm_map/css/farm_map.css diff --git a/farm_map.default_openlayers_components.inc b/modules/farm/farm_map/farm_map.default_openlayers_components.inc similarity index 100% rename from farm_map.default_openlayers_components.inc rename to modules/farm/farm_map/farm_map.default_openlayers_components.inc diff --git a/farm_map.default_openlayers_controls.inc b/modules/farm/farm_map/farm_map.default_openlayers_controls.inc similarity index 100% rename from farm_map.default_openlayers_controls.inc rename to modules/farm/farm_map/farm_map.default_openlayers_controls.inc diff --git a/farm_map.default_openlayers_interactions.inc b/modules/farm/farm_map/farm_map.default_openlayers_interactions.inc similarity index 100% rename from farm_map.default_openlayers_interactions.inc rename to modules/farm/farm_map/farm_map.default_openlayers_interactions.inc diff --git a/farm_map.default_openlayers_layers.inc b/modules/farm/farm_map/farm_map.default_openlayers_layers.inc similarity index 100% rename from farm_map.default_openlayers_layers.inc rename to modules/farm/farm_map/farm_map.default_openlayers_layers.inc diff --git a/farm_map.default_openlayers_maps.inc b/modules/farm/farm_map/farm_map.default_openlayers_maps.inc similarity index 100% rename from farm_map.default_openlayers_maps.inc rename to modules/farm/farm_map/farm_map.default_openlayers_maps.inc diff --git a/farm_map.default_openlayers_sources.inc b/modules/farm/farm_map/farm_map.default_openlayers_sources.inc similarity index 100% rename from farm_map.default_openlayers_sources.inc rename to modules/farm/farm_map/farm_map.default_openlayers_sources.inc diff --git a/farm_map.default_openlayers_styles.inc b/modules/farm/farm_map/farm_map.default_openlayers_styles.inc similarity index 100% rename from farm_map.default_openlayers_styles.inc rename to modules/farm/farm_map/farm_map.default_openlayers_styles.inc diff --git a/farm_map.features.field_base.inc b/modules/farm/farm_map/farm_map.features.field_base.inc similarity index 100% rename from farm_map.features.field_base.inc rename to modules/farm/farm_map/farm_map.features.field_base.inc diff --git a/farm_map.features.inc b/modules/farm/farm_map/farm_map.features.inc similarity index 100% rename from farm_map.features.inc rename to modules/farm/farm_map/farm_map.features.inc diff --git a/farm_map.info b/modules/farm/farm_map/farm_map.info similarity index 100% rename from farm_map.info rename to modules/farm/farm_map/farm_map.info diff --git a/farm_map.install b/modules/farm/farm_map/farm_map.install similarity index 100% rename from farm_map.install rename to modules/farm/farm_map/farm_map.install diff --git a/farm_map.module b/modules/farm/farm_map/farm_map.module similarity index 100% rename from farm_map.module rename to modules/farm/farm_map/farm_map.module