File tree Expand file tree Collapse file tree 16 files changed +29
-28
lines changed Expand file tree Collapse file tree 16 files changed +29
-28
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 : Application
4
4
Bundle-SymbolicName : io.sloeber.application;singleton:=true
5
- Bundle-Version : 4.0.0 .qualifier
5
+ Bundle-Version : 4.0.1 .qualifier
6
6
Require-Bundle : org.eclipse.core.runtime,
7
7
org.eclipse.ui,
8
8
org.eclipse.ui.intro,
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
6
6
<artifactId >io.sloeber.parent</artifactId >
7
- <version >4.0.0 -SNAPSHOT</version >
7
+ <version >4.0.1 -SNAPSHOT</version >
8
8
<relativePath >../io.sloeber.parent</relativePath >
9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >io.sloeber.application</artifactId >
12
- <version >4.0.0 -SNAPSHOT</version >
12
+ <version >4.0.1 -SNAPSHOT</version >
13
13
<packaging >eclipse-plugin</packaging >
14
14
</project >
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 : Arduino eclipse plugin
4
4
Bundle-SymbolicName : io.sloeber.core;singleton:=true
5
- Bundle-Version : 4.0.0 .qualifier
5
+ Bundle-Version : 4.0.1 .qualifier
6
6
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
7
7
Bundle-Vendor : Jan Baeyens
8
8
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
6
6
<artifactId >io.sloeber.parent</artifactId >
7
- <version >4.0.0 -SNAPSHOT</version >
7
+ <version >4.0.1 -SNAPSHOT</version >
8
8
<relativePath >../io.sloeber.parent</relativePath >
9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >io.sloeber.core</artifactId >
12
12
<packaging >eclipse-plugin</packaging >
13
- <version >4.0.0 -SNAPSHOT</version >
13
+ <version >4.0.1 -SNAPSHOT</version >
14
14
</project >
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" io.sloeber.feature"
4
4
label =" %featureName"
5
- version =" 4.0.0 .qualifier"
5
+ version =" 4.0.1 .qualifier"
6
6
provider-name =" %provider" >
7
7
8
8
<description url =" http://baeyens.it/eclipse/" >
16
16
All rights reserved by the owning parties.
17
17
18
18
Arduino -> The Arduino software is also open-source. The source code for the Java environment is released under the GPL and the C/C++ microcontroller libraries are under the LGPL.
19
-
20
- Remaining code of AVR-eclipse AVR-eclipse-> see license-AVR.html
19
+
20
+ Remaining code of AVR-eclipse AVR-eclipse-> see license-AVR.html
21
21
22
22
Eclipse -> see license-Eclipse.HTML
23
23
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
6
6
<artifactId >io.sloeber.parent</artifactId >
7
- <version >4.0.0 -SNAPSHOT</version >
7
+ <version >4.0.1 -SNAPSHOT</version >
8
8
<relativePath >../io.sloeber.parent</relativePath >
9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >io.sloeber.feature</artifactId >
12
- <version >4.0.0 -SNAPSHOT</version >
12
+ <version >4.0.1 -SNAPSHOT</version >
13
13
<packaging >eclipse-feature</packaging >
14
14
</project >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
5
5
<artifactId >io.sloeber.parent</artifactId >
6
- <version >4.0.0 -SNAPSHOT</version >
6
+ <version >4.0.1 -SNAPSHOT</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<properties >
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Sloeber
4
4
Bundle-SymbolicName : io.sloeber.product;singleton:=true
5
- Bundle-Version : 4.0.0 .qualifier
5
+ Bundle-Version : 4.0.1 .qualifier
6
6
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
7
7
Bundle-Vendor : sloeber.io
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ rights to a jury trial in any resulting litigation.</p>
366
366
<repository location =" http://download.eclipse.org/eclipse/updates/4.6" enabled =" true" />
367
367
<repository location =" http://download.eclipse.org/releases/neon" enabled =" true" />
368
368
<repository location =" http://eclipse.baeyens.it/update/nightly" enabled =" false" />
369
- <repository location =" http://eclipse.baeyens.it/update/V4/nightly" enabled =" false " />
369
+ <repository location =" http://eclipse.baeyens.it/update/V4/nightly" enabled =" true " />
370
370
<repository location =" http://eclipse.baeyens.it/update/V4/stable" enabled =" true" />
371
371
</repositories >
372
372
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
6
6
<artifactId >io.sloeber.parent</artifactId >
7
- <version >4.0.0 -SNAPSHOT</version >
7
+ <version >4.0.1 -SNAPSHOT</version >
8
8
<relativePath >../io.sloeber.parent</relativePath >
9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >io.sloeber.product</artifactId >
12
- <version >4.0.0 -SNAPSHOT</version >
12
+ <version >4.0.1 -SNAPSHOT</version >
13
13
<packaging >eclipse-repository</packaging >
14
14
<build >
15
15
<plugins >
46
46
Suffix is still <os>.<ws>.<arch>.<archiveExtension> (e.g. linux.gtk.x86_64.tar.gz)
47
47
-->
48
48
<archiveFileName >sloeber-ide-${platform-version-name} </archiveFileName >
49
- <!-- Causes the archives to contain a folder todo/ that contains the
49
+ <!-- Causes the archives to contain a folder todo/ that contains the
50
50
application -->
51
51
<!-- Without it, the application is at the archive root -->
52
52
<rootFolder >sloeber</rootFolder >
53
- <!-- On Linux self contained installations are commonly extract to
53
+ <!-- On Linux self contained installations are commonly extract to
54
54
/opt folder -->
55
- <!-- LSB: "binary-only packages of nonessential applications and add-on
55
+ <!-- LSB: "binary-only packages of nonessential applications and add-on
56
56
software products" -->
57
57
</product >
58
58
</products >
You can’t perform that action at this time.
0 commit comments