diff options
| author | Michael Wilson | 2014-05-22 10:29:38 +0200 |
|---|---|---|
| committer | Michael Wilson | 2014-05-22 10:29:38 +0200 |
| commit | 841e41ebbce602b361da79473f3e7d916add2f6c (patch) | |
| tree | b3d91300b096e20e8e3ad9f44ac26863ee29a287 | |
| parent | Download-Links sind nun zentral in der Klasse "Links" festgelegt. (diff) | |
| download | tutor-module-841e41ebbce602b361da79473f3e7d916add2f6c.tar.gz tutor-module-841e41ebbce602b361da79473f3e7d916add2f6c.tar.xz tutor-module-841e41ebbce602b361da79473f3e7d916add2f6c.zip | |
Jar hinzugefügt um Warnings im Server-Logging zu beheben
| -rw-r--r-- | Dozentenmodulserver/.classpath | 1 | ||||
| -rw-r--r-- | Dozentenmodulserver/lib/slf4j-simple-1.7.5.jar | bin | 0 -> 10680 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/Dozentenmodulserver/.classpath b/Dozentenmodulserver/.classpath index a4c7b889..7c84817e 100644 --- a/Dozentenmodulserver/.classpath +++ b/Dozentenmodulserver/.classpath @@ -8,5 +8,6 @@ <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/ini4j-0.5.2-SNAPSHOT.jar"/>
+ <classpathentry kind="lib" path="lib/slf4j-simple-1.7.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/Dozentenmodulserver/lib/slf4j-simple-1.7.5.jar b/Dozentenmodulserver/lib/slf4j-simple-1.7.5.jar Binary files differnew file mode 100644 index 00000000..9dece319 --- /dev/null +++ b/Dozentenmodulserver/lib/slf4j-simple-1.7.5.jar |
