Update of /cvsroot/bprocessor/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26323
Modified Files:
build.xml
Log Message:
fixed compilation so that the missing xml file are found and the refelction arn't told that the private methods in gui are public
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/build/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** build.xml 11 Jun 2007 06:57:22 -0000 1.30
--- build.xml 6 Aug 2007 12:07:43 -0000 1.31
***************
*** 53,57 ****
<copy todir="${release.dir}">
<fileset dir="${bproc.dir}">
! <include name="*.txt"/>
</fileset>
</copy>
--- 53,57 ----
<copy todir="${release.dir}">
<fileset dir="${bproc.dir}">
! <include name="*.xml"/>
</fileset>
</copy>
***************
*** 60,70 ****
<include name="**/*"/>
</fileset>
- </copy>
- <copy todir="${release.dir}">
<fileset dir="${kernel.dir}/dist">
<include name="**/*"/>
</fileset>
- </copy>
- <copy todir="${release.dir}">
<fileset dir="${rdoc.dir}">
<include name="**/*"/>
--- 60,66 ----
|