diff options
author | David Schweinsberg <[email protected]> | 2019-08-29 20:00:44 -0700 |
---|---|---|
committer | David Schweinsberg <[email protected]> | 2019-08-29 20:00:44 -0700 |
commit | ddc2e3fb41acf1b2deced0bbf7726941199a5ae4 (patch) | |
tree | 69a970575c2d66886a900709006dd12383a3ac95 /.idea/misc.xml | |
parent | 8688e5d2cdc743906180914d74d83c5a97c565f7 (diff) |
Migrated to IntelliJ IDEA as the primary dev environment
Farewell Netbeans, and on to the third IDE, though Eclipse has been
used from time to time. This project was originally born on IBM's
VisualAge for Java.
Diffstat (limited to '.idea/misc.xml')
-rw-r--r-- | .idea/misc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..1763e15 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/out" /> + </component> +</project>
\ No newline at end of file |