That's what was breaking the build in tomcat5.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
10
build.xml
10
build.xml
@@ -3,7 +3,7 @@
|
||||
|
||||
<!--
|
||||
"Logging" component of the Jakarta Commons Subproject
|
||||
$Id: build.xml,v 1.23 2003/02/01 04:29:05 craigmcc Exp $
|
||||
$Id: build.xml,v 1.24 2003/03/13 21:19:33 costin Exp $
|
||||
-->
|
||||
|
||||
|
||||
@@ -179,16 +179,16 @@
|
||||
<fileset dir="${source.home}" excludes="**/*.java"/>
|
||||
</copy>
|
||||
|
||||
<property name="commons-logging-api-jar" value="${build.home}/commons-${component.name}-api.jar" />
|
||||
<property name="commons-logging-jar" value="${build.home}/commons-${component.name}.jar" />
|
||||
<property name="commons-logging-api.jar" value="${build.home}/commons-${component.name}-api.jar" />
|
||||
<property name="commons-logging.jar" value="${build.home}/commons-${component.name}.jar" />
|
||||
|
||||
<jar jarfile="${commons-logging-jar}"
|
||||
<jar jarfile="${commons-logging.jar}"
|
||||
basedir="${build.home}/classes"
|
||||
manifest="${conf.home}/MANIFEST.MF">
|
||||
<include name="org/apache/commons/logging/**" />
|
||||
</jar>
|
||||
|
||||
<jar jarfile="${commons-logging-api-jar}"
|
||||
<jar jarfile="${commons-logging-api.jar}"
|
||||
basedir="${build.home}/classes"
|
||||
manifest="${conf.home}/MANIFEST.MF">
|
||||
<include name="org/apache/commons/logging/*.class" />
|
||||
|
||||
Reference in New Issue
Block a user