You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/01/07 08:22:01 UTC

svn commit: r493671 - /jakarta/commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Sat Jan  6 23:22:01 2007
New Revision: 493671

URL: http://svn.apache.org/viewvc?view=rev&rev=493671
Log:
Add Specification\Implementation title to jar manifest

Modified:
    jakarta/commons/proper/commons-parent/trunk/pom.xml

Modified: jakarta/commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-parent/trunk/pom.xml?view=diff&rev=493671&r1=493670&r2=493671
==============================================================================
--- jakarta/commons/proper/commons-parent/trunk/pom.xml (original)
+++ jakarta/commons/proper/commons-parent/trunk/pom.xml Sat Jan  6 23:22:01 2007
@@ -110,8 +110,10 @@
         <configuration>
           <archive>
             <manifestEntries>
+              <Specification-Title>Commons ${project.name}</Specification-Title>
               <Specification-Version>${project.version}</Specification-Version>
               <Specification-Vendor>${project.organization.name}</Specification-Vendor>
+              <Implementation-Title>Commons ${project.name}</Implementation-Title>
               <Implementation-Version>${project.version}</Implementation-Version>
               <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org