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
2626Bundle-ClassPath : .,
2727 lib/jsch-0.1.50.jar,
2828 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,
3830 org.eclipse.core.filesystem,
39- org.eclipse.swt,
4031 org.eclipse.cdt.core,
4132 org.apache.commons.compress,
4233 com.google.gson,
4334 org.eclipse.equinox.security,
4435 org.eclipse.ui.forms,
45- org.eclipse.ui.workbench,
4636 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>
348348 <plugin id =" it.baeyens.arduino.application" autoStart =" true" startLevel =" 4" />
349349 <plugin id =" org.eclipse.core.runtime" autoStart =" true" startLevel =" 0" />
350350 <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 " />
352352 <plugin id =" org.eclipse.equinox.event" autoStart =" true" startLevel =" 2" />
353353 <plugin id =" org.eclipse.equinox.p2.reconciler.dropins" autoStart =" true" startLevel =" 0" />
354354 <plugin id =" org.eclipse.equinox.simpleconfigurator" autoStart =" true" startLevel =" 1" />
Original file line number Diff line number Diff line change 3434 </executions >
3535 <configuration >
3636 <formats >
37- <win32 >zip </win32 >
37+ <win32 >tar.gz </win32 >
3838 <linux >tar.gz</linux >
3939 <macosx >tar.gz</macosx >
4040 </formats >
5454 /opt folder -->
5555 <!-- LSB: "binary-only packages of nonessential applications and add-on
5656 software products" -->
57- <rootFolders >
58- <linux >/opt/eclipseArduino/</linux >
59- </rootFolders >
6057 </product >
6158 </products >
6259 </configuration >
You can’t perform that action at this time.
0 commit comments