mirror of
https://github.com/LibreOffice/loeclipse.git
synced 2025-07-31 20:58:45 +00:00

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.