source: trunk/EventBenchConsole/.classpath @ 415

Last change on this file since 415 was 415, checked in by sherbold, 12 years ago
  • updated Eclipse project configurate to add JDOM to the build path
File size: 2.7 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 combineaccessrules="false" kind="src" path="/JavaHelperLib"/>
6        <classpathentry combineaccessrules="false" kind="src" path="/EventBenchCore"/>
7        <classpathentry kind="lib" path="/Build/lib/collections-generic-4.01.jar"/>
8        <classpathentry kind="lib" path="/Build/lib/colt-1.2.0.jar"/>
9        <classpathentry kind="lib" path="/Build/lib/commons-codec-1.5.jar"/>
10        <classpathentry kind="lib" path="/Build/lib/concurrent-1.3.4.jar"/>
11        <classpathentry kind="lib" path="/Build/lib/gui-model-core.jar"/>
12        <classpathentry kind="lib" path="/Build/lib/j3d-core-1.3.1.jar"/>
13        <classpathentry kind="lib" path="/Build/lib/jdom.jar"/>
14        <classpathentry kind="lib" path="/Build/lib/jung-3d-2.0.1.jar"/>
15        <classpathentry kind="lib" path="/Build/lib/jung-3d-demos-2.0.1.jar"/>
16        <classpathentry kind="lib" path="/Build/lib/jung-algorithms-2.0.1.jar"/>
17        <classpathentry kind="lib" path="/Build/lib/jung-api-2.0.1.jar"/>
18        <classpathentry kind="lib" path="/Build/lib/jung-graph-impl-2.0.1.jar"/>
19        <classpathentry kind="lib" path="/Build/lib/jung-io-2.0.1.jar"/>
20        <classpathentry kind="lib" path="/Build/lib/jung-jai-2.0.1.jar"/>
21        <classpathentry kind="lib" path="/Build/lib/jung-jai-samples-2.0.1.jar"/>
22        <classpathentry kind="lib" path="/Build/lib/jung-samples-2.0.1.jar"/>
23        <classpathentry kind="lib" path="/Build/lib/jung-visualization-2.0.1.jar"/>
24        <classpathentry kind="lib" path="/Build/lib/log4j-1.2.16.jar"/>
25        <classpathentry kind="lib" path="/Build/lib/org.eclipse.core.commands_3.6.0.I20110111-0800.jar"/>
26        <classpathentry kind="lib" path="/Build/lib/org.eclipse.equinox.common_3.6.0.v20110523.jar"/>
27        <classpathentry kind="lib" path="/Build/lib/org.eclipse.jface_3.7.0.I20110522-1430.jar"/>
28        <classpathentry kind="lib" path="/Build/lib/org.eclipse.osgi_3.7.0.v20110613.jar"/>
29        <classpathentry kind="lib" path="/Build/lib/org.eclipse.swt.win32.win32.x86_3.7.0.v3735b.jar"/>
30        <classpathentry kind="lib" path="/Build/lib/org.eclipse.ui.forms_3.5.100.v20110425.jar"/>
31        <classpathentry kind="lib" path="/Build/lib/org.eclipse.ui.workbench_3.7.0.I20110519-0100.jar"/>
32        <classpathentry kind="lib" path="/Build/lib/stax-api-1.0.1.jar"/>
33        <classpathentry kind="lib" path="/Build/lib/vecmath-1.3.1.jar"/>
34        <classpathentry kind="lib" path="/Build/lib/wstx-asl-3.2.6.jar"/>
35        <classpathentry kind="lib" path="/Build/lib/jopt-simple-3.3.jar"/>
36        <classpathentry kind="lib" path="/Build/lib/jdom-1.1.3.jar"/>
37        <classpathentry kind="output" path="bin"/>
38</classpath>
Note: See TracBrowser for help on using the repository browser.