changes in MDR
Martin Matula <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, you may have noticed that since yesterday the extra binaries of all the modules are together with the modules' source code in a scrambled form. This means you don't need to download the extra binaries in a separate zip file anymore. But be sure you make a clean build of NetBeans before you build MDR as the MDR build script now references the extra binaries that are created during NetBeans building process from the scrambled binaries. In addition to that I've made some structural changes to MDR. These are the following: - added a new module - jmitoolkit - which encapsulates JMI tools that are independent from MDR, such as XMI Reader/Writer, JMI mapper, etc. - jmiutils.jar moved from netbeans/modules/ext to netbeans/modules/autoload/ext (it is now on the classpath of jmitoolkit module, which is autoload) - org.netbeans.mdr.shell was moved to org.netbeans.mdrshell and is now built separately by "shell" ant target (i.e. it is no longer part of the default build) - org.netbeans.modules.mdr.FSSFImpl moved to org.netbeans.modules.jmitoolkit - org.netbeans.modules.mdrtoolkit.query moved to org.netbeans.lib.jmi.query Regards, Martin