source: trunk/objectmq/.classpath @ 24

Last change on this file since 24 was 22, checked in by stoda, 11 years ago
File size: 864 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry kind="src" path="src"/>
4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5        <classpathentry kind="lib" path="lib/gson-2.2.3.jar"/>
6        <classpathentry kind="lib" path="lib/commons-cli-1.1.jar"/>
7        <classpathentry kind="lib" path="lib/commons-io-1.2.jar"/>
8        <classpathentry kind="lib" path="lib/rabbitmq-client.jar">
9                <attributes>
10                        <attribute name="javadoc_location" value="file:/home/sergi/Documentos/Sergi/Java/workspace/objectmq/lib/rabbitmq-java-client-javadoc-3.0.1/"/>
11                </attributes>
12        </classpathentry>
13        <classpathentry kind="lib" path="lib/kryo-2.21-all.jar"/>
14        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
15        <classpathentry kind="output" path="bin"/>
16</classpath>
Note: See TracBrowser for help on using the repository browser.