source: .classpath

Last change on this file was 209, checked in by Tim Baarslag, 5 years ago

First GUI design of one-to-many negotiation

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src/main/java"/>
4 <classpathentry kind="src" path="src/main/resources"/>
5 <classpathentry kind="src" path="src/test/java"/>
6 <classpathentry kind="src" path="src/test/resources"/>
7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
8 <classpathentry kind="lib" path="dep/combinatoricslib-2.0.jar"/>
9 <classpathentry kind="lib" path="dep/jaxb-api-2.2.11.jar"/>
10 <classpathentry kind="lib" path="dep/jaxb-core-2.2.11.jar"/>
11 <classpathentry kind="lib" path="dep/jaxb-impl-2.2.11.jar"/>
12 <classpathentry kind="lib" path="dep/jcommon-1.0.21.jar"/>
13 <classpathentry kind="lib" path="dep/jfreechart-1.0.17.jar"/>
14 <classpathentry kind="lib" path="dep/jopt-simple-3.2.jar"/>
15 <classpathentry kind="lib" path="dep/xml-apis-1.3.04.jar"/>
16 <classpathentry kind="lib" path="dep/commons-math3-3.6.1.jar"/>
17 <classpathentry kind="lib" path="dep/miglayout-4.0.jar"/>
18 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
19 <classpathentry kind="lib" path="dep-test/mockito-all-1.9.5.jar"/>
20 <classpathentry kind="output" path="bin"/>
21</classpath>
Note: See TracBrowser for help on using the repository browser.