[Fb-contrib-commit] fb-contrib .classpath,1.2,1.3
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2005-09-22 05:28:36
|
Update of /cvsroot/fb-contrib/fb-contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17178 Modified Files: .classpath Log Message: Initial Checkin: New detector DLC, find members declared as Lists that probably should be defined as Sets Index: .classpath =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .classpath 3 Sep 2005 22:55:16 -0000 1.2 +++ .classpath 22 Sep 2005 05:28:28 -0000 1.3 @@ -4,6 +4,6 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="samples"/> <classpathentry sourcepath="O:/findbugs/src" kind="lib" path="O:/fb-contrib/lib/findbugs.jar"/> - <classpathentry kind="lib" path="O:/fb-contrib/lib/bcel.jar"/> + <classpathentry sourcepath="O:/jakarta-bcel/trunk/src/java" kind="lib" path="O:/fb-contrib/lib/bcel.jar"/> <classpathentry kind="output" path="classes"/> </classpath> |