Update of /cvsroot/dithaka/james
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22488
Modified Files:
build.xml.sample
Log Message:
removed base.dir and the init task. One only need to specifiy the location of the base jar in the build.properties
Index: build.xml.sample
===================================================================
RCS file: /cvsroot/dithaka/james/build.xml.sample,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml.sample 4 Jul 2005 10:11:35 -0000 1.3
--- build.xml.sample 23 Nov 2005 08:25:10 -0000 1.4
***************
*** 4,8 ****
<property file="build.properties" />
<property name="lib.dir" value="lib" />
- <property name="base.dir" value="../base" />
<property name="basejar" value="dithaka-base.jar" />
<property name="conf" value="conf" />
--- 4,7 ----
***************
*** 38,52 ****
</target>
! <!-- =================================================================== -->
! <!-- I N I T -->
! <!-- =================================================================== -->
! <target name="init">
! <copy todir="${lib.dir}">
! <fileset dir="${base.dir}">
! <include name="${basejar}" />
! </fileset>
! </copy>
! </target>
!
<!-- =================================================================== -->
<!-- D I R E C T O R I E S -->
--- 37,41 ----
</target>
!
<!-- =================================================================== -->
<!-- D I R E C T O R I E S -->
|