source: trunk/EventBenchConsole/.classpath @ 188

Last change on this file since 188 was 188, checked in by sherbold, 13 years ago

Added a first prototype of a GUI for the application. The GUI is still incomplete, many functions are not yet implemented. The GUI is based on SWT. It has only been tested on Windows 7, 32 Bit; the SWT-jar-files are from Eclipse 3.7 32 bit Windows and may not be sufficient for other operating systems.

File size: 3.2 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 kind="lib" path="lib/swt/com.ibm.icu_4.4.2.v20110208.jar"/>
25        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.commands_3.6.0.I20110111-0800.jar"/>
26        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.databinding_1.4.0.I20110111-0800.jar"/>
27        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.databinding.beans_1.2.100.I20100824-0800.jar"/>
28        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.databinding.observable_1.4.0.I20110222-0800.jar"/>
29        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar"/>
30        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.runtime_3.7.0.v20110110.jar"/>
31        <classpathentry kind="lib" path="lib/swt/org.eclipse.equinox.common_3.6.0.v20110523.jar"/>
32        <classpathentry kind="lib" path="lib/swt/org.eclipse.equinox.registry_3.5.100.v20110502.jar"/>
33        <classpathentry kind="lib" path="lib/swt/org.eclipse.jface_3.7.0.I20110522-1430.jar"/>
34        <classpathentry kind="lib" path="lib/swt/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar"/>
35        <classpathentry kind="lib" path="lib/swt/org.eclipse.jface.text_3.7.0.v20110505-0800.jar"/>
36        <classpathentry kind="lib" path="lib/swt/org.eclipse.osgi_3.7.0.v20110613.jar"/>
37        <classpathentry kind="lib" path="lib/swt/org.eclipse.swt.win32.win32.x86_3.7.0.v3735b.jar"/>
38        <classpathentry kind="lib" path="lib/swt/org.eclipse.text_3.5.100.v20110505-0800.jar"/>
39        <classpathentry kind="lib" path="lib/swt/org.eclipse.ui.forms_3.5.100.v20110425.jar"/>
40        <classpathentry kind="lib" path="lib/swt/org.eclipse.ui.workbench_3.7.0.I20110519-0100.jar"/>
41        <classpathentry combineaccessrules="false" kind="src" path="/JavaHelperLib"/>
42        <classpathentry combineaccessrules="false" kind="src" path="/EventBenchCore"/>
43        <classpathentry kind="output" path="bin"/>
44</classpath>
Note: See TracBrowser for help on using the repository browser.