source: objectmq/.classpath @ 30

Last change on this file since 30 was 3, checked in by stoda, 11 years ago
File size: 1.3 KB
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                <attributes>
6                        <attribute name="owner.project.facets" value="java"/>
7                </attributes>
8        </classpathentry>
9        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
10        <classpathentry kind="lib" path="lib/commons-cli-1.1.jar"/>
11        <classpathentry kind="lib" path="lib/commons-io-1.2.jar"/>
12        <classpathentry kind="lib" path="lib/rabbitmq-client.jar">
13                <attributes>
14                        <attribute name="javadoc_location" value="file:/home/sergi/Documentos/Sergi/Java/workspace/evocb_rabbit/lib/rabbitmq-java-client-javadoc-3.0.1/"/>
15                </attributes>
16        </classpathentry>
17        <classpathentry kind="lib" path="lib/kryo-2.21-all.jar"/>
18        <classpathentry kind="lib" path="lib/snakeyaml-1.11.jar"/>
19        <classpathentry kind="lib" path="lib/aspectjrt.jar"/>
20        <classpathentry kind="lib" path="lib/gson-2.2.3.jar"/>
21        <classpathentry kind="lib" path="lib/jackson-core-2.2.0.jar"/>
22        <classpathentry kind="lib" path="lib/xstream-1.4.4.jar"/>
23        <classpathentry kind="lib" path="lib/jackson-annotations-2.2.0.jar"/>
24        <classpathentry kind="lib" path="lib/jackson-databind-2.2.0.jar"/>
25        <classpathentry kind="output" path="classes"/>
26</classpath>
Note: See TracBrowser for help on using the repository browser.