From 8857fa080e2761312f073a84655b7e09490f3d00 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Tue, 14 Feb 2017 18:15:26 +0100 Subject: [PATCH] Revert back IntelliJ .iml file to project root (#8139) * Move .iml file back to project root directory * Update .iml location in all examples --- examples/flutter_gallery/.idea/modules.xml | 2 +- examples/flutter_gallery/{.idea => }/flutter_gallery.iml | 0 examples/hello_services/.idea/modules.xml | 2 +- examples/hello_services/{.idea => }/hello_services.iml | 0 examples/hello_world/.idea/modules.xml | 2 +- examples/hello_world/{.idea => }/hello_world.iml | 0 examples/layers/.idea/modules.xml | 2 +- examples/layers/{.idea => }/layers.iml | 0 examples/stocks/.idea/modules.xml | 2 +- examples/stocks/{.idea => }/stocks.iml | 0 packages/flutter_tools/templates/create/.idea/modules.xml.tmpl | 2 +- .../templates/create/{.idea => }/projectName.iml.tmpl | 0 12 files changed, 6 insertions(+), 6 deletions(-) rename examples/flutter_gallery/{.idea => }/flutter_gallery.iml (100%) rename examples/hello_services/{.idea => }/hello_services.iml (100%) rename examples/hello_world/{.idea => }/hello_world.iml (100%) rename examples/layers/{.idea => }/layers.iml (100%) rename examples/stocks/{.idea => }/stocks.iml (100%) rename packages/flutter_tools/templates/create/{.idea => }/projectName.iml.tmpl (100%) diff --git a/examples/flutter_gallery/.idea/modules.xml b/examples/flutter_gallery/.idea/modules.xml index 666a525523..ecafaa7399 100644 --- a/examples/flutter_gallery/.idea/modules.xml +++ b/examples/flutter_gallery/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/examples/flutter_gallery/.idea/flutter_gallery.iml b/examples/flutter_gallery/flutter_gallery.iml similarity index 100% rename from examples/flutter_gallery/.idea/flutter_gallery.iml rename to examples/flutter_gallery/flutter_gallery.iml diff --git a/examples/hello_services/.idea/modules.xml b/examples/hello_services/.idea/modules.xml index 328fb20245..06d5e0a75a 100644 --- a/examples/hello_services/.idea/modules.xml +++ b/examples/hello_services/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/examples/hello_services/.idea/hello_services.iml b/examples/hello_services/hello_services.iml similarity index 100% rename from examples/hello_services/.idea/hello_services.iml rename to examples/hello_services/hello_services.iml diff --git a/examples/hello_world/.idea/modules.xml b/examples/hello_world/.idea/modules.xml index 3e68d82ce5..5461883e25 100644 --- a/examples/hello_world/.idea/modules.xml +++ b/examples/hello_world/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/examples/hello_world/.idea/hello_world.iml b/examples/hello_world/hello_world.iml similarity index 100% rename from examples/hello_world/.idea/hello_world.iml rename to examples/hello_world/hello_world.iml diff --git a/examples/layers/.idea/modules.xml b/examples/layers/.idea/modules.xml index f61dd524eb..390870c428 100644 --- a/examples/layers/.idea/modules.xml +++ b/examples/layers/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/examples/layers/.idea/layers.iml b/examples/layers/layers.iml similarity index 100% rename from examples/layers/.idea/layers.iml rename to examples/layers/layers.iml diff --git a/examples/stocks/.idea/modules.xml b/examples/stocks/.idea/modules.xml index fb2ea5b2a5..c668e7d46c 100644 --- a/examples/stocks/.idea/modules.xml +++ b/examples/stocks/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/examples/stocks/.idea/stocks.iml b/examples/stocks/stocks.iml similarity index 100% rename from examples/stocks/.idea/stocks.iml rename to examples/stocks/stocks.iml diff --git a/packages/flutter_tools/templates/create/.idea/modules.xml.tmpl b/packages/flutter_tools/templates/create/.idea/modules.xml.tmpl index d37e9c9e1a..48ed28e380 100644 --- a/packages/flutter_tools/templates/create/.idea/modules.xml.tmpl +++ b/packages/flutter_tools/templates/create/.idea/modules.xml.tmpl @@ -2,7 +2,7 @@ - + diff --git a/packages/flutter_tools/templates/create/.idea/projectName.iml.tmpl b/packages/flutter_tools/templates/create/projectName.iml.tmpl similarity index 100% rename from packages/flutter_tools/templates/create/.idea/projectName.iml.tmpl rename to packages/flutter_tools/templates/create/projectName.iml.tmpl