[Javabdd-checkins] JavaBDD .classpath,1.3,1.4
Brought to you by:
joewhaley
From: John W. <joe...@us...> - 2004-11-01 05:01:41
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4192 Modified Files: .classpath Log Message: Exclude target/** from Eclipse build path. Index: .classpath =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 15 Sep 2004 00:02:55 -0000 1.3 --- .classpath 1 Nov 2004 05:01:32 -0000 1.4 *************** *** 1,5 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry kind="src" path=""/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry sourcepath="/jdd/src" kind="lib" path="jdd.jar"/> --- 1,5 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry excluding="target/**" kind="src" path=""/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry sourcepath="/jdd/src" kind="lib" path="jdd.jar"/> |