HTTPCLIENT-870: Incorrect Specification-Title in MANIFEST.MF

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@810804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2009-09-03 08:14:36 +00:00
parent 275ab741da
commit 9ce0d5d761
2 changed files with 4 additions and 4 deletions

View File

@ -132,10 +132,10 @@
<configuration>
<archive>
<manifestEntries>
<Specification-Title>Apache HttpClient</Specification-Title>
<Specification-Title>HttpComponents HttpClient</Specification-Title>
<Specification-Version>${pom.version}</Specification-Version>
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
<Implementation-Title>Apache HttpClient</Implementation-Title>
<Implementation-Title>HttpComponents HttpClient</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>

View File

@ -137,10 +137,10 @@
<configuration>
<archive>
<manifestEntries>
<Specification-Title>Apache HttpClient HttpMime</Specification-Title>
<Specification-Title>HttpComponents HttpMime</Specification-Title>
<Specification-Version>${pom.version}</Specification-Version>
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
<Implementation-Title>Apache HttpClient HttpMime</Implementation-Title>
<Implementation-Title>HttpComponents HttpMime</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>