I agree, this is tiring. It should be a trivial task to add to the existing utils.
Dawid On Mon, Apr 16, 2012 at 9:35 PM, Uwe Schindler <[email protected]> wrote: > I thought about that: Could we maybe let ant eclipse create the .classpath > file from a **/*.jar fileset? This file gets outdated too fast. > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] >> Sent: Monday, April 16, 2012 8:55 PM >> To: [email protected] >> Subject: svn commit: r1326742 - /lucene/dev/trunk/dev- >> tools/eclipse/dot.classpath >> >> Author: dweiss >> Date: Mon Apr 16 18:55:11 2012 >> New Revision: 1326742 >> >> URL: http://svn.apache.org/viewvc?rev=1326742&view=rev >> Log: >> Updated eclipse's .classpath. >> >> Modified: >> lucene/dev/trunk/dev-tools/eclipse/dot.classpath >> >> Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath >> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev- >> tools/eclipse/dot.classpath?rev=1326742&r1=1326741&r2=1326742&view=diff >> ================================================================ >> ============== >> --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original) >> +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Mon Apr 16 18:55:11 >> +++ 2012 >> @@ -169,6 +169,6 @@ >> <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons- >> beanutils-1.7.0.jar"/> >> <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons- >> collections-3.2.1.jar"/> >> <classpathentry kind="con" >> path="org.eclipse.jdt.launching.JRE_CONTAINER"/> >> - <classpathentry kind="lib" path="lucene/test- >> framework/lib/randomizedtesting-runner-1.1.0.jar"/> >> + <classpathentry kind="lib" >> +path="lucene/test-framework/lib/randomizedtesting-runner-1.2.0.jar"/> >> <classpathentry kind="output" path="bin"/> </classpath> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
