source: trunk/.classpath@ 872

Last change on this file since 872 was 872, checked in by ngw8, 10 years ago

Added GraphFramesetLinks agent, which uses JGraphX to generate a graph/visualization of the current frameset in terms of the links between frames, and renders it using Expeditee objects.
The layout type used (tree, organic, circle, hierarchical, or the default, fast organic) can be specified when calling the action (e.g. 'GraphFramesetLinks circle').

File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry excluding="org/expeditee/items/widgets/WebBrowser.java" kind="src" path="src"/>
4 <classpathentry kind="src" output="bin/src" path="tests"/>
5 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
6
7 <!-- Use whatever Eclipse has as its default Java compiler -->
8 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
9 <!-- Comment out the above and change to the following if you want Java 1.8 (and have taught
10 Eclipse where Java 1.8 is on your file system -->
11 <!--
12 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0"/>
13 -->
14
15 <classpathentry kind="lib" path="releases/jars/activation.jar"/>
16 <classpathentry kind="lib" path="releases/jars/cobra.jar"/>
17 <classpathentry kind="lib" path="releases/jars/iText-2.1.3.jar"/>
18 <classpathentry kind="lib" path="releases/jars/jcommon-1.0.13.jar"/>
19 <classpathentry kind="lib" path="releases/jars/JEP.jar"/>
20 <classpathentry kind="lib" path="releases/jars/JFreeCharts.jar"/>
21 <classpathentry kind="lib" path="releases/jars/js.jar"/>
22 <classpathentry kind="lib" path="releases/jars/lobo.jar"/>
23 <classpathentry kind="lib" path="releases/jars/lobo-pub.jar"/>
24 <classpathentry kind="lib" path="releases/jars/mail.jar"/>
25 <classpathentry kind="lib" path="releases/jars/xercesImpl.jar"/>
26 <classpathentry kind="lib" path="releases/jars/jazzy-core.jar"/>
27 <classpathentry kind="lib" path="releases/jars/PDFRenderer-0.9.1.jar"/>
28 <classpathentry kind="lib" path="releases/jars/jgraphx.jar"/>
29 <classpathentry kind="lib" path="releases/jars/commons-cli-1.2.jar"/>
30 <classpathentry kind="lib" path="releases/jars/json-simple-1.1.1.jar"/>
31 <classpathentry kind="output" path="bin/src"/>
32</classpath>
Note: See TracBrowser for help on using the repository browser.