File tree Expand file tree Collapse file tree 15 files changed +23
-23
lines changed
it.baeyens.arduino.application
it.baeyens.arduino.common
it.baeyens.arduino.core.nl1
it.baeyens.arduino.feature
it.baeyens.arduino.monitor
it.baeyens.arduino.parent
it.baeyens.arduino.product Expand file tree Collapse file tree 15 files changed +23
-23
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 : it.baeyens.arduino.application;singleton:=true
5
- Bundle-Version : 3.0 .0.qualifier
5
+ Bundle-Version : 3.1 .0.qualifier
6
6
Require-Bundle : org.eclipse.core.runtime,
7
7
org.eclipse.ui,
8
8
it.baeyens.arduino.monitor,
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >it.baeyens.arduino.application</artifactId >
12
- <version >3.0 .0-SNAPSHOT</version >
12
+ <version >3.1 .0-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 : Common
4
4
Bundle-SymbolicName : it.baeyens.arduino.common;singleton:=true
5
- Bundle-Version : 3.0 .0.qualifier
5
+ Bundle-Version : 3.1 .0.qualifier
6
6
Bundle-Activator : it.baeyens.arduino.common.Activator
7
7
Require-Bundle : org.eclipse.ui,
8
8
org.eclipse.core.runtime,
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >it.baeyens.arduino.common</artifactId >
12
- <version >3.0 .0-SNAPSHOT</version >
12
+ <version >3.1 .0-SNAPSHOT</version >
13
13
<packaging >eclipse-plugin</packaging >
14
14
</project >
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 : it.baeyens.arduino.core.nl1 Fragment
4
4
Bundle-SymbolicName : it.baeyens.arduino.core.nl1;singleton:=true
5
- Bundle-Version : 3.0 .0.qualifier
5
+ Bundle-Version : 3.1 .0.qualifier
6
6
Fragment-Host : it.baeyens.arduino.core;bundle-version="2.1.0"
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >it.baeyens.arduino.core.nl1</artifactId >
12
- <version >3.0 .0-SNAPSHOT</version >
12
+ <version >3.1 .0-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 : it.baeyens.arduino.core;singleton:=true
5
- Bundle-Version : 3.0 .0.qualifier
5
+ Bundle-Version : 3.1 .0.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 9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >it.baeyens.arduino.core</artifactId >
12
- <version >3.0 .0-SNAPSHOT</version >
12
+ <version >3.1 .0-SNAPSHOT</version >
13
13
<packaging >eclipse-plugin</packaging >
14
14
</project >
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" it.baeyens.arduino.feature"
4
4
label =" %featureName"
5
- version =" 3.0 .0.qualifier"
5
+ version =" 3.1 .0.qualifier"
6
6
provider-name =" %provider" >
7
7
8
8
<description url =" http://baeyens.it/eclipse/" >
@@ -17,7 +17,7 @@ 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
19
20
- Remaining code of AVR-eclipse AVR-eclipse-> see license-AVR.html
20
+ Remaining code of AVR-eclipse AVR-eclipse-> see license-AVR.html
21
21
22
22
Eclipse -> see license-Eclipse.HTML
23
23
@@ -43,42 +43,42 @@ Trump211
43
43
id =" it.baeyens.arduino.common"
44
44
download-size =" 0"
45
45
install-size =" 0"
46
- version =" 3. 0.0.qualifier "
46
+ version =" 0.0.0 "
47
47
unpack =" false" />
48
48
49
49
<plugin
50
50
id =" it.baeyens.arduino.core"
51
51
download-size =" 0"
52
52
install-size =" 0"
53
- version =" 3. 0.0.qualifier "
53
+ version =" 0.0.0 "
54
54
unpack =" false" />
55
55
56
56
<plugin
57
57
id =" it.baeyens.arduino.monitor"
58
58
download-size =" 0"
59
59
install-size =" 0"
60
- version =" 3. 0.0.qualifier "
60
+ version =" 0.0.0 "
61
61
unpack =" false" />
62
62
63
63
<plugin
64
64
id =" it.baeyens.arduino.core.nl1"
65
65
download-size =" 0"
66
66
install-size =" 0"
67
- version =" 3. 0.0.qualifier "
67
+ version =" 0.0.0 "
68
68
fragment =" true" />
69
69
70
70
<plugin
71
71
id =" it.baeyens.arduino.application"
72
72
download-size =" 0"
73
73
install-size =" 0"
74
- version =" 3. 0.0.qualifier "
74
+ version =" 0.0.0 "
75
75
unpack =" false" />
76
76
77
77
<plugin
78
78
id =" it.baeyens.cdt.refactor"
79
79
download-size =" 0"
80
80
install-size =" 0"
81
- version =" 3. 0.0.qualifier "
81
+ version =" 0.0.0 "
82
82
unpack =" false" />
83
83
84
84
</feature >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11
11
<artifactId >it.baeyens.arduino.feature</artifactId >
12
- <version >3.0 .0-SNAPSHOT</version >
12
+ <version >3.1 .0-SNAPSHOT</version >
13
13
<packaging >eclipse-feature</packaging >
14
14
</project >
You can’t perform that action at this time.
0 commit comments