Skip to content

Commit 5dbf1a8

Browse files
author
jantje
committed
things seem to work again
1 parent badc32e commit 5dbf1a8

File tree

14 files changed

+25
-12
lines changed

14 files changed

+25
-12
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: Application
3+
Bundle-Name: Sloeber Application
44
Bundle-SymbolicName: io.sloeber.application;singleton:=true
55
Bundle-Version: 4.2.0.qualifier
66
Require-Bundle: org.eclipse.core.runtime,
@@ -9,3 +9,5 @@ Require-Bundle: org.eclipse.core.runtime,
99
io.sloeber.core,
1010
io.sloeber.ui
1111
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
12+
Bundle-Vendor: Sloeber.io
13+
Automatic-Module-Name: io.sloeber.application
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: Nl1
3+
Bundle-Name: Sloeber core language pack
44
Bundle-SymbolicName: io.sloeber.core.nl1;singleton:=true
55
Bundle-Version: 1.0.0.qualifier
66
Fragment-Host: io.sloeber.core
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8+
Bundle-Vendor: Sloeber.io
9+
Automatic-Module-Name: io.sloeber.core.nl1

io.sloeber.core.nl1/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
bin.includes = META-INF/,\
22
OSGI-INF/
3-
src.includes = OSGI-INF/

io.sloeber.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: Arduino eclipse plugin
44
Bundle-SymbolicName: io.sloeber.core;singleton:=true
55
Bundle-Version: 4.2.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7-
Bundle-Vendor: Jan Baeyens
7+
Bundle-Vendor: Sloeber.io
88
Bundle-ActivationPolicy: lazy
99
Bundle-Activator: io.sloeber.core.Activator
1010
Bundle-ClassPath: .,
@@ -30,3 +30,4 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
3030
Export-Package: io.sloeber.core.api,
3131
io.sloeber.core.common;x-friends:="io.sloeber.tests",
3232
io.sloeber.core.tools;x-friends:="io.sloeber.tests"
33+
Automatic-Module-Name: io.sloeber.core

io.sloeber.core/src/io/sloeber/core/api/LibraryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ static public void loadJson(File jsonFile) {
312312
libraryIndices.add(index);
313313
} catch (Exception e) {
314314
Common.log(new Status(IStatus.ERROR, Activator.getId(),
315-
Messages.Manager_Failed_to_parse.replace(FILE, jsonFile.getAbsolutePath()), e)); //$NON-NLS-1$
315+
Messages.Manager_Failed_to_parse.replace(FILE, jsonFile.getAbsolutePath()), e));
316316
jsonFile.delete();// Delete the file so it stops damaging
317317
}
318318
}

io.sloeber.product.sdk/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Bundle-SymbolicName: io.sloeber.product.sdk;singleton:=true
55
Bundle-Version: 4.2.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: sloeber.io
8+
Automatic-Module-Name: io.sloeber.product.sdk
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: Sloeber
3+
Bundle-Name: Sloeber product
44
Bundle-SymbolicName: io.sloeber.product;singleton:=true
55
Bundle-Version: 4.2.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: sloeber.io
8+
Automatic-Module-Name: io.sloeber.product

io.sloeber.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: Sloeber Tests
44
Bundle-SymbolicName: io.sloeber.tests
55
Bundle-Version: 4.2.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7-
Bundle-Vendor: Jan Baeyens
7+
Bundle-Vendor: Sloeber.io
88
Require-Bundle: io.sloeber.core,
99
org.eclipse.cdt.core,
1010
org.eclipse.core.runtime,
@@ -16,3 +16,4 @@ Require-Bundle: io.sloeber.core,
1616
Bundle-ActivationPolicy: lazy
1717
Import-Package: io.sloeber.ui,
1818
io.sloeber.ui.monitor
19+
Automatic-Module-Name: io.sloeber.tests
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: io.sloeber.ui.nl1 Fragment
3+
Bundle-Name: Sloeber ui language pack
44
Bundle-SymbolicName: io.sloeber.ui.nl1;singleton:=true
55
Bundle-Version: 4.2.0.qualifier
66
Fragment-Host: io.sloeber.ui;bundle-version="4.2.0"
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8+
Bundle-Vendor: sloeber.io

io.sloeber.ui.nl1/OSGI-INF/l10n/bundle_nl.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ command.AddSourceFolder.description = voeg de code in een map toe aan het gesele
4242
command.AddSourceFolder.name = Voeg map toe.
4343
command.build.description = Bouw het project zodat bouw fouten gevonden worden.
4444
command.build.label = Verifieer
45+
command.build.project.tooltip= Bouw het project zodat bouw fouten gevonden worden.
4546
command.how.to.label = Hoe doe je...
4647
command.learn.label = Leer...
4748
command.new.sketch.description = Creer een nieuw project voor een arduino bord.
4849
command.new.sketch.label =Nieuw Arduino Sketch
4950
command.Open.Plotter.description = Open de X-Y grafiek die seriële data van de arduino toont in een x-y grafiek.
5051
command.Open.Plotter.label = Open de X-Y grafiek
5152
command.open.serial.monitor.label = Open de seriële monitor
53+
command.open.serial.monitor.tooltip = Open de seriële monitor en verbind met een embedded device
5254
command.open.sloeber.preferences.description = Open Sloeber voorkeuren
5355
command.open.sloeber.preferences.name = Voorkeuren
5456
command.OpenSerialMonitorAction.description = Open de seriële monitor en maak een seriële connectie met de upload poort en de baudrate van het geselecteerde project.

io.sloeber.ui.nl1/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
bin.includes = META-INF/,\
22
OSGI-INF/
3-
src.includes = OSGI-INF/

io.sloeber.ui/META-INF/MANIFEST.MF

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: Ui
3+
Bundle-Name: Sloeber user interface
44
Bundle-SymbolicName: io.sloeber.ui;singleton:=true
55
Bundle-Version: 4.2.0.qualifier
66
Bundle-Activator: io.sloeber.ui.Activator
@@ -22,7 +22,8 @@ Import-Package: io.sloeber.core.api,
2222
org.apache.commons.lang,
2323
org.eclipse.nebula.widgets.oscilloscope.multichannel,
2424
org.eclipse.ui.dialogs
25-
Bundle-Vendor: Jan Baeyens
25+
Bundle-Vendor: Sloeber.io
2626
Export-Package: io.sloeber.ui;x-internal:=true,
2727
io.sloeber.ui.monitor;uses:="org.eclipse.jface.resource,org.eclipse.ui.plugin,org.osgi.framework",
2828
io.sloeber.ui.monitor.internal;x-internal:=true
29+
Automatic-Module-Name: io.sloeber.ui

io.sloeber.ui/OSGI-INF/l10n/bundle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ command.AddSourceFolder.description = Add a source folder to the selected projec
4242
command.AddSourceFolder.name = Add a source folder to the selected project
4343
command.build.description = Build the selected projects to find errors and warnings
4444
command.build.label = Verify
45+
command.build.project.tooltip= Build the project to find warnings and errors
4546
command.how.to.label = How To...
4647
command.learn.label = Learn...
4748
command.new.sketch.description = Create a new project for a arduino board.
4849
command.new.sketch.label = Create new sketch
4950
command.Open.Plotter.description = Open the plotter that allows to visualize Arduino serial data in a x-y graph.
5051
command.Open.Plotter.label = Open the plotter
5152
command.open.serial.monitor.label = Open the serial monitor
53+
command.open.serial.monitor.tooltip = Open the serial monitor and connect to a embedded device
5254
command.open.sloeber.preferences.description = Open Sloeber preferences
5355
command.open.sloeber.preferences.name = Preferences
5456
command.OpenSerialMonitorAction.description = Open the serial monitor and make a serial connection using the selected project upload port and baudrate.

io.sloeber.ui/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@
484484
<command
485485
commandId="io.sloeber.actions.OpenPlotterAction"
486486
icon="icons/toolbar_plotter.png"
487-
id="OpenPlotterAction">
487+
id="OpenPlotterAction"
488+
label="%command.Open.Plotter.label">
488489
</command>
489490
<command
490491
commandId="io.sloeber.actions.AddLibraryAction"

0 commit comments

Comments
 (0)