From 9f9c442bec86905bf8e2dd5134c877ca3d5c3c6b Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 6 Mar 2017 20:22:20 -0800 Subject: [PATCH] Added example to IDEA project. --- .idea/kobalt.xml | 10 +++++++ .idea/misc.xml | 73 +++++++++++++++++++++++++++++++++++++++++++++ .idea/modules.xml | 1 + .idea/vcs.xml | 4 +++ example/example.iml | 16 ++++++++++ 5 files changed, 104 insertions(+) create mode 100644 example/example.iml diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml index 3764f2d..ed2be6d 100644 --- a/.idea/kobalt.xml +++ b/.idea/kobalt.xml @@ -12,6 +12,16 @@ + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index f738a13..c5d163d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -38,7 +38,80 @@ + + + + + + + + + Java + + + Portability issuesJava + + + + + Android + + + + + + + + + + commons-logging-api + + + + + + + + 1.8.x + + + + + + + + 1.8.x + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 5b5cc73..10b9e60 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,6 +3,7 @@ + diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..c42d940 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,9 @@ + + + + \ No newline at end of file diff --git a/example/example.iml b/example/example.iml new file mode 100644 index 0000000..fcc55b6 --- /dev/null +++ b/example/example.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file