diff options
author | mdway <romangraef@gmail.com> | 2017-06-05 19:17:57 +0200 |
---|---|---|
committer | mdway <romangraef@gmail.com> | 2017-06-05 19:17:57 +0200 |
commit | 816d802b133cbc3f9eeb7d9cd2f12dcadf95ed06 (patch) | |
tree | 91acc08e65bcd9b9e1c4e08adaaae59405c11441 /Selfbot.iml | |
download | Selfbot-816d802b133cbc3f9eeb7d9cd2f12dcadf95ed06.tar.gz Selfbot-816d802b133cbc3f9eeb7d9cd2f12dcadf95ed06.tar.bz2 Selfbot-816d802b133cbc3f9eeb7d9cd2f12dcadf95ed06.zip |
Initial commit
Diffstat (limited to 'Selfbot.iml')
-rw-r--r-- | Selfbot.iml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Selfbot.iml b/Selfbot.iml new file mode 100644 index 0000000..34029bd --- /dev/null +++ b/Selfbot.iml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/target/classes" /> + <output-test url="file://$MODULE_DIR$/target/test-classes" /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> + <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> + <excludeFolder url="file://$MODULE_DIR$/target" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$APPLICATION_HOME_DIR$/redist/annotations-java8.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="library" name="JDA-3.1.0_204-javadoc" level="project" /> + <orderEntry type="library" name="Maven: net.dv8tion:JDA:3.1.1_212" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.commons:commons-lang3:3.5" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.commons:commons-collections4:4.1" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.json:json:20160810" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: net.sf.trove4j:trove4j:3.0.3" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: net.java.dev.jna:jna:4.4.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.neovisionaries:nv-websocket-client:2.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.mashape.unirest:unirest-java:1.4.9" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpclient:4.5.2" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpcore:4.4.4" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: commons-logging:commons-logging:1.2" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: commons-codec:commons-codec:1.9" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpasyncclient:4.1.1" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpcore-nio:4.4.4" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpmime:4.5.2" level="project" /> + </component> +</module>
\ No newline at end of file |