I think this info is available via the Manifest that is created during the build. This 
is cut from the build.xml from the latest CVS...

        <!-- Create Jar MANIFEST file -->
                <echo file="${build.manifest}">Manifest-Version: 1.0
Created-By: Apache Jakarta

Name: org/apache/lucene
Specification-Title: Lucene Search Engine
Specification-Version: ${version}
Specification-Vendor: Lucene
Implementation-Title: org.apache.lucene
Implementation-Version: build ${DSTAMP} ${TSTAMP}
Implementation-Vendor: Lucene
</echo>

This is only added to the core jar, there is no such Manifest generated for the demo 
jar.

Eric

-----Original Message-----
From: petite_abeille [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 20, 2002 3:04 PM
To: [EMAIL PROTECTED]
Subject: package information?


Hi,

Would it be possible for Lucene to provide package informations? 
Basically all the java.lang.Package attributes... Things like 
implementation vendor, name, version and so on... This would make it 
easier to identify which packages/versions are used.

Thanks.

PA.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to