Re: [mdr-users] License terms for mdr-standalone.zip ?

Martin Matula <[email protected]> Wed, 12 Oct 2005 13:07:14 +0200
Newsgroups gmane.comp.java.netbeans.modules.mdr.user
Message-ID <[email protected]>
Hi Tom,

Tom Morris wrote:
> As an aside, if I *did* want to fetch my own jmi.jar and mof.jar directly
> from the source, where would I find them.  I couldn't find any attribution
> information in CVS.

MOF.jar contains metamodel of MOF (the XML file in the archive - it can 
be downloaded from OMG web) - the classes in MOF.jar can be generated 
from this MOF metamodel using JMI.
JMI.jar contains JMI reflective interfaces. These are not generated.
Sources for both mof.jar and jmi.jar are available from the jsr-40 
web-page - see 
http://jcp.org/aboutJava/communityprocess/final/jsr040/index.html 
(Sample Class Interfaces - zip format)
Regards,
Martin