Update of /cvsroot/batchserver/Batch_IO_1.1
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24058
Modified Files:
build_io.xml
Log Message:
no message
Index: build_io.xml
===================================================================
RCS file: /cvsroot/batchserver/Batch_IO_1.1/build_io.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build_io.xml 23 Oct 2006 14:13:56 -0000 1.1
--- build_io.xml 23 Oct 2006 23:39:36 -0000 1.2
***************
*** 3,7 ****
<!-- ===================== Property Definitions =========================== -->
! <property name="app.version" value="1.0_dev_09232006"/>
<property name="app.name" value="batch_io"/>
--- 3,7 ----
<!-- ===================== Property Definitions =========================== -->
! <property name="app.version" value="1.1_dev_09232006"/>
<property name="app.name" value="batch_io"/>
***************
*** 28,31 ****
--- 28,32 ----
<include name="**/*.xml"/>
<include name="**/*.dat"/>
+ <include name="**/*.ofx"/>
</patternset>
***************
*** 55,59 ****
<mkdir dir="${build.home}"/>
<echo message="Classpath for compilation : ${compile.classpath}"/>
! <javac srcdir="${src.home}/org/jmonks/batch/io"
destdir="${build.home}"
debug="${compile.debug}"
--- 56,60 ----
<mkdir dir="${build.home}"/>
<echo message="Classpath for compilation : ${compile.classpath}"/>
! <javac srcdir="${src.home}"
destdir="${build.home}"
debug="${compile.debug}"
***************
*** 99,111 ****
<mkdir dir="${dist.home}/src"/>
<copy todir="${dist.home}/src">
! <fileset dir="${src.home}">
! <include name="org/jmonks/batch/io/*.java"/>
! <include name="org/jmonks/batch/io/flat/*.java"/>
! <include name="org/jmonks/batch/io/xml/*.java"/>
! <include name="org/jmonks/batch/io/flat/*.xml"/>
! <include name="org/jmonks/batch/io/xml/*.xml"/>
! <include name="org/jmonks/batch/io/flat/*.dat"/>
! <include name="org/jmonks/batch/io/xml/*.dat"/>
! </fileset>
</copy>
--- 100,104 ----
<mkdir dir="${dist.home}/src"/>
<copy todir="${dist.home}/src">
! <fileset dir="${src.home}"/>
</copy>
***************
*** 115,119 ****
<manifest>
<attribute name="Implementation-Title" value="IO Services"/>
! <attribute name="Implementation-Version" value="1.0"/>
<attribute name="Implementation-Vendor" value="JMonks(http://jmonks.org)"/>
</manifest>
--- 108,112 ----
<manifest>
<attribute name="Implementation-Title" value="IO Services"/>
! <attribute name="Implementation-Version" value="1.1"/>
<attribute name="Implementation-Vendor" value="JMonks(http://jmonks.org)"/>
</manifest>
***************
*** 128,132 ****
<javadoc sourcepath="${src.home}"
destdir="${docs.home}"
! packagenames="org/jmonks/batch/io/*"
author="true"
version="true"
--- 121,125 ----
<javadoc sourcepath="${src.home}"
destdir="${docs.home}"
! packagenames="*"
author="true"
version="true"
|