You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2011/01/19 17:00:34 UTC

svn commit: r1060843 - /lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath

Author: shaie
Date: Wed Jan 19 16:00:34 2011
New Revision: 1060843

URL: http://svn.apache.org/viewvc?rev=1060843&view=rev
Log:
update dev-tools/dot.eclipse to reference the right xerces jar

Modified:
    lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath

Modified: lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath?rev=1060843&r1=1060842&r2=1060843&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath Wed Jan 19 16:00:34 2011
@@ -82,7 +82,7 @@
 	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/commons-compress-1.0.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/commons-digester-1.7.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/commons-logging-1.0.4.jar"/>
-	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/xerces-2.10.0.jar"/>
+	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/xercesImpl-2.10.0.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/xml-apis-2.10.0.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/db/bdb/lib/db-4.7.25.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/db/bdb-je/lib/je-3.3.93.jar"/>



RE: svn commit: r1060843 - /lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath

Posted by Steven A Rowe <sa...@syr.edu>.
Sorry about the improper naming - my fault.  Thanks for fixing, Shai. - Steve

> -----Original Message-----
> From: shaie@apache.org [mailto:shaie@apache.org]
> Sent: Wednesday, January 19, 2011 11:01 AM
> To: commits@lucene.apache.org
> Subject: svn commit: r1060843 - /lucene/dev/branches/branch_3x/dev-
> tools/eclipse/dot.classpath
> 
> Author: shaie
> Date: Wed Jan 19 16:00:34 2011
> New Revision: 1060843
> 
> URL: http://svn.apache.org/viewvc?rev=1060843&view=rev
> Log:
> update dev-tools/dot.eclipse to reference the right xerces jar
> 
> Modified:
>     lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
> 
> Modified: lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
> URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-
> tools/eclipse/dot.classpath?rev=1060843&r1=1060842&r2=1060843&view=diff
> ==========================================================================
> ====
> --- lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
> (original)
> +++ lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath Wed Jan
> 19 16:00:34 2011
> @@ -82,7 +82,7 @@
>  	<classpathentry kind="lib"
> path="lucene/contrib/benchmark/lib/commons-compress-1.0.jar"/>
>  	<classpathentry kind="lib"
> path="lucene/contrib/benchmark/lib/commons-digester-1.7.jar"/>
>  	<classpathentry kind="lib"
> path="lucene/contrib/benchmark/lib/commons-logging-1.0.4.jar"/>
> -	<classpathentry kind="lib"
> path="lucene/contrib/benchmark/lib/xerces-2.10.0.jar"/>
> +	<classpathentry kind="lib"
> path="lucene/contrib/benchmark/lib/xercesImpl-2.10.0.jar"/>
>  	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/xml-
> apis-2.10.0.jar"/>
>  	<classpathentry kind="lib" path="lucene/contrib/db/bdb/lib/db-
> 4.7.25.jar"/>
>  	<classpathentry kind="lib" path="lucene/contrib/db/bdb-je/lib/je-
> 3.3.93.jar"/>
>