danny 01/09/30 10:58:13
Modified: . build.xml
Log:
moved dist destination of sqlResources.xml to dist/apps/james/conf/ to matc changes
made elsewhere
Revision Changes Path
1.83 +5 -2 jakarta-james/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-james/build.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- build.xml 2001/09/29 08:21:18 1.82
+++ build.xml 2001/09/30 17:58:13 1.83
@@ -2,7 +2,7 @@
<!-- ==========================================================================
- James build file $Revision: 1.82 $ Committed on $Date: 2001/09/29 08:21:18 $ by:
$Author: danny $
+ James build file $Revision: 1.83 $ Committed on $Date: 2001/09/30 17:58:13 $ by:
$Author: danny $
Authors:
Federico Barbieri <[EMAIL PROTECTED]>
@@ -345,6 +345,10 @@
<include name="james-server.xml"/>
</zipfileset>
+ <zipfileset dir="${build.conf}" fullpath="conf/sqlResources.xml">
+ <include name="sqlResources.xml"/>
+ </zipfileset>
+
</jar>
</target>
@@ -386,7 +390,6 @@
<fileset dir="${conf.dir}">
<include name="inet*"/>
<include name="*.properties"/>
- <include name="sqlResources.xml"/>
</fileset>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]