From 920a40de1e065ec70a14a380908f0ac2bacc604f Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Mon, 15 Dec 2014 10:23:11 +0100 Subject: [PATCH] [code] Project model stub --- project_model/META-INF/plugin.xml | 30 ++++++++++++++++++++++++++++++ project_model/project_model.iml | 12 ++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 project_model/META-INF/plugin.xml create mode 100644 project_model/project_model.iml diff --git a/project_model/META-INF/plugin.xml b/project_model/META-INF/plugin.xml new file mode 100644 index 000000000..c5911339e --- /dev/null +++ b/project_model/META-INF/plugin.xml @@ -0,0 +1,30 @@ + + org.jetbrains.plugins.sample.ProjectModel + Editor basics + 1.0 + JetBrains + + Project model illustration + + Initial commit + + + + com.intellij.modules.lang + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/project_model/project_model.iml b/project_model/project_model.iml new file mode 100644 index 000000000..4b05d8676 --- /dev/null +++ b/project_model/project_model.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file