You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Gaurav Jain (JIRA)" <ji...@apache.org> on 2010/02/16 21:25:27 UTC

[jira] Updated: (PIG-1240) [Zebra] suggestion to have zebra manifest file contain version and svn-revision etc.

     [ https://issues.apache.org/jira/browse/PIG-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gaurav Jain updated PIG-1240:
-----------------------------

    Attachment: PIG-1240.patch


Old looked like:

--------------------------------------------------------------------------------------------
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 14.0-b16 (Sun Microsystems Inc.)
Main-class:   org.apache.hadoop.zebra.io.BasicTable
--------------------------------------------------------------------------------------------


New Manifest file would look like

++++++++++++++++++++++++++++
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 14.0-b16 (Sun Microsystems Inc.)

Name: org/apache/hadoop/zebra
Implementation-Vendor: Apache
Implementation-Title: Zebra
Implementation-Version: 0.7.0-dev
Build-TimeStamp: Feb 16 2010, 20:17:07
Svn-Revision: 910376
+++++++++++++++++++++++++++++


Zebra is a libarary and does not have a main-class. So Main-class attribute is removed .

> [Zebra]  suggestion to have zebra manifest file contain version and svn-revision etc.
> -------------------------------------------------------------------------------------
>
>                 Key: PIG-1240
>                 URL: https://issues.apache.org/jira/browse/PIG-1240
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.7.0
>            Reporter: Gaurav Jain
>            Assignee: Gaurav Jain
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: PIG-1240.patch
>
>
> Zebra jars' manifest file sld  have zebra manifest file contain version and svn-revision etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.