diff options
Diffstat (limited to '.idea/CS2.iml')
-rw-r--r-- | .idea/CS2.iml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.idea/CS2.iml b/.idea/CS2.iml index d6ebd48..a60503f 100644 --- a/.idea/CS2.iml +++ b/.idea/CS2.iml @@ -2,7 +2,10 @@ <module type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> - <content url="file://$MODULE_DIR$" /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/com.example.portfolio2" isTestSource="false" /> + </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> </component> |