serge 01/10/24 19:57:23
Modified: . build.xml
Log:
Have james.bar not include mailet classes (because they will appear in the
mailet.jar)
Revision Changes Path
1.85 +2 -2 jakarta-james/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-james/build.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- build.xml 2001/10/10 13:45:46 1.84
+++ build.xml 2001/10/25 02:57:23 1.85
@@ -2,7 +2,7 @@
<!-- ==========================================================================
- James build file $Revision: 1.84 $ Committed on $Date: 2001/10/10 13:45:46 $ by:
$Author: danny $
+ James build file $Revision: 1.85 $ Committed on $Date: 2001/10/25 02:57:23 $ by:
$Author: serge $
Authors:
Federico Barbieri <[EMAIL PROTECTED]>
@@ -290,7 +290,7 @@
<jar jarfile="${build.lib}/${name}.bar"
basedir="${build.classes}"
manifest="${src.dir}/Manifest.mf">
- <include name="org/**"/>
+ <include name="org/apache/james/**"/>
</jar>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]