morgand 01/08/14 11:58:19
Modified: logging build.xml
Log:
removed manifest file
Revision Changes Path
1.2 +2 -3 jakarta-commons-sandbox/logging/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/logging/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2001/08/08 20:35:22 1.1
+++ build.xml 2001/08/14 18:58:19 1.2
@@ -3,7 +3,7 @@
<!--
"Logging" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.1 2001/08/08 20:35:22 morgand Exp $
+ $Id: build.xml,v 1.2 2001/08/14 18:58:19 morgand Exp $
-->
@@ -194,8 +194,7 @@
<copy file="../LICENSE"
todir="${dist.home}"/>
<jar jarfile="${dist.home}/commons-${component.name}.jar"
- basedir="${build.home}/classes"
- manifest="${build.home}/conf/MANIFEST.MF"/>
+ basedir="${build.home}/classes"/>
<mkdir dir="${dist.home}/src"/>
<copy todir="${dist.home}/src" filtering="on">
<fileset dir="${source.home}"/>