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
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
<fileset dir="${basedir}/../../../core/descriptor.loader.java/src"/>
|
||||
<fileset dir="${basedir}/../../../core/descriptors/src"/>
|
||||
<fileset dir="${basedir}/../../../core/descriptors.runtime/src"/>
|
||||
<fileset dir="${basedir}/../../../core/deserialization/src"/>
|
||||
<fileset dir="${basedir}/../../../core/reflection.jvm/src"/>
|
||||
<fileset dir="${basedir}/../../../core/serialization/src"/>
|
||||
<fileset dir="${basedir}/../../../core/util.runtime/src"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user