Hi David,
The DITA Maps Manager view and some of the more complex DITA dialogs are implemented in the main
oxygen.jar so besides removing the entire "dita" framework there is not much that you can do.
Maybe you could also try to remove some libraries from the
OXYGEN_INSTALL_DIR/lib folder which are probably not used by your users like:
- Code: Select all
XQuery:
xqpretty.jar
xqjapi.jar
xqdoc.jar
Xalan library:
xalan.jar
WSDL SOAP specific libraries:
wsdl4j.jar
uddi4j.jar
soap.jar
saaj-impl.jar
XML Schema visual editing page:
org.eclipse.emf.ecore_2.4.0.v200806091234.jar
org.eclipse.emf.common_2.4.0.v200806091234.jar
Support for opening files from zip archives:
truezip-6.jar
Trang convertor:
trang.jar
Support for SVN:
svnkit-1.3.7.jar
But you have to test after removing each library that Oxygen starts up and behaves as usual, so removing libraries might be king of dangerous.
Regards,
Radu