Exclude package.html files from the jar files.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@179559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -301,6 +301,7 @@
|
||||
<include name="org/apache/commons/logging/**" />
|
||||
<include name="META-INF/LICENSE.txt"/>
|
||||
<include name="META-INF/NOTICE.txt"/>
|
||||
<exclude name="**/package.html"/>
|
||||
</jar>
|
||||
|
||||
<jar jarfile="${build.home}/commons-${component.name}-api.jar"
|
||||
@@ -313,6 +314,7 @@
|
||||
<include name="org/apache/commons/logging/impl/NoOpLog*.class" />
|
||||
<include name="META-INF/LICENSE.txt"/>
|
||||
<include name="META-INF/NOTICE.txt"/>
|
||||
<exclude name="**/package.html"/>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
@@ -803,6 +805,7 @@ limitations under the License.-->'>
|
||||
|
||||
<echo message="Default Configuration (Log4J Auto-Recognized)"/>
|
||||
<java classname="${test.runner}" fork="yes" failonerror="${test.failonerror}">
|
||||
<jvmarg value="-Dorg.apache.commons.logging.diagnostics.dest=/tmp/diag.txt"/>
|
||||
<arg value="org.apache.commons.logging.log4j.DefaultConfigTestCase"/>
|
||||
<classpath refid="test.classpath.log4j12"/>
|
||||
</java>
|
||||
|
||||
Reference in New Issue
Block a user