[graphl-cvs] graphl .classpath
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-12-18 13:25:45
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22820 Modified Files: .classpath Log Message: added jxpath library file Index: .classpath =================================================================== RCS file: /cvsroot/graphl/graphl/.classpath,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** .classpath 18 Dec 2005 11:11:41 -0000 1.7 --- .classpath 18 Dec 2005 13:25:36 -0000 1.8 *************** *** 7,11 **** <classpathentry sourcepath="C:/Programme/java/l2fprod-common-0.1-dev/src" kind="lib" path="lib/l2fprod-common-fontchooser.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JXPath"/> <classpathentry kind="output" path="bin"/> </classpath> --- 7,11 ---- <classpathentry sourcepath="C:/Programme/java/l2fprod-common-0.1-dev/src" kind="lib" path="lib/l2fprod-common-fontchooser.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry sourcepath="C:/lib/commons-jxpath-1.2/src/java" kind="lib" path="lib/commons-jxpath-1.2.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |