diff --git a/reactor/.idea/compiler.xml b/reactor/.idea/compiler.xml
index 1cfc7b50..a5bc2ed1 100644
--- a/reactor/.idea/compiler.xml
+++ b/reactor/.idea/compiler.xml
@@ -18,13 +18,6 @@
-
-
-
-
-
-
-
@@ -39,6 +32,13 @@
+
+
+
+
+
+
+
diff --git a/reactor/API/pom.xml b/reactor/API/pom.xml
index 4cf73c2a..3477ba0a 100644
--- a/reactor/API/pom.xml
+++ b/reactor/API/pom.xml
@@ -5,13 +5,13 @@
4.0.0
- jetbrains.mps.logic.reactor
- main
+ jetbrains.mps.logic.memreactor
+ memreactor-main
0.1
..
- api
+ memreactor-api
jar
diff --git a/reactor/Core/pom.xml b/reactor/Core/pom.xml
index 2e25a79a..3a234c11 100644
--- a/reactor/Core/pom.xml
+++ b/reactor/Core/pom.xml
@@ -5,19 +5,19 @@
4.0.0
- jetbrains.mps.logic.reactor
- main
+ jetbrains.mps.logic.memreactor
+ memreactor-main
0.1
..
- core
+ memreactor-core
jar
- jetbrains.mps.logic.reactor
- api
+ jetbrains.mps.logic.memreactor
+ memreactor-api
${project.parent.version}
diff --git a/reactor/Test/pom.xml b/reactor/Test/pom.xml
index 7b7d8db4..cec8bad2 100644
--- a/reactor/Test/pom.xml
+++ b/reactor/Test/pom.xml
@@ -5,8 +5,8 @@
4.0.0
- jetbrains.mps.logic.reactor
- main
+ jetbrains.mps.logic.memreactor
+ memreactor-main
0.1
..
@@ -16,13 +16,13 @@
- jetbrains.mps.logic.reactor
- api
+ jetbrains.mps.logic.memreactor
+ memreactor-api
${project.parent.version}
- jetbrains.mps.logic.reactor
- core
+ jetbrains.mps.logic.memreactor
+ memreactor-core
${project.parent.version}
diff --git a/reactor/pom.xml b/reactor/pom.xml
index 0a3572c3..66bb645e 100644
--- a/reactor/pom.xml
+++ b/reactor/pom.xml
@@ -11,8 +11,8 @@
1.0.0-beta-4583
- jetbrains.mps.logic.reactor
- main
+ jetbrains.mps.logic.memreactor
+ memreactor-main
0.1
pom
@@ -72,6 +72,19 @@
1.6
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.4
+
+
+ attach-sources
+
+ jar
+
+
+
+
kotlin-maven-plugin
org.jetbrains.kotlin