-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
67 lines (67 loc) · 4.11 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tests/src-test"/>
<classpathentry excluding="src-test/" kind="src" path="tests"/>
<classpathentry combineaccessrules="false" kind="src" path="/PetriNetReplayAnalysis"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="stdlib/axis.jar"/>
<classpathentry kind="lib" path="stdlib/bsh-2.0b4.jar"/>
<classpathentry kind="lib" path="stdlib/collections-generic-4.01.jar"/>
<classpathentry kind="lib" path="stdlib/colt.jar"/>
<classpathentry kind="lib" path="stdlib/commons-compress-1.0.jar"/>
<classpathentry kind="lib" path="stdlib/commons-math-1.2.jar"/>
<classpathentry kind="lib" path="stdlib/FilterableSortableTablePanel.jar"/>
<classpathentry kind="lib" path="stdlib/flanagan.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-export-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphics2d-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphicsio-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphicsio-emf-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphicsio-java-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphicsio-pdf-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphicsio-ps-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphicsio-svg-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphicsio-swf-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-graphicsio-tests-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-io-2.0.2.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-swing-2.0.3.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-util-2.0.2.jar"/>
<classpathentry kind="lib" path="stdlib/freehep-xml-2.1.1.jar"/>
<classpathentry kind="lib" path="stdlib/jargs.jar"/>
<classpathentry kind="lib" path="stdlib/jas-plotter-2.2.jar"/>
<classpathentry kind="lib" path="stdlib/jcommon-1.0.16.jar"/>
<classpathentry kind="lib" path="stdlib/jdom-1.0.jar"/>
<classpathentry kind="lib" path="stdlib/jfreechart-1.0.13.jar"/>
<classpathentry kind="lib" path="stdlib/jgraph.jar"/>
<classpathentry kind="lib" path="stdlib/jlfgr-1_0.jar"/>
<classpathentry kind="lib" path="stdlib/jung-algorithms-2.0.jar"/>
<classpathentry kind="lib" path="stdlib/jung-api-2.0.jar"/>
<classpathentry kind="lib" path="stdlib/jung-graph-impl-2.0.jar"/>
<classpathentry kind="lib" path="stdlib/jung-io-2.0.jar"/>
<classpathentry kind="lib" path="stdlib/jung-visualization-2.0.jar"/>
<classpathentry kind="lib" path="stdlib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="stdlib/openide-lookup-1.9-patched-1.0.jar"/>
<classpathentry kind="lib" path="stdlib/OpenXES-XStream.jar"/>
<classpathentry kind="lib" path="stdlib/OpenXES.jar"/>
<classpathentry kind="lib" path="stdlib/ProM-Contexts.jar"/>
<classpathentry kind="lib" path="stdlib/ProM-Framework.jar"/>
<classpathentry kind="lib" path="stdlib/ProM-Models.jar"/>
<classpathentry kind="lib" path="stdlib/ProM-Plugins.jar"/>
<classpathentry kind="lib" path="stdlib/simmetrics.jar"/>
<classpathentry kind="lib" path="stdlib/slickerbox1.0rc1.jar"/>
<classpathentry kind="lib" path="stdlib/Spex.jar"/>
<classpathentry kind="lib" path="stdlib/TableLayout-20050920.jar"/>
<classpathentry kind="lib" path="stdlib/Uitopia.jar"/>
<classpathentry kind="lib" path="stdlib/UITopiaResources.jar"/>
<classpathentry kind="lib" path="stdlib/weka.jar"/>
<classpathentry kind="lib" path="stdlib/xpp3-1.1.4c.jar"/>
<classpathentry kind="lib" path="stdlib/xstream-1.3.1.jar"/>
<classpathentry kind="lib" path="packagelib/Log.jar"/>
<classpathentry kind="lib" path="packagelib/LogDialog.jar"/>
<classpathentry kind="lib" path="packagelib/PetriNetReplayer.jar"/>
<classpathentry kind="lib" path="packagelib/PetriNets.jar"/>
<classpathentry kind="lib" path="packagelib/BPMN.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/BPMNMeasures"/>
<classpathentry combineaccessrules="false" kind="src" path="/BPMN"/>
<classpathentry kind="output" path="bin"/>
</classpath>