|
From: <de...@us...> - 2003-07-17 14:49:48
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion
In directory sc8-pr-cvs1:/tmp/cvs-serv18130/modules/conversion
Modified Files:
build.xml
Log Message:
Excel files to XML conversion pipeline stage
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** build.xml 27 Jun 2003 01:44:06 -0000 1.8
--- build.xml 17 Jul 2003 14:49:45 -0000 1.9
***************
*** 27,30 ****
--- 27,33 ----
<include name="*"/>
</fileset>
+ <fileset dir="lib">
+ <include name="*"/>
+ </fileset>
<pathelement location="${base_dir}/support/ant/lib/junit.jar"/>
</classpath>
***************
*** 33,41 ****
<!-- Copy the configuration files to build/core/... -->
<mkdir dir="${module_path}/${Module}"/>
! <copy toDir="${module_path}/${Module}">
! <fileset dir="config">
! <include name="*/**"/>
! </fileset>
! </copy>
<!-- copy over the services file -->
--- 36,45 ----
<!-- Copy the configuration files to build/core/... -->
<mkdir dir="${module_path}/${Module}"/>
! <copy toDir="${module_path}/${Module}">
! <fileset dir="config">
! <include name="*/**"/>
! </fileset>
! </copy>
!
<!-- copy over the services file -->
|