[jboss-cvs] JBossCache ...

Elias Ross genman at noderunner.net
Wed Dec 13 19:25:08 EST 2006


  User: genman  
  Date: 06/12/13 19:25:08

  Modified:    JBossCache  .classpath
  Log:
  Fix the Eclipse classpath
  
  Revision  Changes    Path
  1.13      +41 -39    JBossCache/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/.classpath,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- .classpath	25 Oct 2006 04:56:38 -0000	1.12
  +++ .classpath	14 Dec 2006 00:25:08 -0000	1.13
  @@ -1,11 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="src"/>
  +	<classpathentry kind="src" path="etc"/>
  +	<classpathentry kind="src" path="src-50"/>
   	<classpathentry kind="src" path="tests/functional"/>
   	<classpathentry kind="src" path="tests/perf"/>
   	<classpathentry kind="src" path="tests/stress"/>
   	<classpathentry kind="src" path="tests/interop"/>
   	<classpathentry kind="src" path="tests-50/functional"/>
  +	<classpathentry kind="src" path="tests-50/perf"/>
   	<classpathentry kind="lib" path="ant-dist/lib/ant.jar"/>
   	<classpathentry kind="lib" path="ant-dist/lib/ant-junit.jar"/>
   	<classpathentry kind="lib" path="ant-dist/lib/ant-launcher.jar"/>
  @@ -27,13 +30,12 @@
   	<classpathentry kind="lib" path="lib/jdbm-1.0.jar"/>
   	<classpathentry kind="lib" path="lib/jgroups.jar"/>
   	<classpathentry kind="lib" path="lib/junit.jar"/>
  -	<classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
   	<classpathentry kind="lib" path="lib/qdox.jar"/>
   	<classpathentry kind="lib" path="lib/berkeleydb/je.jar"/>
   	<classpathentry kind="lib" path="lib/trove.jar"/>
  -	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  -	<classpathentry kind="src" path="etc"/>
  +	<classpathentry kind="lib" path="lib/retro/jboss-backport-concurrent.jar"/>
   	<classpathentry kind="lib" path="lib/jboss-serialization.jar"/>
  -	<classpathentry kind="src" path="src-50"/>
  +	<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
  +    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  



More information about the jboss-cvs-commits mailing list