Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smehrbrodt committed May 14, 2018
1 parent 3113b24 commit 8727a00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.3.0
* #52 Ant export is now a separate export option
* #51 Automatically add .oxt extension for OXT export
* #21 An error message is shown when RegistrationHandler.classes is empty
* #8 Making sure a project is selected before generating an interface/a service file
* #62 Fix Null Pointer Exception when trying to export Extension Project

## 2.2.6
* Enabled Automated error reporting

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: 2.2.6
Bundle-Version: 2.3.0
Bundle-Activator: org.libreoffice.ide.eclipse.core.OOEclipsePlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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: 2.2.6
Bundle-Version: 2.3.0
Bundle-Activator: org.libreoffice.ide.eclipse.java.OOoJavaPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down

0 comments on commit 8727a00

Please sign in to comment.