diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2018-08-02 17:05:57 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2018-08-02 17:05:57 +0200 |
commit | b8ee85038e1d42503a4359d6476595181b7afe38 (patch) | |
tree | d4846f481eafb20febc2ed594d9988ba7b748cbe /Case Conversion.iml | |
download | idea_caseconv-b8ee85038e1d42503a4359d6476595181b7afe38.tar.gz idea_caseconv-b8ee85038e1d42503a4359d6476595181b7afe38.tar.bz2 idea_caseconv-b8ee85038e1d42503a4359d6476595181b7afe38.zip |
Initial commit
Diffstat (limited to 'Case Conversion.iml')
-rw-r--r-- | Case Conversion.iml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Case Conversion.iml b/Case Conversion.iml new file mode 100644 index 0000000..e025b20 --- /dev/null +++ b/Case Conversion.iml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="PLUGIN_MODULE" version="4"> + <component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" /> + <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$/resources" type="java-resource" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file |