Changeset 104

Show
Ignore:
Timestamp:
06/26/07 21:21:15 (2 years ago)
Author:
chris
Message:

Use provided JAR files rather than external projects for JWNL and HttpUnit?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/.classpath

    r26 r104  
    55        <classpathentry kind="lib" path="jsp/WEB-INF/lib/jemdros.jar"/> 
    66        <classpathentry kind="lib" path="jsp/WEB-INF/lib/junit.jar"/> 
     7        <classpathentry kind="lib" path="jsp/WEB-INF/lib/jwnl.jar"/> 
     8        <classpathentry kind="lib" path="jsp/WEB-INF/lib/httpunit.jar"/> 
    79        <classpathentry kind="src" path="test"/> 
    8         <classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet-api.jar"/> 
    9         <classpathentry kind="var" path="TOMCAT_HOME/common/lib/jasper-runtime.jar"/> 
    10         <classpathentry kind="var" path="TOMCAT_HOME/common/lib/jsp-api.jar"/> 
    1110        <classpathentry kind="lib" path="jsp/WEB-INF/lib/mysql-connector-java-3.1.11-bin.jar"/> 
    1211        <classpathentry kind="lib" path="jsp/WEB-INF/lib/log4j-1.2.8.jar"/> 
    1312        <classpathentry kind="src" path="properties"/> 
    1413        <classpathentry kind="lib" path="jsp/WEB-INF/lib/Tidy.jar"/> 
    15         <classpathentry combineaccessrules="false" kind="src" path="/HttpUnit"/> 
    16         <classpathentry combineaccessrules="false" kind="src" path="/jwnl"/> 
     14        <classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet.jar"/> 
     15        <classpathentry kind="var" path="TOMCAT_HOME/common/lib/jasper-runtime.jar"/> 
    1716        <classpathentry kind="output" path="jsp/WEB-INF/classes"/> 
    1817</classpath>