Skip to content

Commit 1bb1a87

Browse files
committed
Release 4.0.2
1 parent 9b66c3e commit 1bb1a87

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.0.2
4+
* #98 Support LibreOffice >= 7.5
5+
* #85 Detect subfolders in `lib` directory
6+
37
## 4.0.1
48
* Improved Python project support
59
* Fixed run configuration

core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: LibreOffice eclipse integration - core
44
Bundle-SymbolicName: org.libreoffice.ide.eclipse.core;singleton:=true
55
Bundle-Vendor: The Document Foundation
6-
Bundle-Version: 4.0.1
6+
Bundle-Version: 4.0.2
77
Bundle-Activator: org.libreoffice.ide.eclipse.core.OOEclipsePlugin
88
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
99
Bundle-ActivationPolicy: lazy

java/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Java Plug-in for LibreOffice eclipse integration
44
Bundle-SymbolicName: org.libreoffice.ide.eclipse.java;singleton:=true
55
Bundle-Vendor: The Document Foundation
6-
Bundle-Version: 4.0.1
6+
Bundle-Version: 4.0.2
77
Bundle-Activator: org.libreoffice.ide.eclipse.java.OOoJavaPlugin
88
Bundle-ActivationPolicy: lazy
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

python/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Python Plug-in for LibreOffice Eclipse integration
44
Bundle-SymbolicName: org.libreoffice.ide.eclipse.python;singleton:=true
55
Bundle-Vendor: The Document Foundation
6-
Bundle-Version: 4.0.1
6+
Bundle-Version: 4.0.2
77
Bundle-Activator: org.libreoffice.ide.eclipse.python.OOoPythonPlugin
88
Bundle-ActivationPolicy: lazy
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

0 commit comments

Comments
 (0)