This is still useful, although I thought otherwise before.
Revert "Unused import"
This reverts commit 66a76e1993.
Revert "Cleanup"
This reverts commit cc5c1991d1.
Revert "Unused variable"
This reverts commit ab08658164.
Revert "Validate LO&SDK in the new extension wizard"
This reverts commit d2cc87083f.
Revert "Remove blank comments"
This reverts commit 4c888aba3f.
Revert "Fix #18 Remove unnessessary @author annotations"
This reverts commit 7b4e1dc01c.
Revert "Validate LibreOffice & SDK on field change"
This reverts commit 8f361bcbe5.
Revert "Fix #10: Easier Management of LibreOffice & SDK instances (#19)"
This reverts commit 35954bb34d.
Several major changes around jodconnector:
* The created project now has the jar in it to build more easily
without Eclipse
* The jodconnector source code is now in the source tree instead of a
jar. The means that the jar is created at build time.
* Removed the SLF4J dependencies from the jodconnector
* Removed the JODContainer as it's now useless
Started to implement a better export wizard, similar to the JAR export
wizard from JDT. Took that occasion to refactor some parts of the
Language extension point to make it cleaner.