File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## unreleased
3
+ ## 4.0.0
4
4
* New Java baseline: Java 8 now required (instead of Java 7)
5
- * Gradle/Buildship support:
6
- * When subdir "libs" in Project root dir exist, then all the Jars are as external libs
7
5
* Support LibreOffice 7.0 (recognize new libreoffice.jar)
6
+ * Gradle/Buildship support:
7
+ * Jars in "libs" directory in Project root dir are treated as external libs
8
8
9
9
## 3.0.1
10
10
* #72 Fix running javamaker with spaces in project path
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
3
3
Bundle-Name : LibreOffice eclipse integration - core
4
4
Bundle-SymbolicName : org.libreoffice.ide.eclipse.core;singleton:=true
5
5
Bundle-Vendor : The Document Foundation
6
- Bundle-Version : 3 .0.1
6
+ Bundle-Version : 4 .0.0
7
7
Bundle-Activator : org.libreoffice.ide.eclipse.core.OOEclipsePlugin
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
9
9
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
3
3
Bundle-Name : Java Plug-in for LibreOffice eclipse integration
4
4
Bundle-SymbolicName : org.libreoffice.ide.eclipse.java;singleton:=true
5
5
Bundle-Vendor : The Document Foundation
6
- Bundle-Version : 3 .0.1
6
+ Bundle-Version : 4 .0.0
7
7
Bundle-Activator : org.libreoffice.ide.eclipse.java.OOoJavaPlugin
8
8
Bundle-ActivationPolicy : lazy
9
9
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
3
3
Bundle-Name : Python Plug-in for LibreOffice Eclipse integration
4
4
Bundle-SymbolicName : org.libreoffice.ide.eclipse.python;singleton:=true
5
5
Bundle-Vendor : The Document Foundation
6
- Bundle-Version : 3 .0.1
6
+ Bundle-Version : 4 .0.0
7
7
Bundle-Activator : org.libreoffice.ide.eclipse.python.OOoPythonPlugin
8
8
Bundle-ActivationPolicy : lazy
9
9
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
You can’t perform that action at this time.
0 commit comments