You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/10/02 00:55:35 UTC

svn commit: r581107 - /commons/proper/logging/trunk/pom.xml

Author: dennisl
Date: Mon Oct  1 15:55:34 2007
New Revision: 581107

URL: http://svn.apache.org/viewvc?rev=581107&view=rev
Log:
Add schema to project.
Remove redundant elements.
Do not use line-breaks within tags.

Modified:
    commons/proper/logging/trunk/pom.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=581107&r1=581106&r2=581107&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Mon Oct  1 15:55:34 2007
@@ -15,7 +15,7 @@
    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
     - tests are executed in the "integration-test" phase rather than the
@@ -80,7 +80,6 @@
       <id>donaldp</id>
       <name>Peter Donald</name>
       <email>donaldp at apache dot org</email>
-      <organization></organization>
     </developer>
     <developer>
       <id>costin</id>
@@ -98,7 +97,6 @@
       <id>baliuka</id>
       <name>Juozas Baliuka</name>
       <email>baliuka@apache.org</email>
-      <organization></organization>
       <roles>
         <role>Java Developer</role>
       </roles>
@@ -189,13 +187,8 @@
                 <delete dir="${workdir}" failonerror="false"/>
                 <mkdir dir="${workdir}"/>
 
-                <unjar
-                  src="${project.build.directory}/${project.build.finalName}.jar"
-                  dest="${workdir}"/>
-                <jar
-                  basedir="${workdir}"
-                  destfile="${project.build.directory}/${target}.jar"
-                  manifest="${basedir}/src/conf/MANIFEST.MF">
+                <unjar src="${project.build.directory}/${project.build.finalName}.jar" 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/Avalon*"/>
                   <exclude name="org/apache/commons/logging/impl/Jdk13*"/>
@@ -219,13 +212,8 @@
                 <delete dir="${workdir}" failonerror="false"/>
                 <mkdir dir="${workdir}"/>
 
-                <unjar
-                  src="${project.build.directory}/${project.build.finalName}.jar"
-                  dest="${workdir}"/>
-                <jar
-                  basedir="${workdir}"
-                  destfile="${project.build.directory}/${target}.jar"
-                  manifest="${basedir}/src/conf/MANIFEST.MF">
+                <unjar src="${project.build.directory}/${project.build.finalName}.jar" 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/impl/WeakHashtable*"/>
                   <exclude name="org/apache/commons/logging/impl/LogFactoryImpl*"/>