From: SourceForge.net <no...@so...> - 2009-12-01 02:20:28
|
Feature Requests item #1653307, was opened at 2007-02-06 13:56 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1653307&group_id=15278 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Mike Aski (mike-aski) Assigned to: Matthias Schmidt (cmschmidt) Summary: Add version information to jar's manifest Initial Comment: In order to be manageable by Ant's jarlib-* tasks, JUnit's jar should include version informations. More details @ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-12-01 02:20 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: David Saff (dsaff) Date: 2009-11-16 17:52 Message: This tracker is being shut down. Please move this item to http://github.com/KentBeck/junit/issues ---------------------------------------------------------------------- Comment By: Mike Aski (mike-aski) Date: 2007-03-26 07:41 Message: Logged In: YES user_id=1712053 Originator: YES Perfect. Thanks a lot. ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2007-03-24 02:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Matthias Schmidt (cmschmidt) Date: 2007-03-09 08:36 Message: Logged In: YES user_id=1523407 Originator: NO I updated the build.xml to create a manifest.mf containing the following: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.6.0-b105 (Sun Microsystems Inc.) Built-By: maschm Extension-Name: org.junit Specification-Title: JUnit Specification-Version: 4.3 Implementation-Version: 4.3 Is that okay for you? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1653307&group_id=15278 |