Skip to content

Commit 3e05000

Browse files
committed
Release 2.2.4
1 parent 502e5e2 commit 3e05000

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## unreleased
3+
## 2.2.4
44
* #38 Prefill build.properties with current LO&SDK installation
55
* #43 Java version selector has been removed from the extension wizard
6-
* #45 Fix project generation on macOS
6+
* #45 Fix invalid paths on macOS. Some problems remain (see #54)
77
* #55 Fix extension deployment on Ubuntu
88

99
## 2.2.3

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: 2.2.3
6+
Bundle-Version: 2.2.4
77
Bundle-Activator: org.libreoffice.ide.eclipse.core.OOEclipsePlugin
88
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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: 2.2.3
6+
Bundle-Version: 2.2.4
77
Bundle-Activator: org.libreoffice.ide.eclipse.java.OOoJavaPlugin
88
Bundle-ActivationPolicy: lazy
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

0 commit comments

Comments
 (0)