Message11504

Author jamesmudd
Recipients jamesmudd
Date 2017-07-26.21:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501105796.68.0.217008654919.issue2613@psf.upfronthosting.co.za>
In-reply-to
Content
I was just looking at the Jython standalone manifest file downloaded from maven central http://central.maven.org/maven2/org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar 

Here is the manifest:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.9.4
Created-By: 1.8.0_65-b17 (Oracle Corporation)
Main-Class: org.python.util.jython
Built-By: fwierzbicki

Name: Build-Info
version: 2.7.1
hg-build: ${do.checkout}
oracle: ${oracle.present}
informix: ${informix.present}
build-compiler: modern
jdk-target-version: 1.7
debug: true

It contains a few unfilled placeholders, maybe the ant script needs a bit of care?
History
Date User Action Args
2017-07-26 21:49:56jamesmuddsetrecipients: + jamesmudd
2017-07-26 21:49:56jamesmuddsetmessageid: <1501105796.68.0.217008654919.issue2613@psf.upfronthosting.co.za>
2017-07-26 21:49:56jamesmuddlinkissue2613 messages
2017-07-26 21:49:56jamesmuddcreate