diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-26 16:43:10 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-26 16:43:10 -0500 |
| commit | b7dabf61e2f4deea23c9a4cbf33da419d031c5e8 (patch) | |
| tree | 44b8147e1c1309d50260a75c4d808ff6b80bcf2d /.idea/misc.xml | |
| parent | d00c3e4a54c7fa36a6832249baf221d1d6afef2f (diff) | |
| download | soen423-b7dabf61e2f4deea23c9a4cbf33da419d031c5e8.zip | |
add pom.xml
Diffstat (limited to '.idea/misc.xml')
| -rw-r--r-- | .idea/misc.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..9fff6c0 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ExternalStorageConfigurationManager" enabled="true" /> + <component name="JavadocGenerationManager"> + <option name="OUTPUT_DIRECTORY" value="$PROJECT_DIR$/javadoc" /> + </component> + <component name="MavenProjectsManager"> + <option name="originalFiles"> + <list> + <option value="$PROJECT_DIR$/pom.xml" /> + </list> + </option> + </component> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/out" /> + </component> +</project>
\ No newline at end of file |