File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : jasima GUI
4
4
Bundle-SymbolicName : jasima_gui; singleton:=true
5
- Bundle-Version : 1.2.5.qualifier
5
+ Bundle-Version : 1.3.0
6
6
Bundle-Activator : jasima_gui.Activator
7
7
Require-Bundle : org.eclipse.core.runtime,
8
8
org.eclipse.ui.ide,
@@ -30,3 +30,4 @@ Bundle-ClassPath: xstream-1.4.8.jar,
30
30
Export-Package : com.thoughtworks.xstream,
31
31
jasima_gui,
32
32
jasima_gui.editor
33
+ Bundle-Vendor : jasima solutions UG
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public abstract class Pref {
30
30
31
31
public static final StrPref XLS_EXP_RES_FMT = new StrPref ("default-excel-experiment-result-format" , "--xlsres" );
32
32
33
- public static final StrPref JASIMA_VERSION = new StrPref ("default-jasima-version" , "1.2 .0" );
33
+ public static final StrPref JASIMA_VERSION = new StrPref ("default-jasima-version" , "1.3 .0" );
34
34
35
35
public final String key ;
36
36
You can’t perform that action at this time.
0 commit comments