LogViewer/.classpath
Marc Baloup 30bda04ae3 Création d'un outil de lecture de log
- Ajout d'un exécutable permettant la lecture en continu d'un fichier
log avec support de la rotation des fichiers.
2016-12-28 19:22:32 +01:00

12 lines
469 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/LogViewer/lib/commons-collections4-4.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>