source: trunk/CrossPare/.classpath @ 41

Last change on this file since 41 was 36, checked in by ftrautsch, 9 years ago

integration of decent models in crosspare

  • Property svn:mime-type set to text/plain
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry kind="src" path="src"/>
4        <classpathentry kind="src" path="test"/>
5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
6        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
7        <classpathentry kind="lib" path="lib/commons-collections4-4.0-alpha1.jar"/>
8        <classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
9        <classpathentry kind="lib" path="lib/commons-math3-3.1.jar"/>
10        <classpathentry kind="lib" path="lib/java-utils-0.0.1.jar"/>
11        <classpathentry kind="lib" path="lib/weka.jar"/>
12        <classpathentry kind="lib" path="lib/RBFNetwork.jar"/>
13        <classpathentry kind="lib" path="lib/epsilon-1.2-kitchensink.jar"/>
14        <classpathentry kind="lib" path="lib/org.antlr.runtime_3.1.b1_3.1.0.jar"/>
15        <classpathentry kind="lib" path="lib/org.eclipse.ocl.common_1.1.0.v20130531-0544.jar"/>
16        <classpathentry kind="lib" path="lib/org.eclipse.ocl.ecore_3.3.0.v20130520-1222.jar"/>
17        <classpathentry kind="output" path="bin"/>
18</classpath>
Note: See TracBrowser for help on using the repository browser.