File tree Expand file tree Collapse file tree 3 files changed +7
-18
lines changed
it.baeyens.arduino.core/META-INF
it.baeyens.arduino.product Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,15 @@ Bundle-Activator: it.baeyens.arduino.ui.Activator
26
26
Bundle-ClassPath : .,
27
27
lib/jsch-0.1.50.jar,
28
28
lib/jmdns-3.4.1.jar
29
- Require-Bundle : org.eclipse.core.resources,
30
- org.eclipse.equinox.registry,
31
- org.eclipse.jface,
32
- org.eclipse.ui.ide,
33
- org.eclipse.core.jobs,
34
- org.eclipse.equinox.preferences,
35
- org.eclipse.core.contenttype,
36
- org.eclipse.osgi,
37
- org.eclipse.cdt.managedbuilder.core,
29
+ Require-Bundle : org.eclipse.cdt.managedbuilder.core,
38
30
org.eclipse.core.filesystem,
39
- org.eclipse.swt,
40
31
org.eclipse.cdt.core,
41
32
org.apache.commons.compress,
42
33
com.google.gson,
43
34
org.eclipse.equinox.security,
44
35
org.eclipse.ui.forms,
45
- org.eclipse.ui.workbench,
46
36
org.eclipse.core.runtime,
47
- org.eclipse.core.commands,
48
- org.apache.commons.io;bundle-version="2.2.0"
37
+ org.apache.commons.io,
38
+ org.eclipse.core.resources,
39
+ org.eclipse.ui.ide,
40
+ org.eclipse.ui
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ rights to a jury trial in any resulting litigation.</p>
348
348
<plugin id =" it.baeyens.arduino.application" autoStart =" true" startLevel =" 4" />
349
349
<plugin id =" org.eclipse.core.runtime" autoStart =" true" startLevel =" 0" />
350
350
<plugin id =" org.eclipse.equinox.common" autoStart =" true" startLevel =" 2" />
351
- <plugin id =" org.eclipse.equinox.ds" autoStart =" true" startLevel =" 1 " />
351
+ <plugin id =" org.eclipse.equinox.ds" autoStart =" true" startLevel =" 2 " />
352
352
<plugin id =" org.eclipse.equinox.event" autoStart =" true" startLevel =" 2" />
353
353
<plugin id =" org.eclipse.equinox.p2.reconciler.dropins" autoStart =" true" startLevel =" 0" />
354
354
<plugin id =" org.eclipse.equinox.simpleconfigurator" autoStart =" true" startLevel =" 1" />
Original file line number Diff line number Diff line change 34
34
</executions >
35
35
<configuration >
36
36
<formats >
37
- <win32 >zip </win32 >
37
+ <win32 >tar.gz </win32 >
38
38
<linux >tar.gz</linux >
39
39
<macosx >tar.gz</macosx >
40
40
</formats >
54
54
/opt folder -->
55
55
<!-- LSB: "binary-only packages of nonessential applications and add-on
56
56
software products" -->
57
- <rootFolders >
58
- <linux >/opt/eclipseArduino/</linux >
59
- </rootFolders >
60
57
</product >
61
58
</products >
62
59
</configuration >
You can’t perform that action at this time.
0 commit comments