1
0

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:
Simon Kitching
2005-06-02 08:35:54 +00:00
parent ac7a0f8505
commit d71598bd0f

View File

@@ -301,6 +301,7 @@
<include name="org/apache/commons/logging/**" /> <include name="org/apache/commons/logging/**" />
<include name="META-INF/LICENSE.txt"/> <include name="META-INF/LICENSE.txt"/>
<include name="META-INF/NOTICE.txt"/> <include name="META-INF/NOTICE.txt"/>
<exclude name="**/package.html"/>
</jar> </jar>
<jar jarfile="${build.home}/commons-${component.name}-api.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="org/apache/commons/logging/impl/NoOpLog*.class" />
<include name="META-INF/LICENSE.txt"/> <include name="META-INF/LICENSE.txt"/>
<include name="META-INF/NOTICE.txt"/> <include name="META-INF/NOTICE.txt"/>
<exclude name="**/package.html"/>
</jar> </jar>
</target> </target>
@@ -803,6 +805,7 @@ limitations under the License.--&gt;'>
<echo message="Default Configuration (Log4J Auto-Recognized)"/> <echo message="Default Configuration (Log4J Auto-Recognized)"/>
<java classname="${test.runner}" fork="yes" failonerror="${test.failonerror}"> <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"/> <arg value="org.apache.commons.logging.log4j.DefaultConfigTestCase"/>
<classpath refid="test.classpath.log4j12"/> <classpath refid="test.classpath.log4j12"/>
</java> </java>