Update of /cvsroot/openjms/exolabcore/src
In directory sc8-pr-cvs1:/tmp/cvs-serv31684/src
Modified Files:
build.xml
Log Message:
removed copy of support files from tarball
Index: build.xml
===================================================================
RCS file: /cvsroot/openjms/exolabcore/src/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** build.xml 15 Feb 2002 08:34:59 -0000 1.11
--- build.xml 18 Jan 2003 02:45:19 -0000 1.12
***************
*** 349,356 ****
<!-- copy the support files -->
! <mkdir dir="${build.dir}/${archive}/config" />
<copy todir="${build.dir}/${archive}/config">
<fileset dir="${tests.etc.dir}"/>
! </copy>
<!-- copy the documentation -->
--- 349,356 ----
<!-- copy the support files -->
! <!--mkdir dir="${build.dir}/${archive}/config" />
<copy todir="${build.dir}/${archive}/config">
<fileset dir="${tests.etc.dir}"/>
! </copy-->
<!-- copy the documentation -->
|