[Bprocessor-commit] gui .classpath,1.4,1.5
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2006-08-10 15:37:34
|
Update of /cvsroot/bprocessor/gui In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12989 Modified Files: .classpath Log Message: No need to use two different compile directories in the ant and eclipse, so now it uses build in all modules. That ment making a xml directory for the jaxb generated persistence files when compiling and copying them to build before compiling the rest of the document, and including the xml directory in the eclipse .classpath Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/gui/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 24 Jan 2006 13:57:28 -0000 1.4 --- .classpath 10 Aug 2006 15:37:31 -0000 1.5 *************** *** 4,7 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="/model"/> ! <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="/model"/> ! <classpathentry kind="output" path="build"/> </classpath> |