Author: vgritsenko
Date: Tue Oct 2 09:57:06 2007
New Revision: 581308
URL: http://svn.apache.org/viewvc?rev=581308&view=rev
Log:
applying patch
Modified:
xml/xindice/trunk/.classpath
Modified: xml/xindice/trunk/.classpath
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/.classpath?rev=581308&r1=581307&r2=581308&view=diff
==============================================================================
--- xml/xindice/trunk/.classpath (original)
+++ xml/xindice/trunk/.classpath Tue Oct 2 09:57:06 2007
@@ -23,11 +23,6 @@
<classpathentry kind="src" output="build/classes-tests"
path="java/tests/src"/>
<classpathentry kind="src" output="build/classes-address"
path="java/examples/addressbook/src/java"/>
<classpathentry kind="src" output="build/classes-guide"
path="java/examples/guide/src"/>
- <classpathentry exported="true" kind="var" path="JRE_LIB"
sourcepath="JRE_SRC"/>
- <classpathentry exported="true" kind="lib"
path="lib/commons-logging-1.0.3.jar"/>
- <classpathentry exported="true" kind="lib"
path="lib/endorsed/xalan-2.5.2.jar"/>
- <classpathentry exported="true" kind="lib"
path="lib/endorsed/xerces-2.6.0.jar"/>
- <classpathentry exported="true" kind="lib"
path="lib/endorsed/xml-apis.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/xmldb-api-20030701.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/xmldb-api-sdk-20030701.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/xmldb-common-20030701.jar"/>
@@ -39,5 +34,13 @@
<classpathentry exported="true" kind="lib"
path="tools/lib/junit-addons-1.2.jar"/>
<classpathentry kind="lib" path="tools/lib/xmlunit-1.0.jar"/>
<classpathentry kind="lib" path="tools/lib/ant.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
+ <classpathentry kind="lib" path="lib/endorsed/xalan-2.7.0.jar"/>
+ <classpathentry kind="lib" path="lib/endorsed/xercesImpl-2.9.0.jar"/>
+ <classpathentry kind="lib" path="lib/endorsed/xml-apis-1.3.04.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/commons-fileupload-1.2.jar"/>
+ <classpathentry kind="lib" path="lib/commons-io-1.3.2.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-core-2.2.0.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>