You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2018/06/20 19:46:15 UTC

svn commit: r1833942 - /pivot/trunk/build.xml

Author: rwhitcomb
Date: Wed Jun 20 19:46:15 2018
New Revision: 1833942

URL: http://svn.apache.org/viewvc?rev=1833942&view=rev
Log:
PIVOT-1035: Add three of the "Specification" fields in the .jar file manifests:
* Specification-Title
* Specification-Version
* Specification-Vendor
to make the manifest as complete as possible.

Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1833942&r1=1833941&r2=1833942&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Wed Jun 20 19:46:15 2018
@@ -240,6 +240,9 @@ limitations under the License.
                 </metainf>
                 <manifest>
                     <attribute name="Sealed" value="true"/>
+                    <attribute name="Specification-Title" value="Apache Pivot @{title}"/>
+                    <attribute name="Specification-Version" value="${version}"/>
+                    <attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
                     <attribute name="Implementation-Vendor-Id" value="org.apache"/>
                     <attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
                     <attribute name="Implementation-Title" value="Apache Pivot @{title}"/>