Skip to content
Snippets Groups Projects
Commit 89f424ec authored by phillu's avatar phillu
Browse files

added slf4j logger

parent 25728196
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,7 @@
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/common-monitoring"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
......@@ -32,6 +32,8 @@
<fileset dir="lib" includes="*LICENSE*" />
<zipfileset excludes="META-INF/*.SF" src="lib/disruptor-3.2.0.jar"/>
<zipfileset excludes="META-INF/*.SF" src="${build.dir}/explorviz-common.jar"/>
<zipfileset excludes="META-INF/*.SF" src="lib/slf4j-api-1.7.5.jar"/>
<zipfileset excludes="META-INF/*.SF" src="lib/slf4j-simple-1.7.5.jar"/>
</jar>
<mkdir dir="${jar.dir}/META-INF"/>
<copy todir="${jar.dir}/META-INF">
......
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment