Adds index lists to jar files. Contributed by Boris Unckel. Issue #38499.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@375633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -463,6 +463,7 @@ This configuration is typically used to create a release only.
|
||||
todir="${build.home}/classes/META-INF"/>
|
||||
|
||||
<jar jarfile="${build.home}/${core.jar.name}"
|
||||
index="true"
|
||||
basedir="${build.home}/classes"
|
||||
manifest="${build.home}/conf/MANIFEST.MF">
|
||||
<include name="org/apache/commons/logging/**" />
|
||||
@@ -472,6 +473,7 @@ This configuration is typically used to create a release only.
|
||||
</jar>
|
||||
|
||||
<jar jarfile="${build.home}/${api.jar.name}"
|
||||
index="true"
|
||||
basedir="${build.home}/classes"
|
||||
manifest="${build.home}/conf/MANIFEST.MF">
|
||||
<include name="org/apache/commons/logging/*.class" />
|
||||
@@ -485,6 +487,7 @@ This configuration is typically used to create a release only.
|
||||
</jar>
|
||||
|
||||
<jar jarfile="${build.home}/${adapters.jar.name}"
|
||||
index="true"
|
||||
basedir="${build.home}/classes"
|
||||
manifest="${build.home}/conf/MANIFEST.MF">
|
||||
<include name="org/apache/commons/logging/impl/**.class" />
|
||||
@@ -556,6 +559,7 @@ This configuration is typically used to create a release only.
|
||||
if="log4j12.present"/>
|
||||
</jar>
|
||||
<jar jarfile="${build.home}/commons-${component.name}-tests.jar"
|
||||
index="true"
|
||||
basedir="${build.home}/tests"
|
||||
manifest="${build.home}/conf/MANIFEST.MF">
|
||||
<exclude name="org/apache/commons/logging/Wrapper.class"/>
|
||||
@@ -563,6 +567,7 @@ This configuration is typically used to create a release only.
|
||||
if="jdk.1.4.present"/>
|
||||
</jar>
|
||||
<jar jarfile="${build.home}/commons-${component.name}-wrapper.jar"
|
||||
index="true"
|
||||
basedir="${build.home}/tests"
|
||||
manifest="${build.home}/conf/MANIFEST.MF">
|
||||
<include name="org/apache/commons/logging/Wrapper.class"/>
|
||||
|
||||
Reference in New Issue
Block a user