File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.3.0
4
+ * #52 Ant export is now a separate export option
5
+ * #51 Automatically add .oxt extension for OXT export
6
+ * #21 An error message is shown when RegistrationHandler.classes is empty
7
+ * #8 Making sure a project is selected before generating an interface/a service file
8
+ * #62 Fix Null Pointer Exception when trying to export Extension Project
9
+
3
10
## 2.2.6
4
11
* Enabled Automated error reporting
5
12
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 : 2.2.6
6
+ Bundle-Version : 2.3.0
7
7
Bundle-Activator : org.libreoffice.ide.eclipse.core.OOEclipsePlugin
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-1.7
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 : 2.2.6
6
+ Bundle-Version : 2.3.0
7
7
Bundle-Activator : org.libreoffice.ide.eclipse.java.OOoJavaPlugin
8
8
Bundle-ActivationPolicy : lazy
9
9
Bundle-RequiredExecutionEnvironment : JavaSE-1.7
You can’t perform that action at this time.
0 commit comments