source: trunk/EventBenchConsole/.classpath @ 1

Last change on this file since 1 was 1, checked in by sherbold, 13 years ago
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry kind="src" path="src"/>
4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5        <classpathentry kind="lib" path="lib/collections-generic-4.01.jar"/>
6        <classpathentry kind="lib" path="lib/jdom.jar"/>
7        <classpathentry kind="lib" path="lib/colt-1.2.0.jar"/>
8        <classpathentry kind="lib" path="lib/concurrent-1.3.4.jar"/>
9        <classpathentry kind="lib" path="lib/j3d-core-1.3.1.jar"/>
10        <classpathentry kind="lib" path="lib/jung-3d-2.0.1.jar"/>
11        <classpathentry kind="lib" path="lib/jung-3d-demos-2.0.1.jar"/>
12        <classpathentry kind="lib" path="lib/jung-algorithms-2.0.1.jar"/>
13        <classpathentry kind="lib" path="lib/jung-api-2.0.1.jar"/>
14        <classpathentry kind="lib" path="lib/jung-graph-impl-2.0.1.jar"/>
15        <classpathentry kind="lib" path="lib/jung-io-2.0.1.jar"/>
16        <classpathentry kind="lib" path="lib/jung-jai-2.0.1.jar"/>
17        <classpathentry kind="lib" path="lib/jung-jai-samples-2.0.1.jar"/>
18        <classpathentry kind="lib" path="lib/jung-samples-2.0.1.jar"/>
19        <classpathentry kind="lib" path="lib/jung-visualization-2.0.1.jar"/>
20        <classpathentry kind="lib" path="lib/stax-api-1.0.1.jar"/>
21        <classpathentry kind="lib" path="lib/vecmath-1.3.1.jar"/>
22        <classpathentry kind="lib" path="lib/wstx-asl-3.2.6.jar"/>
23        <classpathentry kind="lib" path="lib/commons-codec-1.5.jar"/>
24        <classpathentry combineaccessrules="false" kind="src" path="/JavaHelperLib"/>
25        <classpathentry combineaccessrules="false" kind="src" path="/EventBenchCore"/>
26        <classpathentry kind="output" path="bin"/>
27</classpath>
Note: See TracBrowser for help on using the repository browser.