I know you mentioned that previously. It would help me understand better if you could tell me what it is about the file that isn't portable. As far as I can tell, it only contains pointers to the two source paths and the JUnit library. It seems to me all Eclipse users would need at least that much information.
Over at OFBiz, we have kept an Eclipse configuration file in SVN for years, with hundreds of developers sharing it, and there have been no objections to it being there. So, I'm puzzled by your reply. -Adrian --- On Sun, 3/14/10, sebb <seb...@gmail.com> wrote: > From: sebb <seb...@gmail.com> > Subject: Re: svn commit: r922773 - /commons/sandbox/convert/trunk/.classpath > To: dev@commons.apache.org > Date: Sunday, March 14, 2010, 5:03 AM > On 14/03/2010, adri...@apache.org > <adri...@apache.org> > wrote: > > Author: adrianc > > Date: Sun Mar 14 06:33:58 2010 > > New Revision: 922773 > > > > URL: http://svn.apache.org/viewvc?rev=922773&view=rev > > Log: > > Updated classpath file. > > Eclipse classpath (and project) files should not be stored > in SVN, as > they are not portable. > > > Modified: > > > commons/sandbox/convert/trunk/.classpath > > > > Modified: > commons/sandbox/convert/trunk/.classpath > > URL: > >http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/.classpath?rev=922773&r1=922772&r2=922773&view=diff > > > ============================================================================== > > --- commons/sandbox/convert/trunk/.classpath > (original) > > +++ commons/sandbox/convert/trunk/.classpath Sun > Mar 14 06:33:58 2010 > > @@ -1,11 +1,7 @@ > > <?xml version="1.0" > encoding="UTF-8"?> > > <classpath> > > - > <classpathentry kind="src" > path="src/java"/> > > - > <classpathentry kind="src" > path="src/test"/> > > - <!-- > > - > <classpathentry kind="lib" > path="target/lib/ant-1.5.jar"/> > > - > <classpathentry kind="lib" > path="target/lib/ant-optional-1.5.jar"/> > > - --> > > + > <classpathentry kind="src" > path="src/test/java"/> > > + > <classpathentry kind="src" > path="src/main/java"/> > > > <classpathentry kind="lib" > path="target/lib/junit-4.8.1.jar"/> > > > <classpathentry kind="con" > path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > > > <classpathentry kind="output" > path="bin"/> > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org