awips2/cots/org.slf4j/.classpath
Nate Jensen 316d6c09c6 Issue #2142 initial cutover from log4j to SLF4J and logback
Change-Id: I6953739821992fadb2b92da0dc659512b90a5895

Former-commit-id: 7725d8a6cd00b3c30856b48ef86ab081b67d400b
2013-07-01 14:41:05 -05:00

10 lines
607 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="jul-to-slf4j-1.7.5.jar"/>
<classpathentry exported="true" kind="lib" path="log4j-over-slf4j-1.7.5.jar"/>
<classpathentry exported="true" kind="lib" path="jcl-over-slf4j-1.7.5.jar"/>
<classpathentry exported="true" kind="lib" path="slf4j-api-1.7.5.jar" sourcepath="slf4j-api-1.7.5-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>