diff --git a/register_actions/META-INF/plugin.xml b/register_actions/META-INF/plugin.xml
new file mode 100644
index 000000000..12a5e9254
--- /dev/null
+++ b/register_actions/META-INF/plugin.xml
@@ -0,0 +1,37 @@
+
+ org.jetbrains.plugins.sample.RegisterActions
+ Sample plugin for working with IntelliJ Action System
+ 1.0
+ JetBrains
+
+ Illustration of Action System
+
+ Initial commit
+
+
+
+ com.intellij.modules.lang
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/register_actions/register_actions.iml b/register_actions/register_actions.iml
new file mode 100644
index 000000000..8ab62dee5
--- /dev/null
+++ b/register_actions/register_actions.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file