JavaBuilder/JavaBuilder.iml

43 lines
2.4 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
2017-02-19 00:02:02 +01:00
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
2016-03-20 17:01:20 +01:00
<sourceFolder url="file://$MODULE_DIR$/libs" type="java-resource" />
2015-06-29 14:52:08 +02:00
<excludeFolder url="file://$MODULE_DIR$/dist" />
<excludeFolder url="file://$MODULE_DIR$/staging" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
2017-02-19 00:02:02 +01:00
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
2017-02-17 21:24:30 +01:00
<orderEntry type="module" module-name="Utilities" />
2016-03-12 12:53:53 +01:00
<orderEntry type="library" name="logging logback" level="application" />
<orderEntry type="library" name="logging slf4j-api" level="application" />
2017-02-19 00:02:02 +01:00
<orderEntry type="library" name="dorkbox minlog_slf4j" level="application" />
<orderEntry type="library" name="dorkbox annotations" level="application" />
<orderEntry type="library" name="dorkbox console" level="application" />
<orderEntry type="library" name="dorkbox shell_executor" level="application" />
2016-03-12 12:53:53 +01:00
<orderEntry type="library" name="bouncyCastle bcpg-jdk15on" level="application" />
<orderEntry type="library" name="bouncyCastle bcpkix-jdk15on" level="application" />
<orderEntry type="library" name="bouncyCastle bcprov-jdk15on" level="application" />
2016-03-12 11:58:13 +01:00
<orderEntry type="library" name="lzma-java" level="application" />
<orderEntry type="module-library">
<library name="JUnit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
2016-03-20 17:01:20 +01:00
<orderEntry type="library" name="javaparser" level="application" />
<orderEntry type="library" name="javatar" level="application" />
<orderEntry type="library" name="async-http-client" level="application" />
2017-02-17 21:24:30 +01:00
<orderEntry type="library" name="jsonbeans" level="application" />
2018-01-11 21:13:00 +01:00
<orderEntry type="library" name="netty" level="application" />
2017-02-17 21:24:30 +01:00
<orderEntry type="library" name="yamlbeans" level="application" />
2017-02-19 00:02:02 +01:00
<orderEntry type="library" name="kryo" level="application" />
</component>
</module>