LibreOffice / loeclipse

LibreOffice Eclipse plugin for extension development
https://libreoffice.github.io/loeclipse/
31 stars 25 forks source link

Java libs wrongly declared as UNO Typelibrary #36

Closed smehrbrodt closed 8 years ago

smehrbrodt commented 8 years ago

When adding Java libraries to the project, they are added to the UNO Manifest as application/vnd.sun.star.uno-typelibrary;type=Java. Somehow this works, but it's plain wrong. Sometimes this causes issues (e.g. when running an own build of LO).

The right way is to mention the library in the main jar file's manifest. See https://docs.oracle.com/javase/tutorial/deployment/jar/downman.html