From f72c514c599573d5b14bbfc5acb67b0ae9fdf5bb Mon Sep 17 00:00:00 2001 From: stevemessick Date: Thu, 26 Jul 2018 05:08:11 -0700 Subject: [PATCH] Add IJ module definitions for modules (#19722) --- .../common/.idea/libraries/Dart_SDK.xml.tmpl | 19 ++++++++++ .../libraries/Flutter_for_Android.xml.tmpl | 9 +++++ .../module/common/.idea/modules.xml.tmpl | 9 +++++ .../module/common/.idea/workspace.xml.tmpl | 36 +++++++++++++++++++ .../module/common/projectName.iml.tmpl | 18 ++++++++++ .../common/projectName_android.iml.tmpl | 27 ++++++++++++++ 6 files changed, 118 insertions(+) create mode 100644 packages/flutter_tools/templates/module/common/.idea/libraries/Dart_SDK.xml.tmpl create mode 100644 packages/flutter_tools/templates/module/common/.idea/libraries/Flutter_for_Android.xml.tmpl create mode 100644 packages/flutter_tools/templates/module/common/.idea/modules.xml.tmpl create mode 100644 packages/flutter_tools/templates/module/common/.idea/workspace.xml.tmpl create mode 100644 packages/flutter_tools/templates/module/common/projectName.iml.tmpl create mode 100644 packages/flutter_tools/templates/module/common/projectName_android.iml.tmpl diff --git a/packages/flutter_tools/templates/module/common/.idea/libraries/Dart_SDK.xml.tmpl b/packages/flutter_tools/templates/module/common/.idea/libraries/Dart_SDK.xml.tmpl new file mode 100644 index 0000000000..20ef202703 --- /dev/null +++ b/packages/flutter_tools/templates/module/common/.idea/libraries/Dart_SDK.xml.tmpl @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/flutter_tools/templates/module/common/.idea/libraries/Flutter_for_Android.xml.tmpl b/packages/flutter_tools/templates/module/common/.idea/libraries/Flutter_for_Android.xml.tmpl new file mode 100644 index 0000000000..23c962c006 --- /dev/null +++ b/packages/flutter_tools/templates/module/common/.idea/libraries/Flutter_for_Android.xml.tmpl @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/packages/flutter_tools/templates/module/common/.idea/modules.xml.tmpl b/packages/flutter_tools/templates/module/common/.idea/modules.xml.tmpl new file mode 100644 index 0000000000..cd52175288 --- /dev/null +++ b/packages/flutter_tools/templates/module/common/.idea/modules.xml.tmpl @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/packages/flutter_tools/templates/module/common/.idea/workspace.xml.tmpl b/packages/flutter_tools/templates/module/common/.idea/workspace.xml.tmpl new file mode 100644 index 0000000000..5b3388cc1a --- /dev/null +++ b/packages/flutter_tools/templates/module/common/.idea/workspace.xml.tmpl @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/flutter_tools/templates/module/common/projectName.iml.tmpl b/packages/flutter_tools/templates/module/common/projectName.iml.tmpl new file mode 100644 index 0000000000..e5c837191e --- /dev/null +++ b/packages/flutter_tools/templates/module/common/projectName.iml.tmpl @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/flutter_tools/templates/module/common/projectName_android.iml.tmpl b/packages/flutter_tools/templates/module/common/projectName_android.iml.tmpl new file mode 100644 index 0000000000..ed7fc23a4b --- /dev/null +++ b/packages/flutter_tools/templates/module/common/projectName_android.iml.tmpl @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + +