You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/02/07 16:43:49 UTC

svn commit: r375633 - /jakarta/commons/proper/logging/trunk/build.xml

Author: rdonkin
Date: Tue Feb  7 07:43:47 2006
New Revision: 375633

URL: http://svn.apache.org/viewcvs?rev=375633&view=rev
Log:
Adds index lists to jar files. Contributed by Boris Unckel. Issue #38499.

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=375633&r1=375632&r2=375633&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Tue Feb  7 07:43:47 2006
@@ -463,6 +463,7 @@
               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 @@
     </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 @@
     </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 @@
                  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 @@
                  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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org