Re: How to create JMI with a specific package structure

Martin Matula <[email protected]> Mon, 24 Nov 2003 13:00:16 +0100
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
Hi,
you have to attach javax.jmi.packagePrefix tag (containing value 
"org.omg") to the "uml" package.
Martin

Fu,Bin wrote:

> Hi,  Martin,
>  
> with MDR browser, I can generate JMI with package structure such like 
> uml.classes.kernel.Specification, but I want to use MDR to generate JMI 
> interface with specific package structure, for example, for 
> uml.classes.kernel.Specification, it should 
> be *omg.org.*uml.classes.kernel.Specification.
>  
> Is it possible? If so, how to do it?
>  
> Thanks in advance
>  
> Fu, Bin