Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smehrbrodt committed Aug 27, 2020
1 parent 58d4f5b commit 6797bd7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.0.1
* Improved Python project support
* Fixed run configuration
* Correctly add multiple python files to build

## 4.0.0
* New Java baseline: Java 8 now required (instead of Java 7)
* Support LibreOffice 7.0 (recognize new libreoffice.jar)
Expand Down
2 changes: 1 addition & 1 deletion core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: LibreOffice eclipse integration - core
Bundle-SymbolicName: org.libreoffice.ide.eclipse.core;singleton:=true
Bundle-Vendor: The Document Foundation
Bundle-Version: 4.0.0
Bundle-Version: 4.0.1
Bundle-Activator: org.libreoffice.ide.eclipse.core.OOEclipsePlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Java Plug-in for LibreOffice eclipse integration
Bundle-SymbolicName: org.libreoffice.ide.eclipse.java;singleton:=true
Bundle-Vendor: The Document Foundation
Bundle-Version: 4.0.0
Bundle-Version: 4.0.1
Bundle-Activator: org.libreoffice.ide.eclipse.java.OOoJavaPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion python/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Python Plug-in for LibreOffice Eclipse integration
Bundle-SymbolicName: org.libreoffice.ide.eclipse.python;singleton:=true
Bundle-Vendor: The Document Foundation
Bundle-Version: 4.0.0
Bundle-Version: 4.0.1
Bundle-Activator: org.libreoffice.ide.eclipse.python.OOoPythonPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down

0 comments on commit 6797bd7

Please sign in to comment.