Update of /cvsroot/bprocessor/model
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11635
Modified Files:
.classpath build.xml
Log Message:
Small fix to build process.
Index: .classpath
===================================================================
RCS file: /cvsroot/bprocessor/model/.classpath,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .classpath 10 Aug 2005 12:38:49 -0000 1.1
--- .classpath 29 Sep 2005 09:28:33 -0000 1.2
***************
*** 7,11 ****
<classpathentry kind="lib" path="lib/hibernate3.jar"/>
<classpathentry kind="src" path="/kernel"/>
! <classpathentry kind="lib" path="build"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--- 7,11 ----
<classpathentry kind="lib" path="lib/hibernate3.jar"/>
<classpathentry kind="src" path="/kernel"/>
! <classpathentry kind="lib" path="build/code"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/model/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml 28 Sep 2005 14:07:55 -0000 1.7
--- build.xml 29 Sep 2005 09:28:33 -0000 1.8
***************
*** 113,117 ****
<hibernatedoclet
! destdir="${build.dir}"
mergedir="${conf.dir}"
excludedtags="@version,@author,@todo,@see"
--- 113,117 ----
<hibernatedoclet
! destdir="${build.code.dir}"
mergedir="${conf.dir}"
excludedtags="@version,@author,@todo,@see"
|