Added readme and intellij

This commit is contained in:
nathan 2017-02-10 12:06:24 +01:00
parent e67a8556e9
commit b95ff97bcd
3 changed files with 26 additions and 17 deletions

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Dorkbox-Util</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

1
README.md Normal file
View File

@ -0,0 +1 @@
Dorkbox General Utilities

25
Utilities.iml Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="JavaLauncher-Util" />
<orderEntry type="module" module-name="MessageBus" />
<orderEntry type="module" module-name="ObjectPool" />
<orderEntry type="library" name="kryo3" level="application" />
<orderEntry type="library" name="bouncyCastle bcprov-jdk15on" level="application" />
<orderEntry type="library" name="jna" level="application" />
<orderEntry type="library" scope="TEST" name="junit-4.12" level="application" />
<orderEntry type="library" name="netty-all" level="application" />
<orderEntry type="library" name="logging slf4j-api" level="application" />
<orderEntry type="library" name="bouncyCastle bcpg-jdk15on" level="application" />
<orderEntry type="library" name="bouncyCastle bcpkix-jdk15on" level="application" />
<orderEntry type="library" name="reflectasm" level="application" />
<orderEntry type="library" name="lz4_xxhash" level="application" />
</component>
</module>