Update of /cvsroot/bprocessor/model
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23585
Modified Files:
build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/model/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** build.xml 21 May 2010 07:31:55 -0000 1.23
--- build.xml 8 Dec 2010 11:10:31 -0000 1.24
***************
*** 5,9 ****
<property name="tools.dir" value="${basedir}/../tools"/>
- <property name="kernel.dir" value="${basedir}/../kernel"/>
<property name="build.dir" value="${basedir}/build"/>
--- 5,8 ----
***************
*** 76,84 ****
</fileset>
</copy>
- <copy todir="${lib.dir}">
- <fileset dir="${kernel.dir}/dist">
- <include name="**/kernel.jar"/>
- </fileset>
- </copy>
</target>
--- 75,78 ----
***************
*** 115,123 ****
</classpath>
</javac>
- <!--<delete>
- <fileset dir="${xml.dir}">
- <include name="**/*.java"/>
- </fileset>
- </delete>-->
<copy todir="${build.dir}">
<fileset dir="${xml.dir}"/>
--- 109,112 ----
***************
*** 143,154 ****
<ant dir="src" target="compile"/>
</target>
!
! <target name="fastcompile" depends="prepare,copylib,compile-grammar,compile-xml">
! <ant dir="src" target="compile"/>
! </target>
!
! <target name="fast" depends="fastcompile,jar">
! </target>
!
<target name="doc" depends="copylib, compile-xml">
<delete dir="${doc.api.dir}"/>
--- 132,136 ----
<ant dir="src" target="compile"/>
</target>
!
<target name="doc" depends="copylib, compile-xml">
<delete dir="${doc.api.dir}"/>
|