mirror of
https://github.com/LibreOffice/loeclipse.git
synced 2026-01-09 17:03:02 +00:00
An uncompressed mimetype file at the beginning of the oxt files has been added. It is supposed to help with the recognition of the oxt file type on Apple platforms. Updating the package.properties file will be done either through the CheckBoxTreeViewer or through the text editor. Changing one will change the other. The loading of this window has been optimized (a few seconds). Files and directories that are symbolic links are now visible in the CheckBoxTreeViewer (ie: no more filtering) and taken into account in the build of oxt archives. This allows to benefit from a single source for the location of libraries and therefore easier updates.
26 lines
760 B
XML
26 lines
760 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<plugin>
|
|
<extension
|
|
point="org.libreoffice.ide.eclipse.core.language">
|
|
<language
|
|
class="org.libreoffice.ide.eclipse.python.Language"
|
|
name="Python">
|
|
<exportBuildPart
|
|
class="org.libreoffice.ide.eclipse.core.export.ProjectExportPart">
|
|
</exportBuildPart>
|
|
</language>
|
|
</extension>
|
|
<extension
|
|
id="org.libreoffice.ide.eclipse.python.builder"
|
|
point="org.eclipse.core.resources.builders">
|
|
<builder/>
|
|
</extension>
|
|
|
|
<extension
|
|
point="org.eclipse.ui.startup">
|
|
<startup class="org.libreoffice.ide.eclipse.python.PythonUnoResourceChangeHandler"/>
|
|
</extension>
|
|
|
|
</plugin>
|