Files
loeclipse/java
prrvchr d2a3c56ea2 Fix #130 Support for SDK 24.x (#135)
Here is an update taking into account the idl file compilation utility
**unoidl-write** (see issue #130)

- Now if you change the LibreOffice and SDK version of a project (ie:
Project -> Properties -> LibreOffice Properties) then the
build.properties file will be updated if it exists.
- When generating the Ant script (ie: Project -> Export -> LibreOffice
-> Generate Ant script file) the build.properties file will be created
if it does not exist.
- The main builder of the UNO-IDL (ie:
org.libreoffice.ide.eclipse.core.builders.TypesBuilder.java) will
automatically switch to the utility provided by the SDK (ie: idlc or
unoidl-write) if it changes.
- The Ant script has been updated to take into account unoidl-write and
the different filenames on Windows (ie: unoidl-write vs
unoidl_write.exe).
- Many corrections on the integration of SDK tools have been made in
order to support Windows. However, concerning Windows, no tests has be
done because I am not able to do them.
2025-01-25 15:53:29 +01:00
..
2025-01-13 07:50:50 +01:00
2025-01-13 07:50:50 +01:00
2025-01-13 07:50:50 +01:00
2025-01-13 07:50:50 +01:00
2015-12-10 12:11:58 +01:00
2020-06-15 12:31:18 +02:00
2020-06-15 14:58:27 +02:00