Network/Network.iml

27 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-03-07 00:05:00 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
2017-07-30 21:31:34 +02:00
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
2016-03-07 00:05:00 +01:00
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
2016-03-18 16:15:18 +01:00
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
2016-03-07 00:05:00 +01:00
</content>
2017-07-30 21:31:34 +02:00
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
2016-03-07 00:05:00 +01:00
<orderEntry type="sourceFolder" forTests="false" />
2017-02-17 16:25:09 +01:00
<orderEntry type="module" module-name="Utilities" />
2016-03-12 12:53:53 +01:00
<orderEntry type="library" name="logging slf4j-api" level="application" />
<orderEntry type="library" name="logging logback" level="application" />
<orderEntry type="library" name="bouncyCastle bcpkix-jdk15on" level="application" />
<orderEntry type="library" name="bouncyCastle bcprov-jdk15on" level="application" />
2016-03-07 00:05:00 +01:00
<orderEntry type="library" name="dorkbox object_pool" level="application" />
2016-03-12 11:58:13 +01:00
<orderEntry type="library" name="asm" level="application" />
<orderEntry type="library" name="lz4_xxhash" level="application" />
<orderEntry type="library" name="netty-all" level="application" />
<orderEntry type="library" name="reflectasm" level="application" />
<orderEntry type="library" name="objenesis" level="application" />
2016-03-07 00:05:00 +01:00
<orderEntry type="library" name="junit-4.12" level="application" />
2016-03-12 03:18:09 +01:00
<orderEntry type="library" name="dorkbox minlog_slf4j" level="application" />
2017-02-19 00:02:17 +01:00
<orderEntry type="library" name="kryo" level="application" />
2017-07-30 20:18:20 +02:00
<orderEntry type="module" module-name="Network-UDT" />
2016-03-07 00:05:00 +01:00
</component>
</module>