From 4d40114edc185c29a2356f0456bc9940f5a27d88 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 27 Mar 2015 04:24:32 +0300 Subject: [PATCH] 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: 32c3bb8c7f3c2905b580a151ee3199d37e696649 --- jps/jps-plugin/jps-plugin.iml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jps/jps-plugin/jps-plugin.iml b/jps/jps-plugin/jps-plugin.iml index ab02798a6c6..bae91cce456 100644 --- a/jps/jps-plugin/jps-plugin.iml +++ b/jps/jps-plugin/jps-plugin.iml @@ -16,7 +16,7 @@ - +