From c0ea8adda505be4fa2b514eb8978a541ecc6f210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= Date: Thu, 14 Jan 2021 17:28:57 +0100 Subject: Added the tddd78-annotations library, which may or may not be used in this year's course. --- .idea/inspectionProfiles/JavaOO_2021.xml | 13 ++++++++++++- .idea/libraries/tddd78_annotations.xml | 9 +++++++++ .idea/modules.xml | 2 +- JavaOO.iml | 16 ++++++++++++++++ Javalabbar.iml | 15 --------------- libs/tddd78-annotations/README.md | 4 ++++ libs/tddd78-annotations/tddd78-annotations.jar | Bin 0 -> 1414 bytes 7 files changed, 42 insertions(+), 17 deletions(-) create mode 100644 .idea/libraries/tddd78_annotations.xml create mode 100644 JavaOO.iml delete mode 100644 Javalabbar.iml create mode 100644 libs/tddd78-annotations/README.md create mode 100644 libs/tddd78-annotations/tddd78-annotations.jar diff --git a/.idea/inspectionProfiles/JavaOO_2021.xml b/.idea/inspectionProfiles/JavaOO_2021.xml index 1718de9..d15f4c5 100644 --- a/.idea/inspectionProfiles/JavaOO_2021.xml +++ b/.idea/inspectionProfiles/JavaOO_2021.xml @@ -3981,6 +3981,17 @@ - + + \ No newline at end of file diff --git a/.idea/libraries/tddd78_annotations.xml b/.idea/libraries/tddd78_annotations.xml new file mode 100644 index 0000000..f7fb2c1 --- /dev/null +++ b/.idea/libraries/tddd78_annotations.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 2ccb424..5213271 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/JavaOO.iml b/JavaOO.iml new file mode 100644 index 0000000..79515aa --- /dev/null +++ b/JavaOO.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Javalabbar.iml b/Javalabbar.iml deleted file mode 100644 index c0000f9..0000000 --- a/Javalabbar.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libs/tddd78-annotations/README.md b/libs/tddd78-annotations/README.md new file mode 100644 index 0000000..031fcca --- /dev/null +++ b/libs/tddd78-annotations/README.md @@ -0,0 +1,4 @@ +Detta bibliotek innehåller ett par experimentella annoteringar (annotations) +som kanske eller kanske inte kommer att användas i TDDD78 / TDDE30 / 729A85 under 2021. + +Om vi kommer att använda dessa kommer de att dokumenteras i instruktionerna. diff --git a/libs/tddd78-annotations/tddd78-annotations.jar b/libs/tddd78-annotations/tddd78-annotations.jar new file mode 100644 index 0000000..7bd90a6 Binary files /dev/null and b/libs/tddd78-annotations/tddd78-annotations.jar differ -- cgit v1.2.1