Changeset 863 for trunk/.classpath


Ignore:
Timestamp:
02/08/14 14:55:41 (10 years ago)
Author:
davidb
Message:

Extra jar files added to Eclipse project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r861 r863  
    44        <classpathentry kind="src" output="bin/src" path="tests"/>
    55        <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 -->
    68        <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
    715        <classpathentry kind="lib" path="releases/jars/activation.jar"/>
    816        <classpathentry kind="lib" path="releases/jars/cobra.jar"/>
     
    1826        <classpathentry kind="lib" path="releases/jars/jazzy-core.jar"/>
    1927        <classpathentry kind="lib" path="releases/jars/PDFRenderer-0.9.1.jar"/>
     28
     29        <classpathentry kind="lib" path="releases/jars/commons-cli-1.2.jar"/>
    2030        <classpathentry kind="lib" path="releases/jars/json-simple-1.1.1.jar"/>
    21         <classpathentry kind="lib" path="releases/jars/commons-cli-1.2.jar"/>
    2231        <classpathentry kind="output" path="bin/src"/>
    2332</classpath>
Note: See TracChangeset for help on using the changeset viewer.