noel 2003/09/22 06:26:25
Modified: . Tag: branch_2_1_fcs build.xml
Log:
Added configuration samples/fetchmail directory to build packaging
Revision Changes Path
No revision
No revision
1.116.2.14 +5 -2 james-server/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/james-server/build.xml,v
retrieving revision 1.116.2.13
retrieving revision 1.116.2.14
diff -u -r1.116.2.13 -r1.116.2.14
--- build.xml 30 Aug 2003 18:52:18 -0000 1.116.2.13
+++ build.xml 22 Sep 2003 13:26:25 -0000 1.116.2.14
@@ -21,7 +21,7 @@
<property file="${user.home}/.ant.properties"/>
<property name="name" value="james"/>
<property name="Name" value="James"/>
- <property name="version" value="2.2.0a10"/>
+ <property name="version" value="2.2.0-dev"/>
<property name="year" value="1999-2003"/>
<!-- There should be no need to override default compiler but need to change
javac task to run without this -->
@@ -411,6 +411,9 @@
<zipfileset dir="${conf.dir}" fullpath="conf/james-fetchmail.xml">
<include name="james-fetchmail.xml"/>
</zipfileset>
+ <zipfileset dir="${conf.dir}/samples/fetchmail"
prefix="conf/samples/fetchmail">
+ <include name="*.xml"/>
+ </zipfileset>
</sar>
</target>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]