From dca186e94d7c2715c5f2b147df2ecd3c7efd50cc Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Mon, 22 Sep 2014 14:07:47 +0400 Subject: [PATCH] plugin-api module introduced --- .idea/modules.xml | 1 + compiler/frontend/frontend.iml | 3 ++- compiler/plugin-api/plugin-api.iml | 13 +++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 compiler/plugin-api/plugin-api.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index 094a2eef4d5..8352a20654e 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -40,6 +40,7 @@ + diff --git a/compiler/frontend/frontend.iml b/compiler/frontend/frontend.iml index 0feba84a696..8e1b3e7b19e 100644 --- a/compiler/frontend/frontend.iml +++ b/compiler/frontend/frontend.iml @@ -13,5 +13,6 @@ + - \ No newline at end of file + diff --git a/compiler/plugin-api/plugin-api.iml b/compiler/plugin-api/plugin-api.iml new file mode 100644 index 00000000000..5b956ef8cda --- /dev/null +++ b/compiler/plugin-api/plugin-api.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + +