023c2f1196
Release 2.2.1
2016-09-14 16:58:17 +02:00
93fd6002c9
Release 2.2.0
2016-08-31 17:39:21 +02:00
fa64785c3c
We switched to JUnit 4
2016-08-31 17:38:53 +02:00
80d6fae0ac
Ant script: Remove superfluous lines from build.properties
2016-08-26 09:06:19 +02:00
66cb65d475
Ant file: Mention required setup
2016-08-25 14:03:26 +02:00
570c63f4ca
Ant file: Mention external libraries
2016-08-25 12:58:17 +02:00
6b04ac2df5
Fix #35 Bring ant build up to date
2016-08-25 12:33:47 +02:00
8ff24bd323
Remove @author annotations #18
2016-08-18 12:15:46 +02:00
2edea87eed
Fix #36 Java libs wrongly declared as UNO Typelibrary
...
Instead add them to the main jar's classpath
2016-08-16 16:11:42 +02:00
7791a507ed
Enable test generation by default again
...
Now that they work, it makes sense to have them
2016-07-21 09:42:09 +02:00
f33cdc6a87
Fix #33 Migrate tests to JUnit 4
...
This also fixes #13 (Cannot run tests)
2016-07-21 09:36:59 +02:00
ba402e735d
Release 2.1.3
2016-07-20 11:11:12 +02:00
f005a9a827
Fix #32 Include jodconnector.jar in the build
2016-07-19 16:11:41 +02:00
7304e5e97f
Release 2.1.2
2016-07-06 15:01:33 +02:00
0c9435d195
Release 2.1.1
2016-06-10 12:42:46 +02:00
2280131ec4
Fix #29 : Don't wait for all processes to finish before printing anything
...
This partially reverts 78101deeae
and
34bf0ccc98
2016-06-10 12:31:56 +02:00
8862ed890c
Release 2.1.0
2016-06-08 20:44:28 +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
4eca1fa105
Use Map as type, not HashMap
...
and use Java 7 syntax to avoid redundancy
2016-05-25 16:19:45 +02:00
4c888aba3f
Remove blank comments
2016-05-13 18:16:00 +02:00
7b4e1dc01c
Fix #18 Remove unnessessary @author annotations
2016-05-13 18:02:28 +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
774cbaac66
Unused imports
2016-05-13 10:22:34 +02:00
34bf0ccc98
Fix javamaker argument order
...
and remove unneccessary debugging output (will be handled in runTool)
2016-05-13 10:19:14 +02:00
3822570b35
Javamaker no longer supports the -B option
...
Since LibreOffice 4.1
https://wiki.documentfoundation.org/ReleaseNotes/4.1#javamaker_.2F_cppumaker
2016-05-10 15:36:54 +02:00
78101deeae
Show error when a system command fails
2016-05-10 13:50:28 +02:00
13d789109a
FTW: Don't generate tests by default
2016-04-04 16:15:21 +02:00
9723c8a4dd
Release 2.0.3
2016-02-09 18:44:34 +01:00
c373d2f808
Update version number
2016-01-22 10:21:19 +01:00
6a14c7a901
Update version for final release
2016-01-07 16:40:45 +01:00
270c799263
Next version will be 2.0.0
2015-12-10 17:00:40 +01:00
bdf62f0368
Reorganization
2015-12-10 15:59:37 +01:00
c283ba688f
Update vendor
2015-12-10 15:54:40 +01:00
725b36778b
Rename: "OOo Classes" -> "LO-Classes" (and update docs)
2015-12-10 15:12:13 +01:00
6b7b1a4f05
Rename: openoffice -> libreoffice
2015-12-10 12:11:58 +01:00
058696f96d
Convert Windows line endings to Unix
2015-12-10 10:49:00 +01:00
d570b601d2
java: Format code
2015-12-10 10:30:29 +01:00
fe9e5c1a90
Core: Format code
2015-12-10 10:30:19 +01:00
d313d7b623
java: Run the code cleanup plugin
2015-12-10 09:33:38 +01:00
7498208c7a
Remove packager plugin, integrate source in core plugin
...
This fixes NoClassDefFound errors
2015-12-08 20:51:03 +01:00
96767d2c3c
Remove unused imports & other cleanup
2015-12-08 09:14:33 +01:00
ab60d57a10
Fix warnings
2015-12-08 09:12:28 +01:00
856889b6db
Java 4 no longer supported by LibreOffice
2015-12-07 15:57:05 +01:00
a9f0551597
Require Java 1.7
2015-12-07 15:53:11 +01:00
43c826a90b
Fix classes path in more places
2015-12-04 08:55:00 +01:00
c64fdd169e
Revert "Revert "Cleanup build scripts.""
...
These are indeed unneeded (and don't work with current eclipse).
This reverts commit adc9b67343
.
2015-12-03 23:12:41 +01:00
84d34973bf
Revert "Remove stale eclipse interfaces."
...
Still needed.
This reverts commit 0b3d6e7ac6
.
2015-12-03 11:25:40 +01:00
adc9b67343
Revert "Cleanup build scripts."
...
This removed necessary parts of the update site.
This reverts commit 8a16e8d10d
.
2015-12-03 10:57:12 +01:00
a6659ac6cf
Remove unused cvs ignore files
2015-12-02 09:06:56 +01:00
3bb267656e
Merge READMEs
2015-12-02 09:01:10 +01:00