Commit Graph

14 Commits

Author SHA1 Message Date
7842ff7703 Fix #52 Create a separate export Ant script option (#66)
Before this was hidden in the export package dialog and hard to discover
2018-03-26 09:31:22 +02:00
589081ee7e Restore possibility to handle multiple LO & SDK instances
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.
2016-06-08 13:44:20 +02:00
35954bb34d Fix #10: Easier Management of LibreOffice & SDK instances (#19)
* Allow only one LibreOffice & SDK instance per workspace
* Don't write selected LibreOffice & SDK to .unoproject (Allow versioning)
* Cleanup
2016-05-13 11:08:22 +02:00
6b7b1a4f05 Rename: openoffice -> libreoffice 2015-12-10 12:11:58 +01:00
ef84858cbf Java client wizard: copy jodconnector into the created project
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
2013-04-04 10:20:44 +02:00
966fb2685d Renamed OpenOffice.org to LibreOffice in loads of places 2013-04-03 12:01:25 +02:00
8d68834a5b Continued the export refactoring 2010-06-10 09:58:29 +02:00
650ab52282 [core] New export wizard
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.
2009-11-26 21:56:11 +01:00
5a239c58c5 [Java] Uno client: moved the JOD code into a jar
Less problems regarding the licenses stuffs, but also the project
generation configuration.
2009-10-09 22:32:59 +02:00
d023f8eab8 [Java]Added UNO Client wizard
* Extracted the common part of the UnoConnectionPage
 * Small changes in the core rows
 * Added Java UNO Client cheatsheet
2009-10-01 11:50:34 +02:00
7ec7735004 Improved OOo libraries management 2007-12-26 14:40:18 +00:00
1ed7c192e9 Issue number: 75216
Submitted by:  cbosdonnat

Refactored the wizards internals for better code organisation and reusability
2007-07-17 21:00:31 +00:00
63b3a3ffc0 Added XMain Implementation chooser 2006-11-26 21:35:36 +00:00
3fe2a9a7d4 Huge refactoring to allow one plugin for each component implementation language 2006-04-02 20:12:48 +00:00