1
0

After some consideration removed the indexes. JCL isn't signed and so anyone using it in an applet would need to rejar and sign in any case. They can index at the same time. Probably safer this way.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@378357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-02-16 20:29:01 +00:00
parent bf61edb4c3
commit a79517ab30

View File

@@ -462,7 +462,6 @@ This configuration is typically used to create a release only.
todir="${build.home}/classes/META-INF"/> todir="${build.home}/classes/META-INF"/>
<jar jarfile="${build.home}/${core.jar.name}" <jar jarfile="${build.home}/${core.jar.name}"
index="true"
basedir="${build.home}/classes" basedir="${build.home}/classes"
manifest="${build.home}/conf/MANIFEST.MF"> manifest="${build.home}/conf/MANIFEST.MF">
<include name="org/apache/commons/logging/**" /> <include name="org/apache/commons/logging/**" />
@@ -472,7 +471,6 @@ This configuration is typically used to create a release only.
</jar> </jar>
<jar jarfile="${build.home}/${api.jar.name}" <jar jarfile="${build.home}/${api.jar.name}"
index="true"
basedir="${build.home}/classes" basedir="${build.home}/classes"
manifest="${build.home}/conf/MANIFEST.MF"> manifest="${build.home}/conf/MANIFEST.MF">
<include name="org/apache/commons/logging/*.class" /> <include name="org/apache/commons/logging/*.class" />
@@ -486,7 +484,6 @@ This configuration is typically used to create a release only.
</jar> </jar>
<jar jarfile="${build.home}/${adapters.jar.name}" <jar jarfile="${build.home}/${adapters.jar.name}"
index="true"
basedir="${build.home}/classes" basedir="${build.home}/classes"
manifest="${build.home}/conf/MANIFEST.MF"> manifest="${build.home}/conf/MANIFEST.MF">
<include name="org/apache/commons/logging/impl/**.class" /> <include name="org/apache/commons/logging/impl/**.class" />
@@ -558,7 +555,6 @@ This configuration is typically used to create a release only.
if="log4j12.present"/> if="log4j12.present"/>
</jar> </jar>
<jar jarfile="${build.home}/commons-${component.name}-tests.jar" <jar jarfile="${build.home}/commons-${component.name}-tests.jar"
index="true"
basedir="${build.home}/tests" basedir="${build.home}/tests"
manifest="${build.home}/conf/MANIFEST.MF"> manifest="${build.home}/conf/MANIFEST.MF">
<exclude name="org/apache/commons/logging/Wrapper.class"/> <exclude name="org/apache/commons/logging/Wrapper.class"/>
@@ -566,7 +562,6 @@ This configuration is typically used to create a release only.
if="jdk.1.4.present"/> if="jdk.1.4.present"/>
</jar> </jar>
<jar jarfile="${build.home}/commons-${component.name}-wrapper.jar" <jar jarfile="${build.home}/commons-${component.name}-wrapper.jar"
index="true"
basedir="${build.home}/tests" basedir="${build.home}/tests"
manifest="${build.home}/conf/MANIFEST.MF"> manifest="${build.home}/conf/MANIFEST.MF">
<include name="org/apache/commons/logging/Wrapper.class"/> <include name="org/apache/commons/logging/Wrapper.class"/>