source: trunk/.classpath@ 863

Last change on this file since 863 was 863, checked in by davidb, 10 years ago

Extra jar files added to Eclipse project

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
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.