diff --git a/reactor/.gitignore b/reactor/.gitignore
index b7dca539..2b3eb745 100644
--- a/reactor/.gitignore
+++ b/reactor/.gitignore
@@ -1,5 +1,8 @@
.idea/workspace.xml
out
+unification/code/target/*
+unification/tests/target/*
+unification/out
API/target/*
Core/target/*
Test/target/*
diff --git a/reactor/.idea/compiler.xml b/reactor/.idea/compiler.xml
index a5bc2ed1..e8367e6d 100644
--- a/reactor/.idea/compiler.xml
+++ b/reactor/.idea/compiler.xml
@@ -39,6 +39,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,6 +60,8 @@
+
+
\ No newline at end of file
diff --git a/reactor/.idea/encodings.xml b/reactor/.idea/encodings.xml
index 7e296d3b..1db08596 100644
--- a/reactor/.idea/encodings.xml
+++ b/reactor/.idea/encodings.xml
@@ -5,6 +5,8 @@
+
+
\ No newline at end of file
diff --git a/reactor/.idea/libraries/Maven__com_github_fisakov_mps_unification_unification_lib_1_0_2.xml b/reactor/.idea/libraries/Maven__com_github_fisakov_mps_unification_unification_lib_1_0_2.xml
deleted file mode 100644
index 65743615..00000000
--- a/reactor/.idea/libraries/Maven__com_github_fisakov_mps_unification_unification_lib_1_0_2.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/.idea/libraries/code_1_0.xml b/reactor/.idea/libraries/code_1_0.xml
deleted file mode 100644
index 9bab4b31..00000000
--- a/reactor/.idea/libraries/code_1_0.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/.idea/modules.xml b/reactor/.idea/modules.xml
index 80bd7007..e1e37e5f 100644
--- a/reactor/.idea/modules.xml
+++ b/reactor/.idea/modules.xml
@@ -6,6 +6,8 @@
+
+
\ No newline at end of file
diff --git a/reactor/API/API.iml b/reactor/API/API.iml
index 1e636929..eb0436b3 100644
--- a/reactor/API/API.iml
+++ b/reactor/API/API.iml
@@ -9,6 +9,7 @@
+
@@ -40,6 +41,5 @@
-
\ No newline at end of file
diff --git a/reactor/API/pom.xml b/reactor/API/pom.xml
index 3477ba0a..263d4842 100644
--- a/reactor/API/pom.xml
+++ b/reactor/API/pom.xml
@@ -14,6 +14,14 @@
memreactor-api
jar
+
+
+ jetbrains.mps.logic.memreactor
+ unification-lib
+ ${unification.version}
+
+
+
${basedir}/src/
diff --git a/reactor/Core/Core.iml b/reactor/Core/Core.iml
index fc249275..6ba8b2af 100644
--- a/reactor/Core/Core.iml
+++ b/reactor/Core/Core.iml
@@ -18,8 +18,8 @@
-
+
@@ -51,6 +51,5 @@
-
\ No newline at end of file
diff --git a/reactor/Core/pom.xml b/reactor/Core/pom.xml
index f4a7ecdd..b2551ae4 100644
--- a/reactor/Core/pom.xml
+++ b/reactor/Core/pom.xml
@@ -20,6 +20,11 @@
memreactor-api
${project.parent.version}
+
+ jetbrains.mps.logic.memreactor
+ unification-lib
+ ${unification.version}
+
diff --git a/reactor/Reactor.iml b/reactor/Reactor.iml
index 1e636929..1b391a3d 100644
--- a/reactor/Reactor.iml
+++ b/reactor/Reactor.iml
@@ -40,6 +40,5 @@
-
\ No newline at end of file
diff --git a/reactor/Test/Test.iml b/reactor/Test/Test.iml
index 4414fa37..a0a31d55 100644
--- a/reactor/Test/Test.iml
+++ b/reactor/Test/Test.iml
@@ -18,8 +18,8 @@
-
+
@@ -54,6 +54,5 @@
-
\ No newline at end of file
diff --git a/reactor/pom.xml b/reactor/pom.xml
index 08da13de..595ee8f1 100644
--- a/reactor/pom.xml
+++ b/reactor/pom.xml
@@ -9,6 +9,7 @@
UTF-8
1.0.0-rc-1050
+ 1.0.2
jetbrains.mps.logic.memreactor
@@ -24,10 +25,6 @@
-
- jitpack.io
- https://jitpack.io
-
kotlin-eap
https://dl.bintray.com/kotlin/kotlin-eap
@@ -65,11 +62,6 @@
annotations
12.0
-
- com.github.fisakov.mps-unification
- unification-lib
- 1.0.2
-
@@ -120,6 +112,8 @@
+ unification/code
+ unification/tests
API
Core
Test
diff --git a/reactor/unification/.gitignore b/reactor/unification/.gitignore
deleted file mode 100644
index 477c26aa..00000000
--- a/reactor/unification/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/.idea/workspace.xml
-/code/target/*
-/tests/target/*
-/out
diff --git a/reactor/unification/.idea/.name b/reactor/unification/.idea/.name
deleted file mode 100644
index 13400552..00000000
--- a/reactor/unification/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-unification
\ No newline at end of file
diff --git a/reactor/unification/.idea/compiler.xml b/reactor/unification/.idea/compiler.xml
deleted file mode 100644
index cbc987ef..00000000
--- a/reactor/unification/.idea/compiler.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/copyright/JetBrains.xml b/reactor/unification/.idea/copyright/JetBrains.xml
deleted file mode 100644
index 361c3c6b..00000000
--- a/reactor/unification/.idea/copyright/JetBrains.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/copyright/profiles_settings.xml b/reactor/unification/.idea/copyright/profiles_settings.xml
deleted file mode 100644
index 4c0f48ac..00000000
--- a/reactor/unification/.idea/copyright/profiles_settings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/encodings.xml b/reactor/unification/.idea/encodings.xml
deleted file mode 100644
index 281c0d13..00000000
--- a/reactor/unification/.idea/encodings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/libraries/Maven__junit_junit_4_12.xml b/reactor/unification/.idea/libraries/Maven__junit_junit_4_12.xml
deleted file mode 100644
index d4110417..00000000
--- a/reactor/unification/.idea/libraries/Maven__junit_junit_4_12.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/reactor/unification/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml
deleted file mode 100644
index f58bbc11..00000000
--- a/reactor/unification/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/libraries/junit_junit_4_11.xml b/reactor/unification/.idea/libraries/junit_junit_4_11.xml
deleted file mode 100644
index c4657f5f..00000000
--- a/reactor/unification/.idea/libraries/junit_junit_4_11.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/misc.xml b/reactor/unification/.idea/misc.xml
deleted file mode 100644
index 743f551c..00000000
--- a/reactor/unification/.idea/misc.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/modules.xml b/reactor/unification/.idea/modules.xml
deleted file mode 100644
index 34c27898..00000000
--- a/reactor/unification/.idea/modules.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/scopes/scope_settings.xml b/reactor/unification/.idea/scopes/scope_settings.xml
deleted file mode 100644
index 922003b8..00000000
--- a/reactor/unification/.idea/scopes/scope_settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/.idea/vcs.xml b/reactor/unification/.idea/vcs.xml
deleted file mode 100644
index c80f2198..00000000
--- a/reactor/unification/.idea/vcs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/reactor/unification/code/pom.xml b/reactor/unification/code/pom.xml
index 10fc1724..8de210d5 100644
--- a/reactor/unification/code/pom.xml
+++ b/reactor/unification/code/pom.xml
@@ -5,14 +5,15 @@
4.0.0
- jetbrains.mps.unification
- main
- 1.0.2
- ..
+ jetbrains.mps.logic.memreactor
+ memreactor-main
+ 0.1
+ ../..
unification-lib
jar
+ 1.0.2
${basedir}/src/
diff --git a/reactor/unification/code/unification-lib.iml b/reactor/unification/code/unification-lib.iml
new file mode 100644
index 00000000..1b391a3d
--- /dev/null
+++ b/reactor/unification/code/unification-lib.iml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/reactor/unification/lib/hamcrest-core-1.3.jar b/reactor/unification/lib/hamcrest-core-1.3.jar
deleted file mode 100644
index 9d5fe16e..00000000
Binary files a/reactor/unification/lib/hamcrest-core-1.3.jar and /dev/null differ
diff --git a/reactor/unification/lib/junit-4.11.jar b/reactor/unification/lib/junit-4.11.jar
deleted file mode 100644
index aaf74448..00000000
Binary files a/reactor/unification/lib/junit-4.11.jar and /dev/null differ
diff --git a/reactor/unification/main.iml b/reactor/unification/main.iml
deleted file mode 100644
index 987693c7..00000000
--- a/reactor/unification/main.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/pom.xml b/reactor/unification/pom.xml
deleted file mode 100644
index 0fc91ea6..00000000
--- a/reactor/unification/pom.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
- 4.0.0
-
-
- UTF-8
-
-
- pom
- jetbrains.mps.unification
- main
- 1.0.2
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.2
-
- 1.6
- 1.6
-
-
-
-
-
-
- code
- tests
-
-
-
\ No newline at end of file
diff --git a/reactor/unification/tests/pom.xml b/reactor/unification/tests/pom.xml
index 3810558a..2f7b0cc1 100644
--- a/reactor/unification/tests/pom.xml
+++ b/reactor/unification/tests/pom.xml
@@ -5,13 +5,13 @@
4.0.0
- jetbrains.mps.unification
- main
- 1.0.2
- ..
+ jetbrains.mps.logic.memreactor
+ memreactor-main
+ 0.1
+ ../..
- tests
+ unification-tests
jar
@@ -22,9 +22,9 @@
test
- jetbrains.mps.unification
+ jetbrains.mps.logic.memreactor
unification-lib
- 1.0.2
+ ${unification.version}
diff --git a/reactor/unification/tests/tests.iml b/reactor/unification/tests/tests.iml
index c4c848ab..8c9f5637 100644
--- a/reactor/unification/tests/tests.iml
+++ b/reactor/unification/tests/tests.iml
@@ -5,15 +5,43 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file