source: .classpath@ 1

Last change on this file since 1 was 1, checked in by Wouter Pasman, 6 years ago

Initial import : Genius 9.0.0

File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src/main/java">
4 </classpathentry>
5 <classpathentry kind="src" path="src/main/resources">
6 </classpathentry>
7 <classpathentry kind="src" path="src/test/java">
8 </classpathentry>
9 <classpathentry kind="src" path="src/test/resources">
10 </classpathentry>
11 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
12 </classpathentry>
13 <classpathentry kind="lib" path="dep/AbsoluteLayout-RELEASE802.jar"/>
14 <classpathentry kind="lib" path="dep/appframework-1.0.3.jar"/>
15 <classpathentry kind="lib" path="dep/combinatoricslib-2.0.jar"/>
16 <classpathentry kind="lib" path="dep/jaxb-api-2.2.11.jar"/>
17 <classpathentry kind="lib" path="dep/jaxb-core-2.2.11.jar"/>
18 <classpathentry kind="lib" path="dep/jaxb-impl-2.2.11.jar"/>
19 <classpathentry kind="lib" path="dep/jcommon-1.0.21.jar"/>
20 <classpathentry kind="lib" path="dep/jfreechart-1.0.17.jar"/>
21 <classpathentry kind="lib" path="dep/jopt-simple-3.2.jar"/>
22 <classpathentry kind="lib" path="dep/org-jdesktop-layout-RELEASE802.jar"/>
23 <classpathentry kind="lib" path="dep/swing-layout-1.0.4-RELEASE802.jar"/>
24 <classpathentry kind="lib" path="dep/swing-worker-1.1.jar"/>
25 <classpathentry kind="lib" path="dep/xml-apis-1.3.04.jar"/>
26 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
27 <classpathentry kind="lib" path="dep-test/mockito-all-1.9.5.jar"/>
28 <classpathentry kind="output" path="bin"/>
29</classpath>
Note: See TracBrowser for help on using the repository browser.