diff options
author | mdway <romangraef@gmail.com> | 2017-08-18 16:19:38 +0200 |
---|---|---|
committer | mdway <romangraef@gmail.com> | 2017-08-18 16:19:38 +0200 |
commit | 97eeb429647312e4f847109f00008ae82657d1b9 (patch) | |
tree | f0cf2d171670fa6bffe9fc43b333e109d319f1b4 /Logging.iml | |
download | Logging-97eeb429647312e4f847109f00008ae82657d1b9.tar.gz Logging-97eeb429647312e4f847109f00008ae82657d1b9.tar.bz2 Logging-97eeb429647312e4f847109f00008ae82657d1b9.zip |
Initial commit
Diffstat (limited to 'Logging.iml')
-rw-r--r-- | Logging.iml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Logging.iml b/Logging.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Logging.iml @@ -0,0 +1,11 @@ +<?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" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file |