Extract module 'deserialization' out of 'serialization'

'deserialization' stays in core because it's needed both in compiler and
reflection, but 'serialization' is used only in the compiler

Original commit: 32c3bb8c7f
This commit is contained in:
Alexander Udalov
2015-03-27 04:24:32 +03:00
parent 911313b084
commit 4d40114edc
+1 -1
View File
@@ -16,7 +16,7 @@
<orderEntry type="module" module-name="backend" scope="TEST" />
<orderEntry type="module" module-name="descriptors" />
<orderEntry type="module" module-name="frontend.java" />
<orderEntry type="module" module-name="serialization" />
<orderEntry type="module" module-name="deserialization" />
<orderEntry type="module" module-name="compiler-tests" scope="TEST" />
<orderEntry type="library" name="asm" level="project" />
<orderEntry type="module" module-name="util" />