diff --git a/module/META-INF/plugin.xml b/module/META-INF/plugin.xml new file mode 100644 index 000000000..21c3f65e0 --- /dev/null +++ b/module/META-INF/plugin.xml @@ -0,0 +1,35 @@ + + com.intellij.tutorials.module + Module Type Demo + 1.0 + JetBrains + + Basic example of working with module types + + Initial commit + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/module/module.iml b/module/module.iml new file mode 100644 index 000000000..de3c6c143 --- /dev/null +++ b/module/module.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file