Author: rdonkin
Date: Thu Feb 16 12:29:01 2006
New Revision: 378357
URL: http://svn.apache.org/viewcvs?rev=378357&view=rev
Log:
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.
Modified:
jakarta/commons/proper/logging/trunk/build.xml
Modified: jakarta/commons/proper/logging/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=378357&r1=378356&r2=378357&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Thu Feb 16 12:29:01 2006
@@ -462,7 +462,6 @@
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,7 +471,6 @@
</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" />
@@ -486,7 +484,6 @@
</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" />
@@ -558,7 +555,6 @@
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"/>
@@ -566,7 +562,6 @@
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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]