Add schema to project.
Remove redundant elements. Do not use line-breaks within tags. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@581107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
22
pom.xml
22
pom.xml
@@ -15,7 +15,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project>
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<!--
|
<!--
|
||||||
- Note that due to the special requirements of logging unit-tests, most
|
- Note that due to the special requirements of logging unit-tests, most
|
||||||
- tests are executed in the "integration-test" phase rather than the
|
- tests are executed in the "integration-test" phase rather than the
|
||||||
@@ -80,7 +80,6 @@
|
|||||||
<id>donaldp</id>
|
<id>donaldp</id>
|
||||||
<name>Peter Donald</name>
|
<name>Peter Donald</name>
|
||||||
<email>donaldp at apache dot org</email>
|
<email>donaldp at apache dot org</email>
|
||||||
<organization></organization>
|
|
||||||
</developer>
|
</developer>
|
||||||
<developer>
|
<developer>
|
||||||
<id>costin</id>
|
<id>costin</id>
|
||||||
@@ -98,7 +97,6 @@
|
|||||||
<id>baliuka</id>
|
<id>baliuka</id>
|
||||||
<name>Juozas Baliuka</name>
|
<name>Juozas Baliuka</name>
|
||||||
<email>baliuka@apache.org</email>
|
<email>baliuka@apache.org</email>
|
||||||
<organization></organization>
|
|
||||||
<roles>
|
<roles>
|
||||||
<role>Java Developer</role>
|
<role>Java Developer</role>
|
||||||
</roles>
|
</roles>
|
||||||
@@ -189,13 +187,8 @@
|
|||||||
<delete dir="${workdir}" failonerror="false"/>
|
<delete dir="${workdir}" failonerror="false"/>
|
||||||
<mkdir dir="${workdir}"/>
|
<mkdir dir="${workdir}"/>
|
||||||
|
|
||||||
<unjar
|
<unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${workdir}"/>
|
||||||
src="${project.build.directory}/${project.build.finalName}.jar"
|
<jar basedir="${workdir}" destfile="${project.build.directory}/${target}.jar" manifest="${basedir}/src/conf/MANIFEST.MF">
|
||||||
dest="${workdir}"/>
|
|
||||||
<jar
|
|
||||||
basedir="${workdir}"
|
|
||||||
destfile="${project.build.directory}/${target}.jar"
|
|
||||||
manifest="${basedir}/src/conf/MANIFEST.MF">
|
|
||||||
<exclude name="org/apache/commons/logging/impl/Log4J*"/>
|
<exclude name="org/apache/commons/logging/impl/Log4J*"/>
|
||||||
<exclude name="org/apache/commons/logging/impl/Avalon*"/>
|
<exclude name="org/apache/commons/logging/impl/Avalon*"/>
|
||||||
<exclude name="org/apache/commons/logging/impl/Jdk13*"/>
|
<exclude name="org/apache/commons/logging/impl/Jdk13*"/>
|
||||||
@@ -219,13 +212,8 @@
|
|||||||
<delete dir="${workdir}" failonerror="false"/>
|
<delete dir="${workdir}" failonerror="false"/>
|
||||||
<mkdir dir="${workdir}"/>
|
<mkdir dir="${workdir}"/>
|
||||||
|
|
||||||
<unjar
|
<unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${workdir}"/>
|
||||||
src="${project.build.directory}/${project.build.finalName}.jar"
|
<jar basedir="${workdir}" destfile="${project.build.directory}/${target}.jar" manifest="${basedir}/src/conf/MANIFEST.MF">
|
||||||
dest="${workdir}"/>
|
|
||||||
<jar
|
|
||||||
basedir="${workdir}"
|
|
||||||
destfile="${project.build.directory}/${target}.jar"
|
|
||||||
manifest="${basedir}/src/conf/MANIFEST.MF">
|
|
||||||
<exclude name="org/apache/commons/logging/*"/>
|
<exclude name="org/apache/commons/logging/*"/>
|
||||||
<exclude name="org/apache/commons/logging/impl/WeakHashtable*"/>
|
<exclude name="org/apache/commons/logging/impl/WeakHashtable*"/>
|
||||||
<exclude name="org/apache/commons/logging/impl/LogFactoryImpl*"/>
|
<exclude name="org/apache/commons/logging/impl/LogFactoryImpl*"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user