[Bprocessor-commit] bprocessor .classpath,1.1,1.2
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-08-30 12:23:38
|
Update of /cvsroot/bprocessor/bprocessor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18451 Modified Files: .classpath Log Message: Standalone application Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/bprocessor/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 30 Aug 2006 10:49:44 -0000 1.1 --- .classpath 30 Aug 2006 12:23:36 -0000 1.2 *************** *** 1,6 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="output" path="bin"/> </classpath> --- 1,11 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry excluding="etc/" kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="lib" path="/gl/src/gfx"/> ! <classpathentry kind="lib" path="/gui/src/gfx"/> ! <classpathentry combineaccessrules="false" kind="src" path="/gl"/> ! <classpathentry combineaccessrules="false" kind="src" path="/gui"/> ! <classpathentry combineaccessrules="false" kind="src" path="/model"/> ! <classpathentry kind="output" path="build"/> </classpath> |