source: trunk/objectmq/.classpath @ 15

Last change on this file since 15 was 9, checked in by stoda, 11 years ago

First commit

File size: 669 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        <classpathentry kind="lib" path="lib/kryo-2.21-all.jar"/>
10        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
11        <classpathentry kind="output" path="bin"/>
12</classpath>
Note: See TracBrowser for help on using the repository browser.