root/lex/trunk/.classpath

Revision 394, 1.4 kB (checked in by chris, 2 years ago)

Fix problem with being unable to create an LS for clauses with no
predicate, e.g. Gen 3,5(f).

Reorganised jsp directory to separate includes and css from jsp pages.

Renamed lsedit.jsp to lexicon.jsp.

Added a controller for lexicon.jsp.

Moved tests into their own package.

Separated finished and unfinished tests to make it easier to run all the
finished and working ones.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath>
3         <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/>
4         <classpathentry path="src" kind="src"/>
5         <classpathentry path="properties" kind="src"/>
6         <classpathentry path="jsp/WEB-INF/lib/junit.jar" kind="lib"/>
7         <classpathentry path="jsp/WEB-INF/lib/mysql-connector-java-5.1.5-bin.jar" kind="lib"/>
8         <classpathentry excluding="testsuite/simple/" path="test" kind="src"/>
9         <classpathentry path="jsp/WEB-INF/lib/log4j-1.2.8.jar" kind="lib"/>
10         <classpathentry path="jsp/WEB-INF/lib/jdom-1.0.jar" kind="lib"/>
11         <classpathentry path="/jemdros" combineaccessrules="false" kind="src"/>
12         <classpathentry path="TOMCAT_HOME/common/lib/servlet-api.jar" kind="var"/>
13         <classpathentry path="TOMCAT_HOME/common/lib/jasper-runtime.jar" kind="var"/>
14         <classpathentry path="TOMCAT_HOME/common/lib/jsp-api.jar" kind="var"/>
15         <classpathentry path="/jsword-common" combineaccessrules="false" kind="src"/>
16         <classpathentry path="/jsword-jsword" combineaccessrules="false" kind="src"/>
17         <classpathentry path="jsp/WEB-INF/lib/jwnl-1.4rc2.jar" kind="lib"/>
18         <classpathentry path="/httpunit-svn" combineaccessrules="false" kind="src"/>
19         <classpathentry path="jsp/WEB-INF/lib/org.aptivate.database.jar" kind="lib"/>
20         <classpathentry sourcepath="/aptivate-webutils" path="jsp/WEB-INF/lib/org.aptivate.webutils.jar" kind="lib"/>
21         <classpathentry path="jsp/WEB-INF/classes" kind="output"/>
22 </classpath>
Note: See TracBrowser for help on using the browser.