jford 2004/09/28 13:43:33
Modified: . .classpath
Log:
Added a Lucene based implementation of the search component
Revision Changes Path
1.63 +3 -0 jakarta-jetspeed-2/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- .classpath 20 Sep 2004 02:43:32 -0000 1.62
+++ .classpath 28 Sep 2004 20:43:33 -0000 1.63
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/CVS/*" kind="src"
path="applications/demo/src/java"/>
+ <classpathentry excluding="**/CVS/*" kind="src"
path="components/search/src/java"/>
+ <classpathentry excluding="**/CVS/*" kind="src"
path="components/search/src/test"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="components/profiler/src/java"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="components/profiler/src/test"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="applications/jsf-demo/src/java"/>
@@ -100,5 +102,6 @@
<classpathentry kind="var" path="MAVEN_REPO/itgroundwork/jars/phpportlet.jar"/>
<classpathentry sourcepath="MYFACES_API_SRC" kind="var"
path="MAVEN_REPO/myfaces/jars/myfaces-jsf-api-1.0.7.jar"/>
<classpathentry sourcepath="MYFACES_SRC" kind="var"
path="MAVEN_REPO/myfaces/jars/myfaces-1.0.7.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPO/lucene/jars/lucene-1.4.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]