-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·77 lines (77 loc) · 4.6 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="de/varylab/discreteconformal/convergence/series/" kind="src" path="src"/>
<classpathentry kind="src" path="src-test"/>
<classpathentry kind="src" path="src-data"/>
<classpathentry kind="lib" path="lib/mtj.jar">
<attributes>
<attribute name="javadoc_location" value="http://matrix-toolkits-java.googlecode.com/svn/branches/0.9.13/javadoc"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/JLink.jar"/>
<classpathentry kind="lib" path="lib/jplasma.jar"/>
<classpathentry kind="lib" path="lib/jtransforms.jar"/>
<classpathentry kind="lib" path="lib/optimization.jar"/>
<classpathentry kind="lib" path="lib/csparsej.jar"/>
<classpathentry kind="lib" path="lib/vecmath.jar"/>
<classpathentry kind="lib" path="lib/batik-svggen.jar"/>
<classpathentry kind="lib" path="lib/batik-awt-util.jar"/>
<classpathentry kind="lib" path="lib/batik-util.jar"/>
<classpathentry kind="lib" path="lib/jtem/jpetsctao.jar"/>
<classpathentry kind="lib" path="lib/jreality/colorpicker.jar"/>
<classpathentry kind="lib" path="lib/jreality/janino.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jreality/jReality.jar" sourcepath="/jreality"/>
<classpathentry kind="lib" path="lib/jreality/jython_console.jar"/>
<classpathentry kind="lib" path="lib/jreality/jython-standalone-2.5.3.jar"/>
<classpathentry kind="lib" path="lib/jreality/NetUtil.jar"/>
<classpathentry kind="lib" path="lib/jreality/sunflow.jar"/>
<classpathentry kind="lib" path="lib/jtem/beans.jar"/>
<classpathentry kind="lib" path="lib/jtem/blas.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jtem/halfedge.jar" sourcepath="/halfedge"/>
<classpathentry exported="true" kind="lib" path="lib/jtem/halfedgetools.jar" sourcepath="/halfedgetools"/>
<classpathentry kind="lib" path="lib/jtem/java2d.jar" sourcepath="/java2d"/>
<classpathentry kind="lib" path="lib/jtem/java2dx.jar" sourcepath="/java2dx"/>
<classpathentry kind="lib" path="lib/jtem/jrworkspace.jar" sourcepath="/jrworkspace"/>
<classpathentry kind="lib" path="lib/jtem/jterm.jar"/>
<classpathentry kind="lib" path="lib/jtem/mfc.jar" sourcepath="/mfc">
<attributes>
<attribute name="javadoc_location" value="http://www3.math.tu-berlin.de/jtem/mfc/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jtem/modelling.jar" sourcepath="/modelling"/>
<classpathentry kind="lib" path="lib/jtem/numericalMethods.jar"/>
<classpathentry kind="lib" path="lib/jtem/projgeom.jar"/>
<classpathentry kind="lib" path="lib/jtem/riemann.jar"/>
<classpathentry kind="lib" path="lib/xstream/xpp3-1.1.4c.jar"/>
<classpathentry kind="lib" path="lib/xstream/xstream-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/jogamp/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogamp/jogl-all.jar" sourcepath="/Users/sechel/.m2/repository/org/jogamp/jogl/jogl-all/2.1.2/jogl-all-2.1.2-sources.jar"/>
<classpathentry kind="lib" path="lib/jfreechart/jcommon-1.0.18.jar"/>
<classpathentry kind="lib" path="lib/jfreechart/jfreechart-1.0.14.jar"/>
<classpathentry kind="lib" path="lib/jtem/discretegroup.jar" sourcepath="/discretegroup"/>
<classpathentry kind="lib" path="lib/jreality/hidapi-1.1.jar"/>
<classpathentry kind="lib" path="lib/xmlunit-1.5/lib/xmlunit-1.5.jar">
<attributes>
<attribute name="javadoc_location" value="http://xmlunit.sourceforge.net/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jopt-simple-4.6.jar">
<attributes>
<attribute name="javadoc_location" value="http://pholser.github.io/jopt-simple/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/substance/laf-plugin-7.2.1.jar"/>
<classpathentry kind="lib" path="lib/substance/laf-widget-7.2.1.jar"/>
<classpathentry kind="lib" path="lib/substance/substance-7.2.1.jar"/>
<classpathentry kind="lib" path="lib/substance/trident-7.2.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/MTJOptimization.jar"/>
<classpathentry kind="lib" path="lib/arpack-combo.jar"/>
<classpathentry kind="lib" path="lib/netlib-java.jar"/>
<classpathentry kind="lib" path="lib/parallelcolt-0.9.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/itext/itext-pdfa-5.5.6.jar"/>
<classpathentry kind="lib" path="lib/itext/itext-xtra-5.5.6.jar"/>
<classpathentry kind="lib" path="lib/itext/itextpdf-5.5.6_halfedgetools.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>